Skip to content

v1.4.0

Compare
Choose a tag to compare
@michielvandergeest michielvandergeest released this 16 Sep 12:57
· 291 commits to master since this release
4a5e88c

What's Changed

  • Added support for fit attribute to enable resizeModes for images (cover, contain)
  • Added priority parameter for event emitters + ability to stop propagation
  • Added Global App State plugin
  • Added Theme plugin
  • Standardized built-in utility methods (i.e. focus, select, setTimeout, etc.) to all be prefixed with a $.
  • Added support for triggering nested state variables with dot-notation (i.e foo.bar.bla)
  • Added support for watching nested state variables (i.e foo.bar.bla)
  • Fixed bug with Log plugin not picking up on debugLevel setting
  • Fixed bug when using hex-colors in an effect
  • Upgraded to latest version of the renderer (2.1.1)