- [fix] a11y warnings / import.meta usage (
6ef7e5f
)
- fix action types & event.d error (#17)
- [fix] Themetoggle a11y warnings (
4108daf
)
- [fix] more reliable browser checks (
d1f9702
)
- [fix] log() not firing in dev (
74cd14b
)
-
[release] major v3.0.0 (
f5c4a5a
)- new visibility action API - now prefixed with 'v' (i.e. 'f-change' -> 'v-change') - 'f-leave' is now 'v-exit'
- separate sync/async localStorageStores - the old localStorageStore is now 'asyncLocalStorageStore' - localStorageStore is a simpler syncronous version
- updated to the latest sveltekit / vite
- now publishing build to github
- better action types
- fixed some examples
- New clamp util + docs improvements. (
76beda0
)
- [fix] export mobileThreshold and clickOutside types (
bb4cd8c
)
- [fix] duplicate export (
0052396
)
- [fix] path to types (
2f7fb10
)
- [fix] file path (
a36e2f8
)
- remove old event names from visibility (#7)
-
[feat] Refactor clickOutside (#7)
- No longer takes a callback as an argument.
- Now takes an optional { whitelist: [] } param
- Callback should now be passed to the on:outclick event.
- [fix] add types / fix color (#7)
- [fix] visibility types (#7)