This repository has been archived by the owner on Dec 21, 2021. It is now read-only.
Releases: Ultimaker/react-web-components
Releases · Ultimaker/react-web-components
v2.0.1
v2.0.0
Added
- ES lint to ensure all JS code adheres to the Ultimaker code standards
- a DropDownMenuBase component and refactored the DropDownMenu, ContextMenu, UserAccountMenu and SelectField components to use it as a base. This resulted in a breaking change to the ContextMenuItem component, as the label is now passed as its children.
- 'no-style' and 'link' button appearances
- 'sign out' and 'manage account' buttons to the mobile navigation menu
- a Header component story to storybook
- utils stories to storybook
Changed
- all clickable elements to be buttons to ensure all action components can be navigated to and used using the keyboard
- all attributes named 'style' that were not referring to the in-line styling attribute to 'appearance'. This is a breaking change for the Button, Form, Popup, PopupPrompt and CircleIcon components
Fixed
- downloadFile function for Firefox
v1.5.2
v1.5.1
v1.5.0
Added
- a youtube video player component
- an aspect ratio container component
- a carousel component
- a page section component
Changed
- a header was added to the base popup component
- the hide/show classes to be mobile first
Fixed
- closing the context menu when clicking outside the component
v1.4.2
v1.4.1
Changes
- a footer has been added to the popup component to give a place for error messages, etc.
- popup prompt button handlers can now receive a promise as the return value, which will remove the button spinner on resolve
Fixed
- tooltips are now working in safari