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

v2.0.1

21 Dec 11:16
0be46cc
Compare
Choose a tag to compare

Fixed

  • drop down menu direction and applying the close handler to child components

v2.0.0

20 Dec 15:10
f9ce3e7
Compare
Choose a tag to compare

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

06 Dec 09:17
4b80314
Compare
Choose a tag to compare

Change

  • the $color-transparent colour to use a base of white to get around a bug in safari when using linear-gradient with $color-transparent

v1.5.1

05 Dec 14:13
fd3b713
Compare
Choose a tag to compare

Fixed

  • hiding header right side label on small screens
  • set the display name for the aspect ratio container component

v1.5.0

04 Dec 16:20
8453667
Compare
Choose a tag to compare

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

16 Nov 12:31
5056017
Compare
Choose a tag to compare

Added

  • a static input field for fields that can never be edited

Change

  • there is now a delay to when the loading page spinner shows to avoid it being shown on pages that load quickly
  • SCSS variables can now be overwritten

v1.4.1

15 Nov 09:55
d768b9c
Compare
Choose a tag to compare

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

v1.4.0

09 Nov 14:28
208b98e
Compare
Choose a tag to compare

Added

  • added a search bar component
  • added a code input component
  • added more support for IDs and classes to existing components

Changes

  • updated gettext-extractor to support concatenated strings

v1.3.3

25 Oct 14:10
1f3df5d
Compare
Choose a tag to compare

Changed

  • hide the account management URL button if no URL is passed to the User Account Menu component

v1.3.2

25 Oct 12:13
5bdb558
Compare
Choose a tag to compare

Added

  • added helper functions to copy and download strings

Changes

  • updated the User Account Menu component to display a sign-in button when the user is signed out

Fixed

  • fixed the size of the burger menu button and the floating action button