Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Releases: Ultimaker/react-web-components

v1.3.1

23 Oct 15:21
d34a3bd
Compare
Choose a tag to compare

Changes

  • The popup component has been split to create the popup base component which provides a basic version of the popup without the form inside

v1.3.0

23 Oct 13:15
30f8030
Compare
Choose a tag to compare

Added

  • added an image cropper component
  • added the ability to use the popup component as a multi-step popup
  • added sizes to the modal component
  • added the ability to limit what type of files can be uploaded using the file upload component
  • added the ability to limit the text length of a textarea
  • added the settings panel component from Cura Connect

Changes

  • improved the accessibility of the form input components to allow uses to use them with only the keyboard
  • made to improvements to the textarea component to limit the max height and width to the size of the screen and to keep the same formatting of the text when it is changed to the static view

v1.2.0

04 Oct 07:10
d378a50
Compare
Choose a tag to compare

Added

  • the ability to add a border to the svg icons

Changes

  • the input field components have been refactored to create a separate component per input type. These separate components can now be used directly, which makes it clearer in the code what components are being used. But they will now come with all the wrapper functionality that came with the InputField component. InputField is also still available for backward compatibility.

v1.1.2

03 Oct 12:13
1890dd0
Compare
Choose a tag to compare

Added

  • Added 'Move up' and 'Multiple' icons

v1.1.1

25 Sep 15:20
64a94b4
Compare
Choose a tag to compare

Added

  • Added a ratings component

Fixes

  • Fixed the panel arrow sizing
  • Fixed the darkness of the toggle button shadow

v1.1.0

21 Sep 08:54
ac0d30f
Compare
Choose a tag to compare

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

v1.0.4

27 Aug 14:28
34dde64
Compare
Choose a tag to compare
  • Fix image upload component icon size
  • Add optional image upload placeholder label

v1.0.3

27 Aug 11:24
0c831a4
Compare
Choose a tag to compare
  • Updated e-mail icon to fit better with the other icons
  • Added all icons to Storybook example

v1.0.2

23 Aug 07:55
4ec2980
Compare
Choose a tag to compare

This release contains the following bug fixes:

  • fix z-index issues with popups
  • make .btn styles more specific to avoid cascading issues

v1.0.1

21 Aug 13:49
4216c4b
Compare
Choose a tag to compare

This release contains one bug fix:

  • Fix being able to submit a prompt popup without changing it's default value.