Skip to content

v1.2.3

Compare
Choose a tag to compare
@ravijayaramappa ravijayaramappa released this 12 Feb 22:28
· 1559 commits to master since this release

Improvements

  • #1711 - engine: Add support for the isConnected property on component instances. This property
    can be used to check if the instance is connected to the DOM.

Bug Fixes

  • #1681 - wire-service: Fix a bug to discontinue usage of WireContextEvent event type to be consistent with the event naming standard. wirecontextevent should be used instead.

Internal

  • #1703, #1710, #1713 Upgrade Node(12.15.0) and Yarn(1.22.0) versions used by the project. Upgrade handlebars dependency from 4.0.12 to 4.7.3. Upgrade dev dependencies
  • #1717 - engine: Remove unused currentContext functionality which was storing context before invoking component callbacks.