Release: molecule-input version 6.3.0

Posted on Tue 06 October 2015 in Releases

molecule-input version 6.3.0 has just been released. This release includes new features and performance improvements.

Head over to the repository to download this release. You can also 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.