Release: molecule-input version 6.3.1

Posted on Fri 09 October 2015 in Releases

molecule-input version 6.3.1 has just been released. This release includes bug fixes 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.1

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.