Skip to content

Latest commit

 

History

History
77 lines (40 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

77 lines (40 loc) · 1.76 KB

0.10.1

  • Harmonize on:open/on:opening and on:close/on:closing event (#33 and #34). Note, on:opening and on:closing are still being dispatched for backward compatibility but they will be remove in future versions so please switch over to on:open and on:close.

0.10.0

  • Disable body scrolling while modal is open (#31 -> #28)
  • Fixed a visual glitch where previously customized styles were not reset

0.9.0

  • Added <Modal show={PopupComponent} /> as an alternative to other the context API (#22)

0.8.1

  • Replace too strict isSvelteComponent with isFunction (#27)

0.8.0

  • Dispatch open, opened, close, and closed events (#25)

0.7.0

  • Allow customizing the window wrapper via styleWindowWrap (#24)

0.6.1

  • Fall back gracefully for older versions of Svelte (<3.19) when SvelteComponent for the custom close button is not available (#21)

0.6.0

  • Allow customizing the close button (#20)

0.5.0

  • Trap focus in modal (#17)
  • Add aria information

0.4.2

  • Explicitly expose the event object (#13)

0.4.1

  • Remove wrapping div element as it's not necessary (#12)

0.4.0

0.3.1

  • Fix non-reactive component (#11)

0.3.0

0.2.2

  • Update package-lock.json file

0.2.1

  • Set backgroupd position to top: 0 and left: 0 by default thanks to flekschas#5

0.2.0

  • Allow customizing the modal style on open(Component, props, styling). This can be used for content-aware theming.

0.1.1

  • Robustify overflow

0.1.0

  • First release