Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 944ef10

Browse files
chore(release): 1.30.0 --skip
# [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))
1 parent cb4a69a commit 944ef10

4 files changed

Lines changed: 1961 additions & 302 deletions

File tree

CHANGELOG.md

Lines changed: 67 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,141 +1,146 @@
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
24

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))
39

410
### Features
511

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))
914

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))
1022

1123
## [1.10.2](https://github.com/tabler/tabler-react/compare/v1.10.1...v1.10.2) (2018-06-14)
1224

1325
### Bug Fixes
1426

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)
1728

1829
## [1.10.1](https://github.com/tabler/tabler-react/compare/v1.10.0...v1.10.1) (2018-06-12)
1930

2031
### Bug Fixes
2132

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))
2434

2535
<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)
2736

37+
# [1.10.0](https://github.com/tabler/tabler-react/compare/v1.9.0...v1.10.0) (2018-06-05)
2838

2939
### Bug Fixes
3040

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))
3746

3847
### Features
3948

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))
4957

5058
<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)
5259

60+
# [1.9.0](https://github.com/tabler/tabler-react/compare/v1.8.1...v1.9.0) (2018-06-04)
5361

5462
### Bug Fixes
5563

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))
6370

6471
### Features
6572

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))
6874

6975
<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)
7176

77+
## [1.8.1](https://github.com/tabler/tabler-react/compare/v1.8.0...v1.8.1) (2018-06-04)
7278

7379
### Bug Fixes
7480

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))
7782

7883
<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)
8084

85+
# [1.8.0](https://github.com/tabler/tabler-react/compare/v1.7.0...v1.8.0) (2018-06-04)
8186

8287
### Features
8388

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))
8994

9095
<a name="1.7.0"></a>
9196

9297
# [1.7.0](https://github.com/tabler/tabler-react/compare/v1.6.0...v1.7.0) (2018-06-01)
9398

9499
### Bug Fixes
95100

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))
102107

103108
### Features
104109

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))
113118

114119
<a name="1.6.0"></a>
115120

116121
# [1.6.0](https://github.com/tabler/tabler-react/compare/v1.5.1...v1.6.0) (2018-05-27)
117122

118123
### Features
119124

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))
121126

122127
<a name="1.5.1"></a>
123128

124129
## [1.5.1](https://github.com/tabler/tabler-react/compare/v1.5.0...v1.5.1) (2018-05-25)
125130

126131
### Bug Fixes
127132

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))
129134

130135
<a name="1.5.0"></a>
131136

132137
# [1.5.0](https://github.com/tabler/tabler-react/compare/v1.4.0...v1.5.0) (2018-05-25)
133138

134139
### Bug Fixes
135140

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))
137142

138143
### Features
139144

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))

package-lock.json

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tabler-react",
3-
"version": "1.6.0",
3+
"version": "1.30.0",
44
"description": "",
55
"author": "jonthomp and AaronCoplan",
66
"license": "MIT",
@@ -26,7 +26,8 @@
2626
"commitmsg": "commitlint -e $GIT_PARAMS",
2727
"copytablercsstodist": "shx mkdir -p dist && shx cp src/Tabler.css src/Tabler.RTL.css dist/ && shx cp -r src/fonts src/images dist/",
2828
"cm": "git-cz",
29-
"startagain": "shx rm -rf dist node_modules example/node_modules yarn.lock example/yarn.lock && yarn install && cd example && yarn install && cd .. && yarn build"
29+
"startagain": "shx rm -rf dist node_modules example/node_modules yarn.lock example/yarn.lock && yarn install && cd example && yarn install && cd .. && yarn build",
30+
"semantic-release": "semantic-release --no-ci"
3031
},
3132
"lint-staged": {
3233
"src/**/*.js": "eslint --max-warnings=0"
@@ -79,7 +80,7 @@
7980
"rollup-plugin-peer-deps-external": "2.2.0",
8081
"rollup-plugin-postcss": "1.6.3",
8182
"rollup-plugin-url": "2.2.1",
82-
"semantic-release": "^15.5.0",
83+
"semantic-release": "^15.13.12",
8384
"shx": "^0.3.2",
8485
"webpack": "4.19.1"
8586
},

0 commit comments

Comments
 (0)