You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
--- -->
9
9
10
+
## 1.0.0-dev.12
11
+
12
+
_2020-02-27_
13
+
14
+
### Breaking-Change
15
+
16
+
-[storage](https://pikax.me/vue-composable/composable/storage/storage)[sessionStorage](https://pikax.me/vue-composable/composable/storage/sessionStorage)[localStorage](https://pikax.me/vue-composable/composable/storage/localStorage) - Added `sync` argument, defaults to `true`, when true it will sync the storage with other tabs
17
+
-[onScroll](https://pikax.me/vue-composable/composable/event/onScroll.html) - Now `scrollTop` and `scrollLeft` are watched automatically for changes and will call `scrollTopTo` and `scrollLeftTo` respectably on change
-[WebStorage](composable/misc/webStorage) - Reactive access to `Storage API`, `useLocalStorage` and `useSessionStorage` use this
93
-
-[storage](composable/misc/storage) - uses `localStorage` or on safari private it uses `sessionStorage`
94
-
-[sessionStorage](composable/misc/sessionStorage) - Reactive access to a `sessionStorage`
111
+
-[WebStorage](https://pikax.me/vue-composable/composable/storage/webStorage) - Reactive access to `Storage API`, `useLocalStorage` and `useSessionStorage` use this
112
+
-[storage](https://pikax.me/vue-composable/composable/storage/storage) - uses `localStorage` or on safari private it uses `sessionStorage`
113
+
-[sessionStorage](https://pikax.me/vue-composable/composable/storage/sessionStorage) - Reactive access to a `sessionStorage`
95
114
96
115
### Changed
97
116
98
-
-[localStorage](composable/misc/localStorage) - refractor implementation to `useWebStorage` and added tab sync functionality
117
+
-[localStorage](https://pikax.me/vue-composable/composable/storage/localStorage) - refractor implementation to `useWebStorage` and added tab sync functionality
0 commit comments