-
#327
0cdbc24Thanks @github-actions! -onclickoutsideis nowonclickoutside(see Svelte 5 docs) -
#327
8aa7b4bThanks @github-actions! - [BREAKING] drop support for Svelte 4 and lower (will still work as of now but no guarantees in the future)
-
#327
5d30599Thanks @github-actions! - set up package provenence -
#327
c559185Thanks @github-actions! - sync README.md and installation version in docs page -
#327
9a2e375Thanks @github-actions! - defer events to Svelte internal delegation system where applicable -
#327
b71c24aThanks @github-actions! - re-expose public typedef (following sveltejs/dts-buddy#82)
5d30599Thanks @vnphanquang! - set up package provenence
b71c24aThanks @vnphanquang! - re-expose public typedef (following sveltejs/dts-buddy#82)
26bbd81Thanks @vnphanquang! - sync README.md and installation version in docs page
- #302
db35158Thanks @github-actions! - defer events to Svelte internal delegation system where applicable
-
#298
87f5b1dThanks @github-actions! -onclickoutsideis nowonclickoutside(see Svelte 5 docs) -
#298
cb4cf45Thanks @github-actions! - [BREAKING] drop support for Svelte 4 and lower (will still work as of now but no guarantees in the future)
46e675eThanks @vnphanquang! - specify Svelte peer dependency to include Svelte 5
- #247
022cc1fThanks @vnphanquang! - broaden node type fromHTMLElementtoElementto satisfy type checker with usage on SVG elements (#246)
-
#204
d298f41Thanks @vnphanquang! - migrated to vanilla JS (tracked at #203) -
#204
aa58e5eThanks @vnphanquang! - Better naming for action parameter type
22b3b94Thanks @vnphanquang! - [BREAKING] move build output fromlibtodistto stay consistent of new changes from @sveltejs/package@2. Also fixes some api docs issues
227e8dcThanks @vnphanquang! - add "Quick Start" section in package README
64283e1Thanks @vnphanquang! - deprecate global ambient typing in favor of the new action typings helper
ad5ceabThanks @vnphanquang! - Migrate to svelte check 3.0, usingsvelteHTMLnamespace now instead ofsvelte.JSX
7764c7dThanks @vnphanquang! - adjust types entry tosrc/index.d.ts
ee53115Thanks @vnphanquang! - link to dedicated docs site at https://svelte-put.vnphanquang.com/docs/clickoutside
- #64
aa7a5f8Thanks @vnphanquang! - turn offcaptureby default, provide additional options for configuring event listener registration
83e0ebfThanks @vnphanquang! - provide automatic ambient types for extended attributes
35d6ba5Thanks @vnphanquang! - add svelte REPL badge to top of README
cb01113Thanks @vnphanquang! - bump dependencies' version
1e138bcThanks @vnphanquang! - Remove github release badge
- clickoutside: implement action clickoutside with limit feature (d99b484)
- clickoutside: generate api docs (41b81ba)