Skip to content

2.0.0-rc4

Compare
Choose a tag to compare
@euvl euvl released this 11 May 09:35
· 35 commits to master since this release
8a35b22
  • Using ResizeObserver instead of MutationObserver
  • Using transition states to coordinate modal & overlay transitions (instead of delays)
  • Using prettier
  • Overlay is not a parent of the modal anymore (now has independent transition)
  • Renamed Event.stop => Event.cancel
  • Removed v--modal-background-click element
  • Removed v--modal default class
  • Removed "delay" property - component is relying on modal & overlay transition durations
  • Added naive implementation of focus trap
  • Added source-maps
  • Added hideAll for dynamic modals
  • Fix: dialogs not working when componentName is changed
  • Fix: ActiveElement is blurred after before-open event is fired (it is possible to cache document.activeElement now)
  • Handling orientationchange event
  • Some fixes for SSR
  • Renamed pivot-x, pivot-y to shift-x, shift-y
  • Removed component - now mounted automatically
  • Removed setting injectModalContainer due to complexity & unclear use-cases
  • Removed setting dynamic, now enabled by default
  • Other changes...