Skip to content

Releases: vtex-apps/modal-layout

v0.3.3

06 Apr 20:10
Compare
Choose a tag to compare

Fixed

  • Remove unnecessary fowardRef.

v0.3.2

06 Apr 20:07
Compare
Choose a tag to compare
Release v0.3.2

v0.3.1

23 Mar 14:40
Compare
Choose a tag to compare

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

06 Mar 19:54
Compare
Choose a tag to compare

Added

  • CSS handle when in the modal-actions block when you reach the bottom of the content in scroll.
  • Prop iconCloseSize to the modal-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

03 Mar 17:56
Compare
Choose a tag to compare

Added

  • modal-actions block.

v0.1.1

17 Feb 19:20
Compare
Choose a tag to compare

Fixed

  • Not being able to create links with target="_blank" inside of the modals.

v0.1.0

30 Jan 19:40
Compare
Choose a tag to compare

Changed

  • Launch first stable version.
  • Add overflow: auto; to paperScrollContent handle.

v0.0.2

29 Jan 19:02
Compare
Choose a tag to compare

Changed

  • Export useModalDispatch hook.

Fixed

  • Modal not removing the hiddenBody class if it gets unmounted without beeing closed.

v0.0.1

27 Jan 18:11
Compare
Choose a tag to compare

Added

  • Basic implementations of the components Backdrop, BaseModal and Modal.
  • Context to open and close the modal.
  • Support to fullScreen mode.
  • scroll and showContentDividers props.
  • Dismiss when press Esc key.
  • Basic support to animations + Fade animation component.
  • Create the modal-content and modal-header blocks.
  • Trigger options.
  • Close with back button of the browser.
  • Support for alternative containers.