Release: molecule-input version 6.2.0

Posted on Wed 30 September 2015 in Releases

molecule-input version 6.2.0 has just been released. This release includes bug fixes and new features.

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.2.0

Bug fixes in this release:

  • InputContainer: keep .is-highlighted CSS class when invalid and still focused.

New features in this release:

  • it is now possible to set the initial value through properties. Currently, only Input supports this. Textarea will support this when atom-autogrow-textarea has implemented support.

See the full changelog.