This repository was archived by the owner on Mar 6, 2025. It is now read-only.
v1.1.0
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
sizeandcolorprops 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
typeshould be removed from all Popup components
- prompt popups should now use the component PopupPrompt and the
- 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
valueinstead ofdefaultValuefor setting the input value
- InputField should now use
- the Form component validation has been simplified
formValidationhas changed tovalidationErrors, with thesuccessflag 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