UNPKG

gatsby-plugin-modal-routing

Version:
40 lines (25 loc) 1.69 kB
# CHANGELOG ## 1.2.0 (2020-06-28) - Fix undefined prevRouterProps reference ([#50](https://github.com/lsirivong/gatsby-plugin-modal-routing/pull/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](https://github.com/lsirivong/gatsby-plugin-modal-routing/pull/41)) - Fix: modal -> modal scroll state reset ([#39](https://github.com/lsirivong/gatsby-plugin-modal-routing/pull/39)) - Docs: Fix context usage in readme ([#40](https://github.com/lsirivong/gatsby-plugin-modal-routing/pull/40)) ## 1.0.3 (2019-11-03) - Chore: upgrade dependencies - Remove examples directory, they now how their own repositories: - https://github.com/lsirivong/gatsby-starter-with-gatsby-plugin-modal-routing - https://github.com/lsirivong/gatsbygram-with-gatsby-plugin-modal-routing - Fix urls for gatsby projects that use `pathPrefix` ([#30](https://github.com/lsirivong/gatsby-plugin-modal-routing/pull/30)) - Fixed code example in README ([#28](https://github.com/lsirivong/gatsby-plugin-modal-routing/pull/28)) ## 1.0.2 (2019-07-07) - Prevent scroll reset when closing with `onRequestClose` ([#21](https://github.com/lsirivong/gatsby-plugin-modal-routing/pull/21)) ## 1.0.1 (2019-07-07) - reduce lodash dependency size ([#20](https://github.com/lsirivong/gatsby-plugin-modal-routing/pull/20)) - fix `shouldCloseOnEsc` and `shouldCloseOnOverlayClick` ([#19](https://github.com/lsirivong/gatsby-plugin-modal-routing/pull/19)) - update README example ([#17](https://github.com/lsirivong/gatsby-plugin-modal-routing/pull/17)) ## 1.0.0 (2019-02-10) - Initial Release