Changelog
Changelog
0.1.153
- Support className and arbitrary props on the
Checkbox component.
0.1.152
- Fix rendering of
invalid prop on Input components with prependedText or appendedText.
0.1.151
- Add
invalidText prop to the Input component.
0.1.150
- Add className and other props to the
Steps component.
0.1.149
- Added the
autoFocus prop to the Input component.
0.1.148
- Added the
onKeyDown prop to the Input component.
0.1.147
- Make checkbox default to false if value is not provided.
0.1.146
- Added the Checkbox component.
0.1.144
- Fixed issue with
DropdownInput component where the key prop was not being set correctly.
0.1.143
- Added
invalid prop to the DropdownInput component.
0.1.142
- Added
invalid prop to the Input component.
0.1.141
- Fix button formatting in confirm modals
0.1.140
- Added the
SegmentedControl component.
0.1.139
- Added
inputClassName prop to the Input component.
0.1.138
- Added
autofocusSearch prop to the DropdownInput component.
0.1.137
- Added
showIconInPrompt prop to the DropdownInput component and allowed the className prop to be passed to the DropdownInput component.
0.1.135
- Fixed awkward sizing of Hr's without text.
0.1.134
- Fixed issue with
useModal where the resolve function was not being set correctly, preventing the modal from opening after being closed.
0.1.133
- Fixed issue with
useModal where the resolve function was not being set correctly, preventing the modal from being automatically closed.
0.1.131
- Added more feedback to the
Table pagination.
0.1.129
- Added support for
tableClassName and paginationClassName in the Table component.
0.1.127
- Added support for
showPagination and defaultRowsPerPage in the Table component.
0.1.126
- Added support for
disabled in the DropdownInput component.
0.1.124
- Added support for
seperator and header in the DropdownInput component.
0.1.123
- Added
icon prop to the Table component.
0.1.121
- Modified the
EnclosedSelectGroup component to have a more consistent behavior when selecting multiple items.
0.1.115
- Allow z-index of offcanvas to be set via the
zIndex prop.
0.1.114
- Bump z-index of offcanvas
0.1.113
- Fix issue with where table causes crash when the column that the table is being sorted on is suddenly removed from the columns array.
0.1.112
- Fix overflow issue in the
Modal component.
0.1.111
- Added a class name field to the
Table component.
0.1.110
- Added a class name to the
title of the Alert component.
0.1.109
- Removed the box shadow from the
Offcanvas component when it is not shown.
0.1.108
- Added
required prop to the DropdownInput component.
0.1.97
- Added
helpText, helpTextPlacement, helpPrompt, required, hint, and labelDescription props to the Input component.
- Updated the
TablerProvider component to use the latest version of the Tabler core library. (migrated from 1.0.0-beta17 to 1.2.0)
Edit this page on GitHub