Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Releases: Isotopejs/isotope

v0.2.2

17 Apr 07:30
Compare
Choose a tag to compare
  • Fix context initialization when working with config input directives.

v0.2.1

13 Apr 18:41
Compare
Choose a tag to compare
  • Fixed lifecycle method node reference issue.

v0.2.0

13 Apr 09:42
Compare
Choose a tag to compare

Breaking changes ⚠:

  • Move SSR implementation into a separate package (@isotope/server).
  • Change map() behavior to only re-render when a new data array is provided.

Other changes:

  • Improve performance of classes configurator on Node creation.
  • Emit lifecycle events only when they're listened to.

v0.1.4

11 Apr 09:50
Compare
Choose a tag to compare
  • Allow directives to be passed directly as the node's config
  • Fix map() method bug related to numbers and objects mapping

v0.1.3

10 Apr 10:20
Compare
Choose a tag to compare

The $() method now supports forwarding of any type of value when used with single directive.