Skip to content

Releases: vtex-apps/modal-layout

v0.7.1

15 Sep 14:34
Compare
Choose a tag to compare

Fixed

  • Trigger load-session not working when some other modal renders before the load-session modal.

Security

  • Bump dependencies versions.

v0.7.0

08 Sep 19:39
Compare
Choose a tag to compare

Added

  • customPixelEventId to modal-trigger block.

v0.6.1

08 Jul 17:13
Compare
Choose a tag to compare

Fixed

  • Modal changing the behavior of the back button.

Removed

  • Feature to close the modal when the back button is clicked.

v0.6.0

22 Jun 12:37
Compare
Choose a tag to compare

Added

  • Export component ModelContextProvider in ModelContext entrypoint.

Fixed

  • Backdrop not working if component is used directly (not using blocks).

v0.5.1

10 Jun 17:48
Compare
Choose a tag to compare

Fixed

  • Updated README.md file with modal-header and modal-content blocks and new prop tables.

v0.5.0

21 May 18:31
Compare
Choose a tag to compare

Added

  • modal-actions.close interface, to allow users to add a button to close the modal.

v0.4.2

18 May 13:44
Compare
Choose a tag to compare

Changed

  • Update dependencies.
  • Add tests.

v0.4.1

13 May 21:47
Compare
Choose a tag to compare

Changed

  • Update tooling and fix lint problems.

v0.4.0

30 Apr 19:56
Compare
Choose a tag to compare

Added

  • New Trigger load-session to the modal-trigger block.

v0.3.4

27 Apr 20:21
Compare
Choose a tag to compare

Fixed

  • Scroll lock not freeing the body after it closes the modal in some cases.