Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

48 lines (29 loc) · 2.01 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.0 (2023-10-03)

Features

  • ⬆️ Add support for Gatsby v5.0 (059c98b)

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