Release: molecule-input version 6.0.1
Posted on Fri 25 September 2015 in Releases
molecule-input version 6.0.1 has just been released. This release is a correction to v6.0.0 that somehow were released without essential commits. The breaking changes in this release actually belongs to the former version; hence no major version bump again.
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.0.1
Breaking Changes:
Rename components. Component functions and directories are capitalized.
Before:
moleculeInput
moleculeInputCharCounter
moleculeInputContainer
moleculeInputError
moleculeInputTextarea
After:
Input
InputCharCounter
InputContainer
InputError
InputTextarea
Rename noLabelFloat
property to disableLabelFloat
.
InputCharCounter
and InputError
no longer accepts className
property.