Skip to content

19.0.6000

Compare
Choose a tag to compare
@windmillcode0 windmillcode0 released this 12 Jan 17:50
· 38 commits to main since this release

Overview

  • Updated library to the latest patch version of angular core

WML Components Base

  • [MAJOR UPDATE] updated packge to support SSR enviroments ensured that library was compatible with SSR by providing global objects WML_WINDOW ,WML_DOCUMENT for browser global objects window and document

WML Three

  • [MAJOR UPDATE] updated packge to support SSR enviroments
  • [BREAKING CHANGE] - library no longer uses dat.gui as its 3 years old and does not work in SSR environments. Was kept for compatibility now removed. You can still attempt to use it in the consuming application however its recommended to leverage lil-gui instead

WML Field WMLForm

  • added WMLFieldZeroProps.parentContainer to make it easier apply custom styles to your form
  • field.parentContainer.class field.parentContainer.style where added to make it easier for custom styling of the form

Full Changelog: 18.2.12000...19.0.6000