Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 1.65 KB

CHANGELOG

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