This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
igorschoester
released this
17 Sep 07:41
·
1559 commits
to develop
since this release
2.9.0 September 17th, 2020
Enhancements
- Changes
TextInput
,TextArea
,LabeledRadioButton
,Select
, andMultiSelect
to controlled components, their value should be passed from a higher order component. - Changes the
MultiSelect
implementation to usereact-select
instead ofselect2
. - Introduces
icons.html
for examples on how to use the icons. - Adds chevron up and chevron down svg icons.
Bugfixes
- Fixes a bug where removing the last item from the
MultiSelect
generated an error. - Fixes a bug where the
select2
dropdown would be hidden when used in a modal.
Other
- Adds styling to the RadioButtons to remove any "before" elements.