Skip to content

Releases: TobitSoftware/chayns-components

v4.18.10

16 Sep 13:03
Compare
Choose a tag to compare

Design changes:

  • Input: Change icon style for border-design input

Bugfixes:

  • ContextMenu: Add function check for onLayerClick
  • PersonFinder: Fix color of friends indicator

v4.18.9

14 Sep 09:08
Compare
Choose a tag to compare

Bugfix:

  • PersonFinder: Fix bug that own userId was undefined

Configuration:

  • Update eslint config
  • Update dependencies

v4.18.8

07 Sep 13:03
Compare
Choose a tag to compare

Feature:

  • ComboBox: Add value prop

v4.18.7

04 Sep 13:02
Compare
Choose a tag to compare

Bugfixes:

  • SharingBar: Fix the SharingBar component for MS Edge and mobile safari.
  • ListItem: Replace different colors depending on color mode with a chayns color class to fix the component for server-side rendering.

v4.18.6

03 Sep 15:38
Compare
Choose a tag to compare

Features:

  • Input: Add clearIcon prop to change the icon to a clear-icon when a value is given
  • ListItem: Add imageBorderColor to set a border to images

Improvements:

  • Input: It is no longer possible to write behind the placeholder

v4.18.4

02 Sep 10:53
Compare
Choose a tag to compare

Features:

  • List: Add images-prop. It allows you to show several images in a collage.

Improvements:

  • List: Improve text flow on the right side of the list

Bugfixes:

  • List: Fix console errors
  • Accordion: Fix wrong propType
  • Input: Fix bug that icon on the right side is clickable when the input is disabled

v4.18.3

31 Aug 07:41
Compare
Choose a tag to compare

Feature:

  • List: Add onLongPress and hoverItem props

v4.18.2

28 Aug 10:03
Compare
Choose a tag to compare

Features:

  • Input: Enable dynamic style for border design
  • ColorScheme: Add a window function to allow the app to change the colorMode of the tapp without refreshing it

Bugfixes:

  • ComboBox: Fix bug that the component didn't get all prop updates and add ellipsis to the label.
  • Input: Fix wrong className and style tag position

Improvements:

  • SliderButton: Use color from button instead of color set by the component
  • ColorScheme: Use chayns.utils.colors.getAvailableColorList() instead of a hardcoded color list

v4.18.1

27 Aug 07:14
Compare
Choose a tag to compare

Bugfix:

  • ComboBox: Fix bug that ComboBox crashed if neither defaultValue nor label is set

v4.18.0

26 Aug 15:23
Compare
Choose a tag to compare

Features:

  • ComboBox: The ComboBox component has been re-written. It's no longer using the html select element to get a better integration into the chayns design.
  • SliderButton: Add new SliderButton component. See README for more informations.