Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

v1.1.0

Choose a tag to compare

@woosie10 woosie10 released this 21 Sep 08:54
· 1172 commits to master since this release
ac0d30f

Added

  • unit and snapshot tests have been added for automated testing
  • added all Cura connect icons and displayed in storybook
  • re-organised and consolidated the scss color variables and displayed them in storybook
  • added size and color props to all icons
  • added a Textarea component that can auto grow
  • added the ability to add a clickable area around the profile picture of the UserAccountMenu component

Changes

  • converts all sass files to scss
  • Form component now used within the Popup component
    • prompt popups should now use the component PopupPrompt and the type should be removed from all Popup components
  • allow the InputField component to show the preLabelElement even when now label is passed
  • prevent the use of spaces in tags in the TagsSelector component
  • InputField inputs are now all controlled, rather than uncontrolled
    • InputField should now use value instead of defaultValue for setting the input value
  • the Form component validation has been simplified
    • formValidation has changed to validationErrors, with the success flag being removed
  • validation messages can now be used when InputField is type 'children'

Fixes

  • Fix the height of the alert pill button, so that it is the same as the pill buttons
  • Fix the checkbox label alignment so that it is centred vertically