Skip to content

v1.0.10

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Feb 10:33
· 261 commits to main since this release

Added

  • Implement Link, InputNumber InputTime, TextArea and TextAreaRichText components
  • Implement Addon element for InputText component
  • Handle size property on Progress component
  • border-none Tailwind CSS utility class

Changed

  • Update minor and patch versions of dependencies
  • Update husky to v9
  • Add wrapperClassName property to InputContainer component to customise the input wrapper
  • Update InputContainer props to accept any HTML div property and support textarea elements

Fixed

  • Fix styling conflict in InputText introduced by Addon element