This release includes bug fixes and performance improvements.
Download this release, or obtain it through npm by issuing the following command in your terminal:
$ npm i @cyclic/[email protected]
This release fixes:
- label float synchronization when using the Textarea component, and
- overlap between label and placeholder of the Input component.
Steps have also been taken to increase performance:
- the InputContainer component doesn’t render empty DIVs and excludes rendering of
.molecule-InputContainer_floatLabelPlaceholder
, and - internally,
Rx.Observable
combinations have been optimized.