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

Commit a30c3df

Browse files
committed
Merge remote-tracking branch 'upstream/master' into FormEvents
2 parents fc83acb + 86f947a commit a30c3df

File tree

8 files changed

+576
-1878
lines changed

8 files changed

+576
-1878
lines changed

CHANGELOG.md

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,92 @@
1+
# [1.11.0](https://github.com/tabler/tabler-react/compare/v1.10.2...v1.11.0) (2018-06-15)
2+
3+
4+
### Features
5+
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))
9+
10+
11+
## [1.10.2](https://github.com/tabler/tabler-react/compare/v1.10.1...v1.10.2) (2018-06-14)
12+
13+
### Bug Fixes
14+
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+
17+
18+
## [1.10.1](https://github.com/tabler/tabler-react/compare/v1.10.0...v1.10.1) (2018-06-12)
19+
20+
### Bug Fixes
21+
22+
* **package:** update commitlint to version 7.0.0 ([d5d11cb](https://github.com/tabler/tabler-react/commit/d5d11cb))
23+
24+
25+
<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+
28+
29+
### Bug Fixes
30+
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+
37+
38+
### Features
39+
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+
50+
<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+
53+
54+
### Bug Fixes
55+
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+
63+
64+
### Features
65+
66+
* **Dropdown:** add flex prop ([6ed15ff](https://github.com/tabler/tabler-react/commit/6ed15ff))
67+
68+
69+
<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+
72+
73+
### Bug Fixes
74+
75+
* remove css modules style imports ([4abb1e1](https://github.com/tabler/tabler-react/commit/4abb1e1))
76+
77+
78+
<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+
81+
82+
### Features
83+
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+
190
<a name="1.7.0"></a>
291

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

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react-c3js": "^0.1.20",
1313
"react-dom": "^16.2.0",
1414
"react-google-maps": "^9.4.5",
15-
"react-router-dom": "^4.2.2",
15+
"react-router-dom": "^4.3.1",
1616
"react-scripts": "^1.1.1",
1717
"react-simple-maps": "^0.12.0",
1818
"react-syntax-highlighter": "^7.0.2",

0 commit comments

Comments
 (0)