This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
Releases: tabler/tabler-react
Releases · tabler/tabler-react
v1.10.2
v1.10.1
v1.10.0
1.10.0 (2018-06-05)
Bug Fixes
- Button: add displayName (63b78b8), closes #208
- Button: fix missing onClick and to props (5805832)
- FormInputGroup: make breaking change non-breaking (cf963e7)
- FormInputGroupAppendPrepend: remove uneccasary span (89e1e9e)
- FormRadio: only wrap in label if label is used (beeacf5)
Features
- Form: add a new all-in-one Form with single Input and Button (564c7dd)
- FormCheckbox: only wrap in label if label exists (0d1397b)
- FormGroup: create input from prop (34f95b2)
- FormInput: add label prop (519d28d)
- FormInputGroup: add inputProps prop (d2d4628)
- FormInputGroup: use FormInputGroupAppend/Prepend (5582f88)
- FormSelect: add missing props (ee57c54)
- FormTextarea: add label prop (3e73442)
v1.9.0
1.9.0 (2018-06-04)
Bug Fixes
- Dropdown: fix d-flex class check (f85b58a)
- Homepage: ProgressCard examples column width (bfcdc23)
- Homepage: StampCards headers missing spaces (5500e44)
- NotificationTray: make Dropdown flex (dc9cb24)
- StampCard: dont use Header.H4 shorthand component (910ea82)
- Table: responsive class not applied correctly (090fd64)
Features
- Dropdown: add flex prop (6ed15ff)
v1.8.1
v1.8.0
v1.7.0
1.7.0 (2018-06-01)
Bug Fixes
- BlogCard: Fix example to display using correct props (ccff90a)
- FormCheckbox: add onBlur prop (b418d1a)
- react version: Fix React minimum version should be 16.2.0 (8fc9ed6)
- RegisterPage: fix incorrect flow type (d03e4fe)
- Tooltip: Add Reference Type checking and documentation comments (268744d)
- Tooltip: Add Tooltip.css (rename from tooltip.css) (a6c36ae)
Features
- ForgotPasswordPage: Add forgotton password page (7958867)
- LoginPage: add reusable Login page (b10296f)
- mediabodysocial: add tooltip to media icons (e7e9f3a), closes #114
- RegisterPage: add RegisterPage component (06f5d02)
- tooltip: add new tooltip component (90dca54)
- Tooltip: Add arrow to the tooltip (2cf6fb5)
- Tooltip: Add placement-based arrow positioning (centering) (046fb35)
- withTouchedErrors: Add HOC to help simplify form libs integration (40645d7)