File size: 8,621 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 |
## [1.30.1](https://github.com/tabler/tabler-react/compare/v1.30.0...v1.30.1) (2019-06-01)
### Bug Fixes
- **FormInput:** add autoComplete prop ([bdd8f0c](https://github.com/tabler/tabler-react/commit/bdd8f0c)), closes [#428](https://github.com/tabler/tabler-react/issues/428)
- **FormSelect:** add multiple prop ([af40df3](https://github.com/tabler/tabler-react/commit/af40df3))
# [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
- **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)
## [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))
<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)
### 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))
### 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))
<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)
### 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))
### Features
- **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)
### Bug Fixes
- 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)
### 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))
<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))
### 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))
<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))
<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))
<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))
### 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))
|