Skip to content

Releases: pradel/react-responsive-modal

v6.4.2

19 Jun 12:29
e5c9aac
Compare
Choose a tag to compare

6.4.2 (2023-06-19)

Bug Fixes

  • fix screen glitch issue when modal is closed (#519) (7c1dad2)

Miscellaneous

v6.4.1

12 Dec 18:21
a98c0f8
Compare
Choose a tag to compare

6.4.1 (2022-12-12)

Documentation

v6.4.0

12 Dec 18:17
bc9103d
Compare
Choose a tag to compare

6.4.0 (2022-12-12)

Features

Miscellaneous

v6.3.2

21 Jul 08:54
f426aaa
Compare
Choose a tag to compare

6.3.2 (2022-07-21)

Miscellaneous

react-responsive-modal v6.3.1

25 Apr 17:07
c755a0f
Compare
Choose a tag to compare

Bug Fixes

react-responsive-modal v6.3.0

25 Apr 16:46
aff0121
Compare
Choose a tag to compare

Features

react-responsive-modal v6.2.0

14 Dec 18:28
c309a90
Compare
Choose a tag to compare

Features

react-responsive-modal v6.1.0

01 Jun 12:19
89face4
Compare
Choose a tag to compare

Features

  • add options to set initial focus within modal (#476) (5bdc362)

Documentation

react-responsive-modal v6.0.1

08 Jan 10:21
8921682
Compare
Choose a tag to compare

Bug Fixes

  • docs: fix website dependencies (222c6ed)
  • fix iOS problem with scroll not working in Safari (#464) (0e38605)
  • fix release-script publishing script (9347ad5)
  • update changelogs path (f6f3a65)
  • update README path (fce1829)

Miscellaneous

  • remove unused dev dependencies (38d2f1b)
  • upgrade yarn (523536e)
  • uppdate release-please-action (2172030)

react-responsive-modal v6.0.0

15 Nov 14:51
19b57cb
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • fix rendering issues in Safari, Firefox by changing the structure

Features

  • create E2E suite to test on real browser (#449) (847ab1c)
  • new documentation website ✨ (#450) (3f620aa)
  • switch project to monorepo (#451) (ce59bad)
  • upgrade focus-trap-js to support focus on radio elements (#447) (d51f8e0)
  • use body-scroll-lock instead of no-scroll (#455) (033f901)

Bug Fixes

  • fix rendering issues in Safari, Firefox by changing the structure (5727913)

Tests

  • test that scroll is not blocked when blockScroll is false (3d909b6)
  • test that scroll is unblocked when multiple modals are closed (fba3593)
  • test that scroll is unblocked when second modal has blockScroll set to false (cf4b6b3)

Miscellaneous

Documentation

  • readme: add integration tips (4ad6d1d)
  • readme: remove dependencies badge (5f7d0ad)
  • readme: remove example links (9a06a62)
  • readme: update features (ce05bd2)