Skip to content

molecule-input version 6.3.0

Compare
Choose a tag to compare
@Frikki Frikki released this 16 Oct 21:14
· 93 commits to develop since this release

This release includes new features and performance improvements.

Download this release, or obtain it through npm by issuing the following command in your terminal:

$ npm i @cyclic/molecule-input@6.3.0

New features in this release:

  • contracts for properties. If a property set on a component is not of the correct type, a TypeError will be thrown.

Steps have also been taken to improve performance:

  • internally, Rx.Observable combinations have been optimized with distinctUntilChanged().

See the full changelog.