Skip to content

Latest commit

 

History

History
86 lines (47 loc) · 2.68 KB

CHANGELOG.md

File metadata and controls

86 lines (47 loc) · 2.68 KB

fractils

3.1.2

Patch Changes

  • [fix] a11y warnings / import.meta usage (6ef7e5f)

3.1.1

Patch Changes

  • fix action types & event.d error (#17)

3.1.0

Minor Changes

  • [fix] Themetoggle a11y warnings (4108daf)

3.0.2

Patch Changes

  • [fix] more reliable browser checks (d1f9702)

3.0.1

Patch Changes

  • [fix] log() not firing in dev (74cd14b)

3.0.0

Major Changes

  • [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

Minor Changes

  • New clamp util + docs improvements. (76beda0)

2.0.3

Patch Changes

  • [fix] export mobileThreshold and clickOutside types (bb4cd8c)

2.0.2

Patch Changes

2.0.1

Patch Changes

2.0.0

Major Changes

  • 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.

Patch Changes

  • [fix] add types / fix color (#7)
  • [fix] visibility types (#7)