Skip to content

molecule-input version 6.3.1

Latest
Compare
Choose a tag to compare
@Frikki Frikki released this 16 Oct 20:52
· 62 commits to develop since this release

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.

See the full changelog.