Skip to content

molecule-input version 6.0.1

Choose a tag to compare

@Frikki Frikki released this 16 Oct 22:21
· 142 commits to develop since this release

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.

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