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

Commit 97f6beb

Browse files
4.0.0
1 parent 4abd613 commit 97f6beb

2 files changed

Lines changed: 25 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
22

33

44

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+
514
## [v3.0.0](https://github.com/buildo/react-cookie-banner/tree/v3.0.0) (2017-12-12)
615
[Full Changelog](https://github.com/buildo/react-cookie-banner/compare/v2.0.0...v3.0.0)
716

8-
#### New features:
17+
#### Breaking:
918

1019
- Accessibility improvements: Button elements & a rel attributes [#43](https://github.com/buildo/react-cookie-banner/pull/43)
1120

@@ -19,16 +28,19 @@
1928
## [v1.0.1](https://github.com/buildo/react-cookie-banner/tree/v1.0.1) (2017-12-04)
2029
[Full Changelog](https://github.com/buildo/react-cookie-banner/compare/v1.0.0...v1.0.1)
2130

22-
#### New features:
31+
#### Fixes (bugs & defects):
2332

2433
- #39: import in v1.0.0 is broken (closes #39) [#40](https://github.com/buildo/react-cookie-banner/pull/40)
2534

2635
## [v1.0.0](https://github.com/buildo/react-cookie-banner/tree/v1.0.0) (2017-12-03)
2736
[Full Changelog](https://github.com/buildo/react-cookie-banner/compare/v0.0.18...v1.0.0)
2837

29-
#### New features:
38+
#### Breaking:
3039

3140
- #37: Refactor in TypeScript! (closes #37) [#38](https://github.com/buildo/react-cookie-banner/pull/38)
41+
42+
#### New features:
43+
3244
- Adding import to react-components showroom example [#36](https://github.com/buildo/react-cookie-banner/pull/36)
3345

3446
## [v0.0.18](https://github.com/buildo/react-cookie-banner/tree/v0.0.18) (2017-05-03)
@@ -37,10 +49,12 @@
3749
#### New features:
3850

3951
- 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)
4252
- #29: Template and cookie logic should live in different components (closes #29) [#30](https://github.com/buildo/react-cookie-banner/pull/30)
4353

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+
4458
## [v0.0.17](https://github.com/buildo/react-cookie-banner/tree/v0.0.17) (2016-10-13)
4559
[Full Changelog](https://github.com/buildo/react-cookie-banner/compare/v0.0.16...v0.0.17)
4660

@@ -66,9 +80,12 @@
6680
## [v0.0.13](https://github.com/buildo/react-cookie-banner/tree/v0.0.13) (2016-08-10)
6781
[Full Changelog](https://github.com/buildo/react-cookie-banner/compare/v0.0.12...v0.0.13)
6882

69-
#### New features:
83+
#### Fixes (bugs & defects):
7084

7185
- Replace `mousewheel` event with `scroll` [#20](https://github.com/buildo/react-cookie-banner/pull/20)
86+
87+
#### New features:
88+
7289
- #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)
7390

7491
## [v0.0.12](https://github.com/buildo/react-cookie-banner/tree/v0.0.12) (2016-05-31)
@@ -93,7 +110,7 @@
93110
## [v0.0.9](https://github.com/buildo/react-cookie-banner/tree/v0.0.9) (2015-07-14)
94111
[Full Changelog](https://github.com/buildo/react-cookie-banner/compare/v0.0.8...v0.0.9)
95112

96-
#### New features:
113+
#### Fixes (bugs & defects):
97114

98115
- #5: Is not safe for universal rendering [#6](https://github.com/buildo/react-cookie-banner/pull/6)
99116

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cookie-banner",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "React Cookie banner which can be automatically dismissed with a scroll. Because fuck The Cookie Law, that's why.",
55
"main": "lib",
66
"typings": "lib",

0 commit comments

Comments
 (0)