|
1 | | -# [1.11.0](https://github.com/tabler/tabler-react/compare/v1.10.2...v1.11.0) (2018-06-15) |
| 1 | +# [1.30.0](https://github.com/tabler/tabler-react/compare/v1.29.0...v1.30.0) (2019-06-01) |
| 2 | + |
| 3 | +### Bug Fixes |
2 | 4 |
|
| 5 | +- **Form:** Fix invalid properties for maxLength, minLength, autoComplete ([d63f9c3](https://github.com/tabler/tabler-react/commit/d63f9c3)) |
| 6 | +- **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)) |
| 7 | +- **package:** update d3-scale to version 3.0.0 ([e927826](https://github.com/tabler/tabler-react/commit/e927826)) |
| 8 | +- **package:** update react-router-dom to version 5.0.0 ([464eea4](https://github.com/tabler/tabler-react/commit/464eea4)) |
3 | 9 |
|
4 | 10 | ### Features |
5 | 11 |
|
6 | | -* **Alert:** Add mouse and pointer event props ([37eb666](https://github.com/tabler/tabler-react/commit/37eb666)) |
7 | | -* **Avatar:** Add mouse and pointer event props ([7d04234](https://github.com/tabler/tabler-react/commit/7d04234)) |
8 | | -* **Button:** Add mouse, pointer events ([844e301](https://github.com/tabler/tabler-react/commit/844e301)) |
| 12 | +- **FileInput:** add accept property ([0965e51](https://github.com/tabler/tabler-react/commit/0965e51)) |
| 13 | +- **StandAloneFormPage:** Made the logo variable ([2d9d48e](https://github.com/tabler/tabler-react/commit/2d9d48e)) |
9 | 14 |
|
| 15 | +# [1.11.0](https://github.com/tabler/tabler-react/compare/v1.10.2...v1.11.0) (2018-06-15) |
| 16 | + |
| 17 | +### Features |
| 18 | + |
| 19 | +- **Alert:** Add mouse and pointer event props ([37eb666](https://github.com/tabler/tabler-react/commit/37eb666)) |
| 20 | +- **Avatar:** Add mouse and pointer event props ([7d04234](https://github.com/tabler/tabler-react/commit/7d04234)) |
| 21 | +- **Button:** Add mouse, pointer events ([844e301](https://github.com/tabler/tabler-react/commit/844e301)) |
10 | 22 |
|
11 | 23 | ## [1.10.2](https://github.com/tabler/tabler-react/compare/v1.10.1...v1.10.2) (2018-06-14) |
12 | 24 |
|
13 | 25 | ### Bug Fixes |
14 | 26 |
|
15 | | -* **DropdownMenu:** performance issue 228 ([7a6a9f7](https://github.com/tabler/tabler-react/commit/7a6a9f7)), closes [#228](https://github.com/tabler/tabler-react/issues/228) |
16 | | - |
| 27 | +- **DropdownMenu:** performance issue 228 ([7a6a9f7](https://github.com/tabler/tabler-react/commit/7a6a9f7)), closes [#228](https://github.com/tabler/tabler-react/issues/228) |
17 | 28 |
|
18 | 29 | ## [1.10.1](https://github.com/tabler/tabler-react/compare/v1.10.0...v1.10.1) (2018-06-12) |
19 | 30 |
|
20 | 31 | ### Bug Fixes |
21 | 32 |
|
22 | | -* **package:** update commitlint to version 7.0.0 ([d5d11cb](https://github.com/tabler/tabler-react/commit/d5d11cb)) |
23 | | - |
| 33 | +- **package:** update commitlint to version 7.0.0 ([d5d11cb](https://github.com/tabler/tabler-react/commit/d5d11cb)) |
24 | 34 |
|
25 | 35 | <a name="1.10.0"></a> |
26 | | -# [1.10.0](https://github.com/tabler/tabler-react/compare/v1.9.0...v1.10.0) (2018-06-05) |
27 | 36 |
|
| 37 | +# [1.10.0](https://github.com/tabler/tabler-react/compare/v1.9.0...v1.10.0) (2018-06-05) |
28 | 38 |
|
29 | 39 | ### Bug Fixes |
30 | 40 |
|
31 | | -* **Button:** add displayName ([63b78b8](https://github.com/tabler/tabler-react/commit/63b78b8)), closes [#208](https://github.com/tabler/tabler-react/issues/208) |
32 | | -* **Button:** fix missing onClick and to props ([5805832](https://github.com/tabler/tabler-react/commit/5805832)) |
33 | | -* **FormInputGroup:** make breaking change non-breaking ([cf963e7](https://github.com/tabler/tabler-react/commit/cf963e7)) |
34 | | -* **FormInputGroupAppendPrepend:** remove uneccasary span ([89e1e9e](https://github.com/tabler/tabler-react/commit/89e1e9e)) |
35 | | -* **FormRadio:** only wrap in label if label is used ([beeacf5](https://github.com/tabler/tabler-react/commit/beeacf5)) |
36 | | - |
| 41 | +- **Button:** add displayName ([63b78b8](https://github.com/tabler/tabler-react/commit/63b78b8)), closes [#208](https://github.com/tabler/tabler-react/issues/208) |
| 42 | +- **Button:** fix missing onClick and to props ([5805832](https://github.com/tabler/tabler-react/commit/5805832)) |
| 43 | +- **FormInputGroup:** make breaking change non-breaking ([cf963e7](https://github.com/tabler/tabler-react/commit/cf963e7)) |
| 44 | +- **FormInputGroupAppendPrepend:** remove uneccasary span ([89e1e9e](https://github.com/tabler/tabler-react/commit/89e1e9e)) |
| 45 | +- **FormRadio:** only wrap in label if label is used ([beeacf5](https://github.com/tabler/tabler-react/commit/beeacf5)) |
37 | 46 |
|
38 | 47 | ### Features |
39 | 48 |
|
40 | | -* **Form:** add a new all-in-one Form with single Input and Button ([564c7dd](https://github.com/tabler/tabler-react/commit/564c7dd)) |
41 | | -* **FormCheckbox:** only wrap in label if label exists ([0d1397b](https://github.com/tabler/tabler-react/commit/0d1397b)) |
42 | | -* **FormGroup:** create input from prop ([34f95b2](https://github.com/tabler/tabler-react/commit/34f95b2)) |
43 | | -* **FormInput:** add label prop ([519d28d](https://github.com/tabler/tabler-react/commit/519d28d)) |
44 | | -* **FormInputGroup:** add inputProps prop ([d2d4628](https://github.com/tabler/tabler-react/commit/d2d4628)) |
45 | | -* **FormInputGroup:** use FormInputGroupAppend/Prepend ([5582f88](https://github.com/tabler/tabler-react/commit/5582f88)) |
46 | | -* **FormSelect:** add missing props ([ee57c54](https://github.com/tabler/tabler-react/commit/ee57c54)) |
47 | | -* **FormTextarea:** add label prop ([3e73442](https://github.com/tabler/tabler-react/commit/3e73442)) |
48 | | - |
| 49 | +- **Form:** add a new all-in-one Form with single Input and Button ([564c7dd](https://github.com/tabler/tabler-react/commit/564c7dd)) |
| 50 | +- **FormCheckbox:** only wrap in label if label exists ([0d1397b](https://github.com/tabler/tabler-react/commit/0d1397b)) |
| 51 | +- **FormGroup:** create input from prop ([34f95b2](https://github.com/tabler/tabler-react/commit/34f95b2)) |
| 52 | +- **FormInput:** add label prop ([519d28d](https://github.com/tabler/tabler-react/commit/519d28d)) |
| 53 | +- **FormInputGroup:** add inputProps prop ([d2d4628](https://github.com/tabler/tabler-react/commit/d2d4628)) |
| 54 | +- **FormInputGroup:** use FormInputGroupAppend/Prepend ([5582f88](https://github.com/tabler/tabler-react/commit/5582f88)) |
| 55 | +- **FormSelect:** add missing props ([ee57c54](https://github.com/tabler/tabler-react/commit/ee57c54)) |
| 56 | +- **FormTextarea:** add label prop ([3e73442](https://github.com/tabler/tabler-react/commit/3e73442)) |
49 | 57 |
|
50 | 58 | <a name="1.9.0"></a> |
51 | | -# [1.9.0](https://github.com/tabler/tabler-react/compare/v1.8.1...v1.9.0) (2018-06-04) |
52 | 59 |
|
| 60 | +# [1.9.0](https://github.com/tabler/tabler-react/compare/v1.8.1...v1.9.0) (2018-06-04) |
53 | 61 |
|
54 | 62 | ### Bug Fixes |
55 | 63 |
|
56 | | -* **Dropdown:** fix d-flex class check ([f85b58a](https://github.com/tabler/tabler-react/commit/f85b58a)) |
57 | | -* **Homepage:** ProgressCard examples column width ([bfcdc23](https://github.com/tabler/tabler-react/commit/bfcdc23)) |
58 | | -* **Homepage:** StampCards headers missing spaces ([5500e44](https://github.com/tabler/tabler-react/commit/5500e44)) |
59 | | -* **NotificationTray:** make Dropdown flex ([dc9cb24](https://github.com/tabler/tabler-react/commit/dc9cb24)) |
60 | | -* **StampCard:** dont use Header.H4 shorthand component ([910ea82](https://github.com/tabler/tabler-react/commit/910ea82)) |
61 | | -* **Table:** responsive class not applied correctly ([090fd64](https://github.com/tabler/tabler-react/commit/090fd64)) |
62 | | - |
| 64 | +- **Dropdown:** fix d-flex class check ([f85b58a](https://github.com/tabler/tabler-react/commit/f85b58a)) |
| 65 | +- **Homepage:** ProgressCard examples column width ([bfcdc23](https://github.com/tabler/tabler-react/commit/bfcdc23)) |
| 66 | +- **Homepage:** StampCards headers missing spaces ([5500e44](https://github.com/tabler/tabler-react/commit/5500e44)) |
| 67 | +- **NotificationTray:** make Dropdown flex ([dc9cb24](https://github.com/tabler/tabler-react/commit/dc9cb24)) |
| 68 | +- **StampCard:** dont use Header.H4 shorthand component ([910ea82](https://github.com/tabler/tabler-react/commit/910ea82)) |
| 69 | +- **Table:** responsive class not applied correctly ([090fd64](https://github.com/tabler/tabler-react/commit/090fd64)) |
63 | 70 |
|
64 | 71 | ### Features |
65 | 72 |
|
66 | | -* **Dropdown:** add flex prop ([6ed15ff](https://github.com/tabler/tabler-react/commit/6ed15ff)) |
67 | | - |
| 73 | +- **Dropdown:** add flex prop ([6ed15ff](https://github.com/tabler/tabler-react/commit/6ed15ff)) |
68 | 74 |
|
69 | 75 | <a name="1.8.1"></a> |
70 | | -## [1.8.1](https://github.com/tabler/tabler-react/compare/v1.8.0...v1.8.1) (2018-06-04) |
71 | 76 |
|
| 77 | +## [1.8.1](https://github.com/tabler/tabler-react/compare/v1.8.0...v1.8.1) (2018-06-04) |
72 | 78 |
|
73 | 79 | ### Bug Fixes |
74 | 80 |
|
75 | | -* remove css modules style imports ([4abb1e1](https://github.com/tabler/tabler-react/commit/4abb1e1)) |
76 | | - |
| 81 | +- remove css modules style imports ([4abb1e1](https://github.com/tabler/tabler-react/commit/4abb1e1)) |
77 | 82 |
|
78 | 83 | <a name="1.8.0"></a> |
79 | | -# [1.8.0](https://github.com/tabler/tabler-react/compare/v1.7.0...v1.8.0) (2018-06-04) |
80 | 84 |
|
| 85 | +# [1.8.0](https://github.com/tabler/tabler-react/compare/v1.7.0...v1.8.0) (2018-06-04) |
81 | 86 |
|
82 | 87 | ### Features |
83 | 88 |
|
84 | | -* **FormTextarea:** add valid/invalid props ([fc20a8c](https://github.com/tabler/tabler-react/commit/fc20a8c)) |
85 | | -* **List:** add inline props ([e6ec9ed](https://github.com/tabler/tabler-react/commit/e6ec9ed)) |
86 | | -* **Profile:** add bio prop, used instead of/before children ([7407cac](https://github.com/tabler/tabler-react/commit/7407cac)) |
87 | | -* **ProfileFormCard:** add ProfileFormCard ([0d24142](https://github.com/tabler/tabler-react/commit/0d24142)) |
88 | | -* **SocialNetworksList:** add List for displaying social icons ([6369912](https://github.com/tabler/tabler-react/commit/6369912)) |
| 89 | +- **FormTextarea:** add valid/invalid props ([fc20a8c](https://github.com/tabler/tabler-react/commit/fc20a8c)) |
| 90 | +- **List:** add inline props ([e6ec9ed](https://github.com/tabler/tabler-react/commit/e6ec9ed)) |
| 91 | +- **Profile:** add bio prop, used instead of/before children ([7407cac](https://github.com/tabler/tabler-react/commit/7407cac)) |
| 92 | +- **ProfileFormCard:** add ProfileFormCard ([0d24142](https://github.com/tabler/tabler-react/commit/0d24142)) |
| 93 | +- **SocialNetworksList:** add List for displaying social icons ([6369912](https://github.com/tabler/tabler-react/commit/6369912)) |
89 | 94 |
|
90 | 95 | <a name="1.7.0"></a> |
91 | 96 |
|
92 | 97 | # [1.7.0](https://github.com/tabler/tabler-react/compare/v1.6.0...v1.7.0) (2018-06-01) |
93 | 98 |
|
94 | 99 | ### Bug Fixes |
95 | 100 |
|
96 | | -* **BlogCard:** Fix example to display using correct props ([ccff90a](https://github.com/tabler/tabler-react/commit/ccff90a)) |
97 | | -* **FormCheckbox:** add onBlur prop ([b418d1a](https://github.com/tabler/tabler-react/commit/b418d1a)) |
98 | | -* **react version:** Fix React minimum version should be 16.2.0 ([8fc9ed6](https://github.com/tabler/tabler-react/commit/8fc9ed6)) |
99 | | -* **RegisterPage:** fix incorrect flow type ([d03e4fe](https://github.com/tabler/tabler-react/commit/d03e4fe)) |
100 | | -* **Tooltip:** Add Reference Type checking and documentation comments ([268744d](https://github.com/tabler/tabler-react/commit/268744d)) |
101 | | -* **Tooltip:** Add Tooltip.css (rename from tooltip.css) ([a6c36ae](https://github.com/tabler/tabler-react/commit/a6c36ae)) |
| 101 | +- **BlogCard:** Fix example to display using correct props ([ccff90a](https://github.com/tabler/tabler-react/commit/ccff90a)) |
| 102 | +- **FormCheckbox:** add onBlur prop ([b418d1a](https://github.com/tabler/tabler-react/commit/b418d1a)) |
| 103 | +- **react version:** Fix React minimum version should be 16.2.0 ([8fc9ed6](https://github.com/tabler/tabler-react/commit/8fc9ed6)) |
| 104 | +- **RegisterPage:** fix incorrect flow type ([d03e4fe](https://github.com/tabler/tabler-react/commit/d03e4fe)) |
| 105 | +- **Tooltip:** Add Reference Type checking and documentation comments ([268744d](https://github.com/tabler/tabler-react/commit/268744d)) |
| 106 | +- **Tooltip:** Add Tooltip.css (rename from tooltip.css) ([a6c36ae](https://github.com/tabler/tabler-react/commit/a6c36ae)) |
102 | 107 |
|
103 | 108 | ### Features |
104 | 109 |
|
105 | | -* **ForgotPasswordPage:** Add forgotton password page ([7958867](https://github.com/tabler/tabler-react/commit/7958867)) |
106 | | -* **LoginPage:** add reusable Login page ([b10296f](https://github.com/tabler/tabler-react/commit/b10296f)) |
107 | | -* **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) |
108 | | -* **RegisterPage:** add RegisterPage component ([06f5d02](https://github.com/tabler/tabler-react/commit/06f5d02)) |
109 | | -* **tooltip:** add new tooltip component ([90dca54](https://github.com/tabler/tabler-react/commit/90dca54)) |
110 | | -* **Tooltip:** Add arrow to the tooltip ([2cf6fb5](https://github.com/tabler/tabler-react/commit/2cf6fb5)) |
111 | | -* **Tooltip:** Add placement-based arrow positioning (centering) ([046fb35](https://github.com/tabler/tabler-react/commit/046fb35)) |
112 | | -* **withTouchedErrors:** Add HOC to help simplify form libs integration ([40645d7](https://github.com/tabler/tabler-react/commit/40645d7)) |
| 110 | +- **ForgotPasswordPage:** Add forgotton password page ([7958867](https://github.com/tabler/tabler-react/commit/7958867)) |
| 111 | +- **LoginPage:** add reusable Login page ([b10296f](https://github.com/tabler/tabler-react/commit/b10296f)) |
| 112 | +- **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) |
| 113 | +- **RegisterPage:** add RegisterPage component ([06f5d02](https://github.com/tabler/tabler-react/commit/06f5d02)) |
| 114 | +- **tooltip:** add new tooltip component ([90dca54](https://github.com/tabler/tabler-react/commit/90dca54)) |
| 115 | +- **Tooltip:** Add arrow to the tooltip ([2cf6fb5](https://github.com/tabler/tabler-react/commit/2cf6fb5)) |
| 116 | +- **Tooltip:** Add placement-based arrow positioning (centering) ([046fb35](https://github.com/tabler/tabler-react/commit/046fb35)) |
| 117 | +- **withTouchedErrors:** Add HOC to help simplify form libs integration ([40645d7](https://github.com/tabler/tabler-react/commit/40645d7)) |
113 | 118 |
|
114 | 119 | <a name="1.6.0"></a> |
115 | 120 |
|
116 | 121 | # [1.6.0](https://github.com/tabler/tabler-react/compare/v1.5.1...v1.6.0) (2018-05-27) |
117 | 122 |
|
118 | 123 | ### Features |
119 | 124 |
|
120 | | -* **Icon:** Add new flag shorthand prop ([ad208cc](https://github.com/tabler/tabler-react/commit/ad208cc)) |
| 125 | +- **Icon:** Add new flag shorthand prop ([ad208cc](https://github.com/tabler/tabler-react/commit/ad208cc)) |
121 | 126 |
|
122 | 127 | <a name="1.5.1"></a> |
123 | 128 |
|
124 | 129 | ## [1.5.1](https://github.com/tabler/tabler-react/compare/v1.5.0...v1.5.1) (2018-05-25) |
125 | 130 |
|
126 | 131 | ### Bug Fixes |
127 | 132 |
|
128 | | -* **semantic-release:** fix config ([5ba703d](https://github.com/tabler/tabler-react/commit/5ba703d)) |
| 133 | +- **semantic-release:** fix config ([5ba703d](https://github.com/tabler/tabler-react/commit/5ba703d)) |
129 | 134 |
|
130 | 135 | <a name="1.5.0"></a> |
131 | 136 |
|
132 | 137 | # [1.5.0](https://github.com/tabler/tabler-react/compare/v1.4.0...v1.5.0) (2018-05-25) |
133 | 138 |
|
134 | 139 | ### Bug Fixes |
135 | 140 |
|
136 | | -* **tabler css:** copy tabler css before build and start ([2062c71](https://github.com/tabler/tabler-react/commit/2062c71)) |
| 141 | +- **tabler css:** copy tabler css before build and start ([2062c71](https://github.com/tabler/tabler-react/commit/2062c71)) |
137 | 142 |
|
138 | 143 | ### Features |
139 | 144 |
|
140 | | -* **Form:** Add form and input event props ([c109724](https://github.com/tabler/tabler-react/commit/c109724)) |
141 | | -* **FormInput:** Add error prop ([2d98e75](https://github.com/tabler/tabler-react/commit/2d98e75)) |
| 145 | +- **Form:** Add form and input event props ([c109724](https://github.com/tabler/tabler-react/commit/c109724)) |
| 146 | +- **FormInput:** Add error prop ([2d98e75](https://github.com/tabler/tabler-react/commit/2d98e75)) |
0 commit comments