Releases: TobitSoftware/chayns-components
Releases · TobitSoftware/chayns-components
v4.18.10
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
Bugfix:
- PersonFinder: Fix bug that own userId was
undefined
Configuration:
- Update eslint config
- Update dependencies
v4.18.8
Feature:
- ComboBox: Add
value
prop
v4.18.7
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
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
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
Feature:
- List: Add
onLongPress
andhoverItem
props
v4.18.2
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
Bugfix:
- ComboBox: Fix bug that ComboBox crashed if neither
defaultValue
norlabel
is set