Skip to content

Releases: metal/metal.js

v2.4.2

01 Sep 17:28
Compare
Choose a tag to compare

Bug Fixes

  • Fixed error thrown when __incrementalDOMData is not defined
  • Stopped running validators before all state properties are created

v2.4.1

01 Sep 15:02
Compare
Choose a tag to compare

Bug Fixes

  • Fixed jsx key creation when state changes inside a sub component - #147

v2.4.0

31 Aug 18:12
Compare
Choose a tag to compare

New Features

  • We now store references to nodes that use the "ref" attribute - #154

Bug Fixes

  • Fixed dom.triggerEvent not skipping disabled field elements for click events - #134
  • Updated incremental dom to the newest version (which fixes a few bugs with their code)

v2.3.1

31 Aug 13:26
Compare
Choose a tag to compare

Bug Fixes

  • Fixed key creation skipping elements with null keys

v2.3.0

31 Aug 13:14
Compare
Choose a tag to compare

Enhancements

  • Improved handling of conditionally rendered elements - #147

v2.2.6

29 Aug 17:48
Compare
Choose a tag to compare

Bug Fixes

  • Fixed problem with css classes not being rendered - #151
  • Stopped triggering "click" events for right clicks on Firefox - #152

v2.2.5

12 Aug 20:00
Compare
Choose a tag to compare

Bug Fixes

  • Fixed problem with adding "elementClasses" twice
  • Added custom errors for common use cases of using an instance after being disposed - #150

v2.2.4

08 Aug 21:31
Compare
Choose a tag to compare

Bug Fixes

  • Fixed bug where validators throwing error were failing on Component
  • Fixed remaining places that use config instead of props - #149

v2.2.3

08 Aug 18:31
Compare
Choose a tag to compare

Bug fixes

  • State now runs validator immediately for initial values - #139
  • core.isString now also accepts String instances

v2.2.2

04 Aug 18:26
Compare
Choose a tag to compare

Bug Fixes

  • Fixed error thrown when conditionally rendering grandchildren with ref - #145