Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

43 lines (27 loc) · 1.78 KB

CHANGELOG

2.0.0 (2022-04-09)

  • BREAKING: Add support for Gatsby v4, which removes support for the legacy replaceComponentRenderer API.

1.2.0 (2020-06-28)

  • Fix undefined prevRouterProps reference (#50 @misioq23)
  • Upgrade dependencies

1.1.0 (2019-11-28)

  • (no change from 1.1.0-beta)

1.1.0-beta (2019-11-03)

  • Fix: render modal contents while modal is closing (#41)
  • Fix: modal -> modal scroll state reset (#39)
  • Docs: Fix context usage in readme (#40)

1.0.3 (2019-11-03)

1.0.2 (2019-07-07)

  • Prevent scroll reset when closing with onRequestClose (#21)

1.0.1 (2019-07-07)

  • reduce lodash dependency size (#20)
  • fix shouldCloseOnEsc and shouldCloseOnOverlayClick (#19)
  • update README example (#17)

1.0.0 (2019-02-10)

  • Initial Release