Skip to content

Releases: TobitSoftware/chayns-components

v4.20.24

12 Mar 11:28
Compare
Choose a tag to compare

✨ 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

02 Mar 10:12
Compare
Choose a tag to compare

Fixed

  • 🐛 Add the missing Authorization-header to the imageUpload function.

v4.20.7

07 Dec 16:20
Compare
Choose a tag to compare
  • Allow subtitle for orm in personfinder
  • Do not load friends in personfinder if not used

v4.20.6

24 Nov 13:58
Compare
Choose a tag to compare

🐛 Fixed

  • Fixed a bug with the PersonFinder component where it would crash while selecting multiple users

v4.20.2

28 Oct 15:27
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Resolve issue with tree-shaking of CSS files

v4.20.0

27 Oct 14:28
Compare
Choose a tag to compare

✨ New Features

  • New chayns-components/split-css entrypoint for environments that do not support CSS imports inside of node_modules (Next.js). The component CSS can be imported via import '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

22 Oct 10:56
9387391
Compare
Choose a tag to compare

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

15 Oct 08:56
Compare
Choose a tag to compare

Bugfix:

  • TextArea: Fix autogrow

v4.19.3

13 Oct 11:02
Compare
Choose a tag to compare

Features:

  • Input: Add new dynamic type and invalidMessage prop (only bottom-dynamic)
  • SearchBox: Allow usage with arrow keys

Bug:

  • ComboBox: Allow usage in iFrame dialogs

v4.19.0

24 Sep 15:05
Compare
Choose a tag to compare

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