Skip to content

molecule-input version 6.2.0

Compare
Choose a tag to compare
@Frikki Frikki released this 16 Oct 21:45
· 109 commits to develop since this release

This release includes bug fixes and new features.

Download this release, or 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.