Skip to content

0.10.0

Compare
Choose a tag to compare
@huwshimi huwshimi released this 18 Sep 05:50

Added

  • Added Slider component.
  • Added a takeFocus prop to Input, Select and Textarea which sets the focus to the input on first render.

Changed

  • Updated the caution, error, success and help props for Input, Select and Textarea to be of type node.
  • Update Chip to be dismissible inside a text input and make them truncatable.
  • Updated to Vanilla 2.16.0.
  • Storybook stories updated to use Controls.
  • Storybook theme updated with Vanilla colours.
  • CRA replaced with manual setup.