|
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | +## [v4.0.0](https://github.com/buildo/react-cookie-banner/tree/v4.0.0) (2018-05-04) |
| 6 | +[Full Changelog](https://github.com/buildo/react-cookie-banner/compare/v3.0.0...v4.0.0) |
| 7 | + |
| 8 | +#### New features: |
| 9 | + |
| 10 | +- Clarify usage of onAccept-callback in documentation [#53](https://github.com/buildo/react-cookie-banner/pull/53) |
| 11 | +- #35: support `Link` from react-router-dom (button-close not rendered anymore when using custom children) (closes #35) [#52](https://github.com/buildo/react-cookie-banner/pull/52) |
| 12 | +- Add Click To Dismiss [#51](https://github.com/buildo/react-cookie-banner/pull/51) |
| 13 | + |
5 | 14 | ## [v3.0.0](https://github.com/buildo/react-cookie-banner/tree/v3.0.0) (2017-12-12) |
6 | 15 | [Full Changelog](https://github.com/buildo/react-cookie-banner/compare/v2.0.0...v3.0.0) |
7 | 16 |
|
8 | | -#### New features: |
| 17 | +#### Breaking: |
9 | 18 |
|
10 | 19 | - Accessibility improvements: Button elements & a rel attributes [#43](https://github.com/buildo/react-cookie-banner/pull/43) |
11 | 20 |
|
|
19 | 28 | ## [v1.0.1](https://github.com/buildo/react-cookie-banner/tree/v1.0.1) (2017-12-04) |
20 | 29 | [Full Changelog](https://github.com/buildo/react-cookie-banner/compare/v1.0.0...v1.0.1) |
21 | 30 |
|
22 | | -#### New features: |
| 31 | +#### Fixes (bugs & defects): |
23 | 32 |
|
24 | 33 | - #39: import in v1.0.0 is broken (closes #39) [#40](https://github.com/buildo/react-cookie-banner/pull/40) |
25 | 34 |
|
26 | 35 | ## [v1.0.0](https://github.com/buildo/react-cookie-banner/tree/v1.0.0) (2017-12-03) |
27 | 36 | [Full Changelog](https://github.com/buildo/react-cookie-banner/compare/v0.0.18...v1.0.0) |
28 | 37 |
|
29 | | -#### New features: |
| 38 | +#### Breaking: |
30 | 39 |
|
31 | 40 | - #37: Refactor in TypeScript! (closes #37) [#38](https://github.com/buildo/react-cookie-banner/pull/38) |
| 41 | + |
| 42 | +#### New features: |
| 43 | + |
32 | 44 | - Adding import to react-components showroom example [#36](https://github.com/buildo/react-cookie-banner/pull/36) |
33 | 45 |
|
34 | 46 | ## [v0.0.18](https://github.com/buildo/react-cookie-banner/tree/v0.0.18) (2017-05-03) |
|
37 | 49 | #### New features: |
38 | 50 |
|
39 | 51 | - Add a 'cookiePath' property [#34](https://github.com/buildo/react-cookie-banner/pull/34) |
40 | | -- 💄 linto fix [#33](https://github.com/buildo/react-cookie-banner/pull/33) |
41 | | -- #31: React15 throws warning for unknown prop (closes #31) [#32](https://github.com/buildo/react-cookie-banner/pull/32) |
42 | 52 | - #29: Template and cookie logic should live in different components (closes #29) [#30](https://github.com/buildo/react-cookie-banner/pull/30) |
43 | 53 |
|
| 54 | +#### Fixes (bugs & defects): |
| 55 | + |
| 56 | +- #31: React15 throws warning for unknown prop (closes #31) [#32](https://github.com/buildo/react-cookie-banner/pull/32) |
| 57 | + |
44 | 58 | ## [v0.0.17](https://github.com/buildo/react-cookie-banner/tree/v0.0.17) (2016-10-13) |
45 | 59 | [Full Changelog](https://github.com/buildo/react-cookie-banner/compare/v0.0.16...v0.0.17) |
46 | 60 |
|
|
66 | 80 | ## [v0.0.13](https://github.com/buildo/react-cookie-banner/tree/v0.0.13) (2016-08-10) |
67 | 81 | [Full Changelog](https://github.com/buildo/react-cookie-banner/compare/v0.0.12...v0.0.13) |
68 | 82 |
|
69 | | -#### New features: |
| 83 | +#### Fixes (bugs & defects): |
70 | 84 |
|
71 | 85 | - Replace `mousewheel` event with `scroll` [#20](https://github.com/buildo/react-cookie-banner/pull/20) |
| 86 | + |
| 87 | +#### New features: |
| 88 | + |
72 | 89 | - #16: if dismissOnScroll at false, the click on the close button do not close the banner (closes #16) [#17](https://github.com/buildo/react-cookie-banner/pull/17) |
73 | 90 |
|
74 | 91 | ## [v0.0.12](https://github.com/buildo/react-cookie-banner/tree/v0.0.12) (2016-05-31) |
|
93 | 110 | ## [v0.0.9](https://github.com/buildo/react-cookie-banner/tree/v0.0.9) (2015-07-14) |
94 | 111 | [Full Changelog](https://github.com/buildo/react-cookie-banner/compare/v0.0.8...v0.0.9) |
95 | 112 |
|
96 | | -#### New features: |
| 113 | +#### Fixes (bugs & defects): |
97 | 114 |
|
98 | 115 | - #5: Is not safe for universal rendering [#6](https://github.com/buildo/react-cookie-banner/pull/6) |
99 | 116 |
|
|
0 commit comments