Releases: TobitSoftware/chayns-components
Releases · TobitSoftware/chayns-components
v4.14.10
Features:
- PersonFinder:
- Change PersonFinder key control to not use the focus and allow using Esc to close the result box
- Add max-prop to limit the number of selected persons
- Add values-prop to allow the controlled usage of the component
- Pass all parameters to onInput-event
- ListItem: Add onOpen and onClose prop
- Input: Return also the event
Bugfixes:
- PersonFinder:
- Fix bug that friends were not shown immediately
- Fix bug that TagInput added new line too early
- SetupWizard: Fix bug that the component didn't re-enables implicitly disabled steps
- ScrollView: Fix bug that ScrollView didn't shrink
- Accordion: Fix tapp crash if a createRef is used for the reference-prop
v4.14.6
Improvements:
- InputBox/PersonFinder: The InputBox was hidden, when the user triggered an mouseup-event outside the input. This could happen, when the user selects some text inside the input and releases the mouse outside the input.
v4.14.3 - v4.14.4
Features:
- Checkbox: Add id prop for server-side-rendering
Improvements:
- FilterButton: Update style & improve example
- TextString: Improve docs & example
Bugfixes:
- SetupWizard: Fix bug that stepComplete(false) uncompleted also following steps
Configuration:
- Fix problem with ESLint line-endings rule
v4.14.2
Features:
- SetupWizard: Allow to complete other steps
v4.14.1
Configuration:
- Update ESLint configuration
Bugfixes:
- SetupWizard: Fix bug that stepComplete(false) resets also if currentStep is not required
- TagInput: Fix placeholder width
v4.13.1 - v4.14.0
Features:
- Add FilterButton component
- Change the PersonFinder to make it possible to build custom finders
- Change layout and style of the OpeningTimes component
- Add function to enable and disable SetupWizard Steps
Bugfixes:
- ContextMenu: Call onLayerClick also if the context menu is shown as a dialog (mobile behavior)
v4.13.0
Features:
- Add scss auto-compile
- Add option to hide or shorten year to DateInfo component
- Allow custom attributes for accordion head
Style changes:
- Update SharingBar style
Bugfixes:
- Fix bug that Mode component throws error if not logged in
- Fix bug that autogrow accordion has no animation
- Fix behavior of ModeSwitch after login
v4.12.6
Feature:
- Gallery: Allow to prevent format param in image component
- Tooltip/ContextMenu: Allow to change position while bubble is open
Fix:
- Icon: Fix bug that component didn't render FA-icons the first time
v4.12.5
Feature:
- Improved bundle size by changing all
typeof
type checks to single-declared functions
Fix:
- Fix week day in DateInfo component
v4.12.4
Fix:
- FileInput: Change video/mov mime type in streamingservice preset to video/quicktime