Releases: TobitSoftware/chayns-components
Releases · TobitSoftware/chayns-components
v4.12.2
Fix:
- TextArea: The TextArea autogrows correctly when the value is changed by the value-prop
v4.12.1
Feature:
- SelectButton: Allow numbers for showSelection
Fix:
- AmountControl: Fix bug that it was not possible to use the input
- Accordion: Fix bug that accordions with open=true could not be closed
v4.12.0
Features:
- All components have been updated to be compatible with react 17. Therefore, we have replaced all lifecycle methods with alternatives that will work in future releases of react.
- ColorPicker: The component has been updated to work with hooks.
- Tooltip/ContextMenu: Add removeParentSpace prop (can be used in tapps that are not displayed inside an iFrame).
- SelectList/SetupWizard: Use react-context to allow wrapping custom components around their items.
- Accordion: Add searchValue prop.
Fix:
- ModeSwitch: Fix bug that accounting members were able to use the admin mode.
- GridCalendar: Fix the grid calendar.
- ContextMenu: Fix "null is not an object" bug.
- TextString: Fix bug that prevents using only one setProp.
- DateInfo: Fix bug that causes wrong information about the selected date.
- Calendar: Fix two bugs that causes problems with the last day of the month.
v4.11.6
Features:
- Add children prop to colorPicker
- Add onInput prop to personFinder
- Add contributing file
v4.11.4
Feature:
- AmountControl: Adds the min and max-props, which allows the developer to limit the input-range (also checks the value of the input field)
v4.11.3
Fix:
- TextString: Changes to the replacements-prop did not update the text immediately
v4.11.2
Feature:
- PersonFinder: It is now possible to add or remove friends from within the PersonFinder
Fix:
- PersonFinder: LazyLoading was triggered when friends-list contains more than 6 entries
- PersonFinder: Invalid sites will not be displayed inside the subtitle
v4.11.1
Feature:
- Add ProgressBar component
Fix:
- IntegerFormatter: The formatter prevented the user from clearing the FormattedInput
- Bubble (ContextMenu/Tooltip): A timeout was not removed, when the component unmounts. This leads to a warning about a potential memory leak.
v4.11.0
General:
- set required react and react-dom version to >= 16.8.0
- allow creation of component-list in README.md based on src/components.json
Fix:
- TappPortal (ContextMenu/Tooltip): TappPortal was removed when one instance has a parent set and another instance does not have a parent set
- AmountControl: Prevent users from input higher amounts when disableAdd is set or smaller amounts when disableRemove is set
ColorPicker-Component
Feature:
- Add the colorPicker component. It can be used to pick a color within a bubble. For further informations, see the readme.