molecule-input version 6.3.0
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.0New features in this release:
- contracts for properties. If a property set on a component is not of the correct type, a
TypeErrorwill be thrown.
Steps have also been taken to improve performance:
- internally,
Rx.Observablecombinations have been optimized withdistinctUntilChanged().