This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.30.0](v1.29.0...v1.30.0) (2019-06-01) ### Bug Fixes * **Form:** Fix invalid properties for maxLength, minLength, autoComplete ([d63f9c3](d63f9c3)) * **Form:** Fix invalid properties for maxLength, minLength, autoComplete ([#440](#440)) ([cb4a69a](cb4a69a)) * **package:** update d3-scale to version 3.0.0 ([e927826](e927826)) * **package:** update react-router-dom to version 5.0.0 ([464eea4](464eea4)) ### Features * **FileInput:** add accept property ([0965e51](0965e51)) * **StandAloneFormPage:** Made the logo variable ([2d9d48e](2d9d48e))
- Loading branch information
1 parent
cb4a69a
commit 944ef10
Showing
4 changed files
with
1,961 additions
and
302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,141 +1,146 @@ | ||
# [1.11.0](https://github.com/tabler/tabler-react/compare/v1.10.2...v1.11.0) (2018-06-15) | ||
# [1.30.0](https://github.com/tabler/tabler-react/compare/v1.29.0...v1.30.0) (2019-06-01) | ||
|
||
### Bug Fixes | ||
|
||
- **Form:** Fix invalid properties for maxLength, minLength, autoComplete ([d63f9c3](https://github.com/tabler/tabler-react/commit/d63f9c3)) | ||
- **Form:** Fix invalid properties for maxLength, minLength, autoComplete ([#440](https://github.com/tabler/tabler-react/issues/440)) ([cb4a69a](https://github.com/tabler/tabler-react/commit/cb4a69a)) | ||
- **package:** update d3-scale to version 3.0.0 ([e927826](https://github.com/tabler/tabler-react/commit/e927826)) | ||
- **package:** update react-router-dom to version 5.0.0 ([464eea4](https://github.com/tabler/tabler-react/commit/464eea4)) | ||
|
||
### Features | ||
|
||
* **Alert:** Add mouse and pointer event props ([37eb666](https://github.com/tabler/tabler-react/commit/37eb666)) | ||
* **Avatar:** Add mouse and pointer event props ([7d04234](https://github.com/tabler/tabler-react/commit/7d04234)) | ||
* **Button:** Add mouse, pointer events ([844e301](https://github.com/tabler/tabler-react/commit/844e301)) | ||
- **FileInput:** add accept property ([0965e51](https://github.com/tabler/tabler-react/commit/0965e51)) | ||
- **StandAloneFormPage:** Made the logo variable ([2d9d48e](https://github.com/tabler/tabler-react/commit/2d9d48e)) | ||
|
||
# [1.11.0](https://github.com/tabler/tabler-react/compare/v1.10.2...v1.11.0) (2018-06-15) | ||
|
||
### Features | ||
|
||
- **Alert:** Add mouse and pointer event props ([37eb666](https://github.com/tabler/tabler-react/commit/37eb666)) | ||
- **Avatar:** Add mouse and pointer event props ([7d04234](https://github.com/tabler/tabler-react/commit/7d04234)) | ||
- **Button:** Add mouse, pointer events ([844e301](https://github.com/tabler/tabler-react/commit/844e301)) | ||
|
||
## [1.10.2](https://github.com/tabler/tabler-react/compare/v1.10.1...v1.10.2) (2018-06-14) | ||
|
||
### Bug Fixes | ||
|
||
* **DropdownMenu:** performance issue 228 ([7a6a9f7](https://github.com/tabler/tabler-react/commit/7a6a9f7)), closes [#228](https://github.com/tabler/tabler-react/issues/228) | ||
|
||
- **DropdownMenu:** performance issue 228 ([7a6a9f7](https://github.com/tabler/tabler-react/commit/7a6a9f7)), closes [#228](https://github.com/tabler/tabler-react/issues/228) | ||
|
||
## [1.10.1](https://github.com/tabler/tabler-react/compare/v1.10.0...v1.10.1) (2018-06-12) | ||
|
||
### Bug Fixes | ||
|
||
* **package:** update commitlint to version 7.0.0 ([d5d11cb](https://github.com/tabler/tabler-react/commit/d5d11cb)) | ||
|
||
- **package:** update commitlint to version 7.0.0 ([d5d11cb](https://github.com/tabler/tabler-react/commit/d5d11cb)) | ||
|
||
<a name="1.10.0"></a> | ||
# [1.10.0](https://github.com/tabler/tabler-react/compare/v1.9.0...v1.10.0) (2018-06-05) | ||
|
||
# [1.10.0](https://github.com/tabler/tabler-react/compare/v1.9.0...v1.10.0) (2018-06-05) | ||
|
||
### Bug Fixes | ||
|
||
* **Button:** add displayName ([63b78b8](https://github.com/tabler/tabler-react/commit/63b78b8)), closes [#208](https://github.com/tabler/tabler-react/issues/208) | ||
* **Button:** fix missing onClick and to props ([5805832](https://github.com/tabler/tabler-react/commit/5805832)) | ||
* **FormInputGroup:** make breaking change non-breaking ([cf963e7](https://github.com/tabler/tabler-react/commit/cf963e7)) | ||
* **FormInputGroupAppendPrepend:** remove uneccasary span ([89e1e9e](https://github.com/tabler/tabler-react/commit/89e1e9e)) | ||
* **FormRadio:** only wrap in label if label is used ([beeacf5](https://github.com/tabler/tabler-react/commit/beeacf5)) | ||
|
||
- **Button:** add displayName ([63b78b8](https://github.com/tabler/tabler-react/commit/63b78b8)), closes [#208](https://github.com/tabler/tabler-react/issues/208) | ||
- **Button:** fix missing onClick and to props ([5805832](https://github.com/tabler/tabler-react/commit/5805832)) | ||
- **FormInputGroup:** make breaking change non-breaking ([cf963e7](https://github.com/tabler/tabler-react/commit/cf963e7)) | ||
- **FormInputGroupAppendPrepend:** remove uneccasary span ([89e1e9e](https://github.com/tabler/tabler-react/commit/89e1e9e)) | ||
- **FormRadio:** only wrap in label if label is used ([beeacf5](https://github.com/tabler/tabler-react/commit/beeacf5)) | ||
|
||
### Features | ||
|
||
* **Form:** add a new all-in-one Form with single Input and Button ([564c7dd](https://github.com/tabler/tabler-react/commit/564c7dd)) | ||
* **FormCheckbox:** only wrap in label if label exists ([0d1397b](https://github.com/tabler/tabler-react/commit/0d1397b)) | ||
* **FormGroup:** create input from prop ([34f95b2](https://github.com/tabler/tabler-react/commit/34f95b2)) | ||
* **FormInput:** add label prop ([519d28d](https://github.com/tabler/tabler-react/commit/519d28d)) | ||
* **FormInputGroup:** add inputProps prop ([d2d4628](https://github.com/tabler/tabler-react/commit/d2d4628)) | ||
* **FormInputGroup:** use FormInputGroupAppend/Prepend ([5582f88](https://github.com/tabler/tabler-react/commit/5582f88)) | ||
* **FormSelect:** add missing props ([ee57c54](https://github.com/tabler/tabler-react/commit/ee57c54)) | ||
* **FormTextarea:** add label prop ([3e73442](https://github.com/tabler/tabler-react/commit/3e73442)) | ||
|
||
- **Form:** add a new all-in-one Form with single Input and Button ([564c7dd](https://github.com/tabler/tabler-react/commit/564c7dd)) | ||
- **FormCheckbox:** only wrap in label if label exists ([0d1397b](https://github.com/tabler/tabler-react/commit/0d1397b)) | ||
- **FormGroup:** create input from prop ([34f95b2](https://github.com/tabler/tabler-react/commit/34f95b2)) | ||
- **FormInput:** add label prop ([519d28d](https://github.com/tabler/tabler-react/commit/519d28d)) | ||
- **FormInputGroup:** add inputProps prop ([d2d4628](https://github.com/tabler/tabler-react/commit/d2d4628)) | ||
- **FormInputGroup:** use FormInputGroupAppend/Prepend ([5582f88](https://github.com/tabler/tabler-react/commit/5582f88)) | ||
- **FormSelect:** add missing props ([ee57c54](https://github.com/tabler/tabler-react/commit/ee57c54)) | ||
- **FormTextarea:** add label prop ([3e73442](https://github.com/tabler/tabler-react/commit/3e73442)) | ||
|
||
<a name="1.9.0"></a> | ||
# [1.9.0](https://github.com/tabler/tabler-react/compare/v1.8.1...v1.9.0) (2018-06-04) | ||
|
||
# [1.9.0](https://github.com/tabler/tabler-react/compare/v1.8.1...v1.9.0) (2018-06-04) | ||
|
||
### Bug Fixes | ||
|
||
* **Dropdown:** fix d-flex class check ([f85b58a](https://github.com/tabler/tabler-react/commit/f85b58a)) | ||
* **Homepage:** ProgressCard examples column width ([bfcdc23](https://github.com/tabler/tabler-react/commit/bfcdc23)) | ||
* **Homepage:** StampCards headers missing spaces ([5500e44](https://github.com/tabler/tabler-react/commit/5500e44)) | ||
* **NotificationTray:** make Dropdown flex ([dc9cb24](https://github.com/tabler/tabler-react/commit/dc9cb24)) | ||
* **StampCard:** dont use Header.H4 shorthand component ([910ea82](https://github.com/tabler/tabler-react/commit/910ea82)) | ||
* **Table:** responsive class not applied correctly ([090fd64](https://github.com/tabler/tabler-react/commit/090fd64)) | ||
|
||
- **Dropdown:** fix d-flex class check ([f85b58a](https://github.com/tabler/tabler-react/commit/f85b58a)) | ||
- **Homepage:** ProgressCard examples column width ([bfcdc23](https://github.com/tabler/tabler-react/commit/bfcdc23)) | ||
- **Homepage:** StampCards headers missing spaces ([5500e44](https://github.com/tabler/tabler-react/commit/5500e44)) | ||
- **NotificationTray:** make Dropdown flex ([dc9cb24](https://github.com/tabler/tabler-react/commit/dc9cb24)) | ||
- **StampCard:** dont use Header.H4 shorthand component ([910ea82](https://github.com/tabler/tabler-react/commit/910ea82)) | ||
- **Table:** responsive class not applied correctly ([090fd64](https://github.com/tabler/tabler-react/commit/090fd64)) | ||
|
||
### Features | ||
|
||
* **Dropdown:** add flex prop ([6ed15ff](https://github.com/tabler/tabler-react/commit/6ed15ff)) | ||
|
||
- **Dropdown:** add flex prop ([6ed15ff](https://github.com/tabler/tabler-react/commit/6ed15ff)) | ||
|
||
<a name="1.8.1"></a> | ||
## [1.8.1](https://github.com/tabler/tabler-react/compare/v1.8.0...v1.8.1) (2018-06-04) | ||
|
||
## [1.8.1](https://github.com/tabler/tabler-react/compare/v1.8.0...v1.8.1) (2018-06-04) | ||
|
||
### Bug Fixes | ||
|
||
* remove css modules style imports ([4abb1e1](https://github.com/tabler/tabler-react/commit/4abb1e1)) | ||
|
||
- remove css modules style imports ([4abb1e1](https://github.com/tabler/tabler-react/commit/4abb1e1)) | ||
|
||
<a name="1.8.0"></a> | ||
# [1.8.0](https://github.com/tabler/tabler-react/compare/v1.7.0...v1.8.0) (2018-06-04) | ||
|
||
# [1.8.0](https://github.com/tabler/tabler-react/compare/v1.7.0...v1.8.0) (2018-06-04) | ||
|
||
### Features | ||
|
||
* **FormTextarea:** add valid/invalid props ([fc20a8c](https://github.com/tabler/tabler-react/commit/fc20a8c)) | ||
* **List:** add inline props ([e6ec9ed](https://github.com/tabler/tabler-react/commit/e6ec9ed)) | ||
* **Profile:** add bio prop, used instead of/before children ([7407cac](https://github.com/tabler/tabler-react/commit/7407cac)) | ||
* **ProfileFormCard:** add ProfileFormCard ([0d24142](https://github.com/tabler/tabler-react/commit/0d24142)) | ||
* **SocialNetworksList:** add List for displaying social icons ([6369912](https://github.com/tabler/tabler-react/commit/6369912)) | ||
- **FormTextarea:** add valid/invalid props ([fc20a8c](https://github.com/tabler/tabler-react/commit/fc20a8c)) | ||
- **List:** add inline props ([e6ec9ed](https://github.com/tabler/tabler-react/commit/e6ec9ed)) | ||
- **Profile:** add bio prop, used instead of/before children ([7407cac](https://github.com/tabler/tabler-react/commit/7407cac)) | ||
- **ProfileFormCard:** add ProfileFormCard ([0d24142](https://github.com/tabler/tabler-react/commit/0d24142)) | ||
- **SocialNetworksList:** add List for displaying social icons ([6369912](https://github.com/tabler/tabler-react/commit/6369912)) | ||
|
||
<a name="1.7.0"></a> | ||
|
||
# [1.7.0](https://github.com/tabler/tabler-react/compare/v1.6.0...v1.7.0) (2018-06-01) | ||
|
||
### Bug Fixes | ||
|
||
* **BlogCard:** Fix example to display using correct props ([ccff90a](https://github.com/tabler/tabler-react/commit/ccff90a)) | ||
* **FormCheckbox:** add onBlur prop ([b418d1a](https://github.com/tabler/tabler-react/commit/b418d1a)) | ||
* **react version:** Fix React minimum version should be 16.2.0 ([8fc9ed6](https://github.com/tabler/tabler-react/commit/8fc9ed6)) | ||
* **RegisterPage:** fix incorrect flow type ([d03e4fe](https://github.com/tabler/tabler-react/commit/d03e4fe)) | ||
* **Tooltip:** Add Reference Type checking and documentation comments ([268744d](https://github.com/tabler/tabler-react/commit/268744d)) | ||
* **Tooltip:** Add Tooltip.css (rename from tooltip.css) ([a6c36ae](https://github.com/tabler/tabler-react/commit/a6c36ae)) | ||
- **BlogCard:** Fix example to display using correct props ([ccff90a](https://github.com/tabler/tabler-react/commit/ccff90a)) | ||
- **FormCheckbox:** add onBlur prop ([b418d1a](https://github.com/tabler/tabler-react/commit/b418d1a)) | ||
- **react version:** Fix React minimum version should be 16.2.0 ([8fc9ed6](https://github.com/tabler/tabler-react/commit/8fc9ed6)) | ||
- **RegisterPage:** fix incorrect flow type ([d03e4fe](https://github.com/tabler/tabler-react/commit/d03e4fe)) | ||
- **Tooltip:** Add Reference Type checking and documentation comments ([268744d](https://github.com/tabler/tabler-react/commit/268744d)) | ||
- **Tooltip:** Add Tooltip.css (rename from tooltip.css) ([a6c36ae](https://github.com/tabler/tabler-react/commit/a6c36ae)) | ||
|
||
### Features | ||
|
||
* **ForgotPasswordPage:** Add forgotton password page ([7958867](https://github.com/tabler/tabler-react/commit/7958867)) | ||
* **LoginPage:** add reusable Login page ([b10296f](https://github.com/tabler/tabler-react/commit/b10296f)) | ||
* **mediabodysocial:** add tooltip to media icons ([e7e9f3a](https://github.com/tabler/tabler-react/commit/e7e9f3a)), closes [#114](https://github.com/tabler/tabler-react/issues/114) | ||
* **RegisterPage:** add RegisterPage component ([06f5d02](https://github.com/tabler/tabler-react/commit/06f5d02)) | ||
* **tooltip:** add new tooltip component ([90dca54](https://github.com/tabler/tabler-react/commit/90dca54)) | ||
* **Tooltip:** Add arrow to the tooltip ([2cf6fb5](https://github.com/tabler/tabler-react/commit/2cf6fb5)) | ||
* **Tooltip:** Add placement-based arrow positioning (centering) ([046fb35](https://github.com/tabler/tabler-react/commit/046fb35)) | ||
* **withTouchedErrors:** Add HOC to help simplify form libs integration ([40645d7](https://github.com/tabler/tabler-react/commit/40645d7)) | ||
- **ForgotPasswordPage:** Add forgotton password page ([7958867](https://github.com/tabler/tabler-react/commit/7958867)) | ||
- **LoginPage:** add reusable Login page ([b10296f](https://github.com/tabler/tabler-react/commit/b10296f)) | ||
- **mediabodysocial:** add tooltip to media icons ([e7e9f3a](https://github.com/tabler/tabler-react/commit/e7e9f3a)), closes [#114](https://github.com/tabler/tabler-react/issues/114) | ||
- **RegisterPage:** add RegisterPage component ([06f5d02](https://github.com/tabler/tabler-react/commit/06f5d02)) | ||
- **tooltip:** add new tooltip component ([90dca54](https://github.com/tabler/tabler-react/commit/90dca54)) | ||
- **Tooltip:** Add arrow to the tooltip ([2cf6fb5](https://github.com/tabler/tabler-react/commit/2cf6fb5)) | ||
- **Tooltip:** Add placement-based arrow positioning (centering) ([046fb35](https://github.com/tabler/tabler-react/commit/046fb35)) | ||
- **withTouchedErrors:** Add HOC to help simplify form libs integration ([40645d7](https://github.com/tabler/tabler-react/commit/40645d7)) | ||
|
||
<a name="1.6.0"></a> | ||
|
||
# [1.6.0](https://github.com/tabler/tabler-react/compare/v1.5.1...v1.6.0) (2018-05-27) | ||
|
||
### Features | ||
|
||
* **Icon:** Add new flag shorthand prop ([ad208cc](https://github.com/tabler/tabler-react/commit/ad208cc)) | ||
- **Icon:** Add new flag shorthand prop ([ad208cc](https://github.com/tabler/tabler-react/commit/ad208cc)) | ||
|
||
<a name="1.5.1"></a> | ||
|
||
## [1.5.1](https://github.com/tabler/tabler-react/compare/v1.5.0...v1.5.1) (2018-05-25) | ||
|
||
### Bug Fixes | ||
|
||
* **semantic-release:** fix config ([5ba703d](https://github.com/tabler/tabler-react/commit/5ba703d)) | ||
- **semantic-release:** fix config ([5ba703d](https://github.com/tabler/tabler-react/commit/5ba703d)) | ||
|
||
<a name="1.5.0"></a> | ||
|
||
# [1.5.0](https://github.com/tabler/tabler-react/compare/v1.4.0...v1.5.0) (2018-05-25) | ||
|
||
### Bug Fixes | ||
|
||
* **tabler css:** copy tabler css before build and start ([2062c71](https://github.com/tabler/tabler-react/commit/2062c71)) | ||
- **tabler css:** copy tabler css before build and start ([2062c71](https://github.com/tabler/tabler-react/commit/2062c71)) | ||
|
||
### Features | ||
|
||
* **Form:** Add form and input event props ([c109724](https://github.com/tabler/tabler-react/commit/c109724)) | ||
* **FormInput:** Add error prop ([2d98e75](https://github.com/tabler/tabler-react/commit/2d98e75)) | ||
- **Form:** Add form and input event props ([c109724](https://github.com/tabler/tabler-react/commit/c109724)) | ||
- **FormInput:** Add error prop ([2d98e75](https://github.com/tabler/tabler-react/commit/2d98e75)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.