Releases: vtex-apps/modal-layout
Releases · vtex-apps/modal-layout
v0.3.3
Fixed
- Remove unnecessary
fowardRef
.
v0.3.2
Release v0.3.2
v0.3.1
Fixed
- Screen moving to the right when open the modal due to the space of the scroll bar.
Security
- Bump
acorn
version in/react
.
v0.3.0
Added
- CSS handle when in the
modal-actions
block when you reach the bottom of the content in scroll. - Prop
iconCloseSize
to themodal-header
block.
Changed
- Use
React.memo
in some components to improve performance when you scroll the content.
Fixed
- Close button not working if you use position absolute with it.
v0.2.0
Added
modal-actions
block.
v0.1.1
Fixed
- Not being able to create links with
target="_blank"
inside of the modals.
v0.1.0
Changed
- Launch first stable version.
- Add
overflow: auto;
topaperScrollContent
handle.
v0.0.2
Changed
- Export
useModalDispatch
hook.
Fixed
- Modal not removing the
hiddenBody
class if it gets unmounted without beeing closed.
v0.0.1
Added
- Basic implementations of the components
Backdrop
,BaseModal
andModal
. - Context to open and close the modal.
- Support to
fullScreen
mode. scroll
andshowContentDividers
props.- Dismiss when press
Esc
key. - Basic support to animations +
Fade
animation component. - Create the
modal-content
andmodal-header
blocks. - Trigger options.
- Close with back button of the browser.
- Support for alternative containers.