Releases: vtex-apps/modal-layout
Releases · vtex-apps/modal-layout
v0.7.1
Fixed
- Trigger
load-session
not working when some other modal renders before theload-session
modal.
Security
- Bump dependencies versions.
v0.7.0
Added
customPixelEventId
tomodal-trigger
block.
v0.6.1
Fixed
- Modal changing the behavior of the back button.
Removed
- Feature to close the modal when the back button is clicked.
v0.6.0
Added
- Export component
ModelContextProvider
inModelContext
entrypoint.
Fixed
- Backdrop not working if component is used directly (not using blocks).
v0.5.1
Fixed
- Updated README.md file with
modal-header
andmodal-content
blocks and new prop tables.
v0.5.0
Added
modal-actions.close
interface, to allow users to add a button to close the modal.
v0.4.2
Changed
- Update dependencies.
- Add tests.
v0.4.1
Changed
- Update tooling and fix lint problems.
v0.4.0
Added
- New Trigger
load-session
to themodal-trigger
block.
v0.3.4
Fixed
- Scroll lock not freeing the body after it closes the modal in some cases.