Releases: metal/metal.js
Releases · metal/metal.js
v2.4.2
Bug Fixes
- Fixed error thrown when
__incrementalDOMData
is not defined
- Stopped running validators before all state properties are created
v2.4.1
Bug Fixes
- Fixed jsx key creation when state changes inside a sub component - #147
v2.4.0
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
Bug Fixes
- Fixed key creation skipping elements with null keys
v2.3.0
Enhancements
- Improved handling of conditionally rendered elements - #147
v2.2.6
Bug Fixes
- Fixed problem with css classes not being rendered - #151
- Stopped triggering "click" events for right clicks on Firefox - #152
v2.2.5
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
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
Bug fixes
- State now runs validator immediately for initial values - #139
core.isString
now also accepts String instances
v2.2.2
Bug Fixes
- Fixed error thrown when conditionally rendering grandchildren with ref - #145