Skip to content

Latest commit

 

History

History
142 lines (85 loc) · 6.75 KB

CHANGELOG.md

File metadata and controls

142 lines (85 loc) · 6.75 KB

Change Log

v4.0.0 (2018-05-04)

Full Changelog

New features:

  • Clarify usage of onAccept-callback in documentation #53
  • #35: support Link from react-router-dom (button-close not rendered anymore when using custom children) (closes #35) #52
  • Add Click To Dismiss #51

v3.0.0 (2017-12-12)

Full Changelog

Breaking:

  • Accessibility improvements: Button elements & a rel attributes #43

v2.0.0 (2017-12-12)

Full Changelog

New features:

  • #41: Server side rendering issues (closes #41) #42

v1.0.1 (2017-12-04)

Full Changelog

Fixes (bugs & defects):

  • #39: import in v1.0.0 is broken (closes #39) #40

v1.0.0 (2017-12-03)

Full Changelog

Breaking:

  • #37: Refactor in TypeScript! (closes #37) #38

New features:

  • Adding import to react-components showroom example #36

v0.0.18 (2017-05-03)

Full Changelog

New features:

  • Add a 'cookiePath' property #34
  • #29: Template and cookie logic should live in different components (closes #29) #30

Fixes (bugs & defects):

  • #31: React15 throws warning for unknown prop (closes #31) #32

v0.0.17 (2016-10-13)

Full Changelog

New features:

  • #26: Use eslint-config-buildo (closes #26) #27
  • Custom component can receive onAccept prop using a children function #25

v0.0.16 (2016-10-05)

Full Changelog

New features:

  • #23: Cookie expiration date (closes #23) #24
  • #21: Renew example (closes #21) #22

v0.0.15 (2016-09-14)

Full Changelog

v0.0.14 (2016-08-10)

Full Changelog

v0.0.13 (2016-08-10)

Full Changelog

Fixes (bugs & defects):

  • Replace mousewheel event with scroll #20

New features:

  • #16: if dismissOnScroll at false, the click on the close button do not close the banner (closes #16) #17

v0.0.12 (2016-05-31)

Full Changelog

New features:

  • add target to the cookie-link #14

v0.0.11 (2015-12-11)

Full Changelog

v0.0.10 (2015-10-14)

Full Changelog

New features:

  • #9: code clean (closes #9) #10
  • Allow custom styles #8
  • #3: Remove .gitkeep from src and tests (closes #3) #7

v0.0.9 (2015-07-14)

Full Changelog

Fixes (bugs & defects):

  • #5: Is not safe for universal rendering #6

v0.0.8 (2015-07-03)

Full Changelog

New features:

  • dismissOnScroll should take an optional Y threshold (default: 0) #4

v0.0.7 (2015-06-30)

Full Changelog

v0.0.6 (2015-06-29)

Full Changelog

v0.0.5 (2015-06-25)

Full Changelog

v0.0.4 (2015-06-19)

Full Changelog

v0.0.3 (2015-06-14)

Full Changelog

v0.0.2 (2015-06-12)

Full Changelog

v0.0.1 (2015-06-12)