Skip to content

Releases: AlexanderRichey/styled-react-modal

v3.1.1

31 Dec 01:38
Compare
Choose a tag to compare

v3.1.0

06 Dec 03:13
Compare
Choose a tag to compare

v3.0.1

22 Sep 00:29
Compare
Choose a tag to compare
  • Update dependencies
  • Use React v18 in peer dependencies to fix #62
  • Fix issues with CI by switching to CircleCI from Travis

v3.0.0

03 Feb 07:45
Compare
Choose a tag to compare
  • Merge a number of dependabot security PRs in #52.
  • Fix #41 where modal continuously calls afterOpen and beforeClose until the modal has been fully closed in ce8eb98, 6a662ff, and 41d40ce.
  • Refactor build script to use Rollup instead of Webpack in order to support ES modules and UMD and to fix #50.
  • Update README and add link to a CodeSandbox with accessible modal example and guide.

v2.1.0

09 Apr 08:40
Compare
Choose a tag to compare
  • Add PropType annotations.
  • Update peerDependencies to support React 17 (#39 ).
  • Update AppSec flagged dependencies.
  • Remove unnecessary calls to useCallback(), which I didn't really understand when hooks first came out.

v2.0.1

06 Apr 01:06
Compare
Choose a tag to compare
  • Change ssr to false in .babelrc to fix #25
  • Upgrade deps
  • Resolve security warnings about deps
  • Add codesandbox ci

v2.0.0

16 Sep 06:35
Compare
Choose a tag to compare
  • Refactor implementation to use hooks
  • Use prettier instead of standardjs
  • Rewrite tests using react-testing-library
  • Fix security warnings
  • Update readme

v1.2.4

21 Jul 21:13
Compare
Choose a tag to compare

v1.2.3

25 Jun 20:48
Compare
Choose a tag to compare
  • Add missing semi-colon in <BaseModalBackground /> to support styled-components v5 - @davidcsally in #15

v1.2.2

23 Jun 23:44
Compare
Choose a tag to compare