Releases: TobitSoftware/chayns-components
Releases · TobitSoftware/chayns-components
v4.20.24
✨ New Features
- Input: Add
emptyValue
prop. - SearchBox: Add multiple new props. For further informations, take a look at the corresponding component documentation.
🐛 Fixed
- ColorPicker: Fix bug that
ColorPicker
always closes after selection if children is located in a scrollable element.
v4.20.22
v4.20.7
v4.20.6
v4.20.2
v4.20.0
✨ New Features
- New
chayns-components/split-css
entrypoint for environments that do not support CSS imports inside ofnode_modules
(Next.js). The component CSS can be imported viaimport 'chayns-components/dist/styles.css'
. - Output is now tree-shakable by default. The babel transform function still exists for backwards compatibility, but basically does nothing at this point.
- The
Icon
-component and any component that uses it can now take an array of icons to form a stacked FontAwesome-icon.
During this release the documentation has also changed and is now automatically generated from JSDoc comments in the components source.
v4.19.7
Bug:
- IntegerFormatter: An invalid value is now displayed as an empty string. Previously the string "NaN" was displayed inside the input.
- FormattedInput: The inputRef-prop is now working correctly.
- FormattedInput: The first argument of the onEnter-callback contains the parsed value now (like the first argument of the onChange-callback)
v4.19.6
Bugfix:
- TextArea: Fix autogrow
v4.19.3
Features:
- Input: Add new
dynamic
type andinvalidMessage
prop (only bottom-dynamic) - SearchBox: Allow usage with arrow keys
Bug:
- ComboBox: Allow usage in iFrame dialogs
v4.19.0
Features:
- SearchBox: Add new SearchBox component
- Input:
- Slide dynamic placeholder out of the input if the text is too long
- Add
right
-prop for border-input
- InputBox: Remove fade-in animation
Improvement:
- ColorScheme: Use
@chayns/colors
package
Bugfix:
- List: Fix bug that list is not opening when
onClick
is set