Skip to content

1.0.0-dev.12

Compare
Choose a tag to compare
@pikax pikax released this 27 Feb 23:45
· 781 commits to master since this release

Breaking-Change

  • storage sessionStorage localStorage - Added sync argument, defaults to true, when true it will sync the storage with other tabs
  • onScroll - Now scrollTop and scrollLeft are watched automatically for changes and will call scrollTopTo and scrollLeftTo respectably on change

Changed

  • onScroll - Added scrollTopTo, scrollLeftTo
  • webStorage - when storage item is saved it dispatches a StorageEvent
  • event - if Element isRef it will reattach new listener on change

Updated