Skip to content

Releases: jacob-8/svelte-pieces

v2.0.0-next.16

29 Aug 06:58
Compare
Choose a tag to compare

   🚀 Features

  • Add show_x prop to modal allowing it to be turned off  -  by @jacob-8 (1963c)

   🐞 Bug Fixes

  • IntersectionObserverShared only fire intersected event when actually intersecting  -  by @jacob-8 (7c8d3)
    View changes on GitHub

v2.0.0-next.15

29 Jul 04:03
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

  • Portal fails gracefully if target doesn't exist  -  by @jacob-8 (4f87c)
    View changes on GitHub

v2.0.0-next.14

14 Apr 00:34
Compare
Choose a tag to compare
v2.0.0-next.14 Pre-release
Pre-release

   🚀 Features

  • Add loadScriptOnce, loadStylesOnce helper functions  -  by @jacob-8 (3d28d)
    View changes on GitHub

v2.0.0-next.13

20 Mar 05:19
Compare
Choose a tag to compare
v2.0.0-next.13 Pre-release
Pre-release

   🐞 Bug Fixes

  • Don't update query-param-store if page navigation happens but params are the same  -  by @jacob-8 (dbdd3)
    View changes on GitHub

v2.0.0-next.11

19 Mar 09:08
Compare
Choose a tag to compare

   🚀 Features

  • Add ability to cleanFalseValues from url if flag set to true in query-param-store  -  by @jacob-8 (24c3c)
    View changes on GitHub

v2.0.0-next.12

19 Mar 23:48
Compare
Choose a tag to compare
v2.0.0-next.12 Pre-release
Pre-release

   🐞 Bug Fixes

  • String and colorize JSON when JSON component clicked, not mounted  -  by @jacob-8 (43863)
    View changes on GitHub

v2.0.0-next.10

18 Mar 02:56
Compare
Choose a tag to compare
v2.0.0-next.10 Pre-release
Pre-release

   🚨 Breaking Changes

  • Persisted is now persisted-store and queryParam is now query-param-store which is a breaking change if you use deep imports for either - filenames were changed to make work with Kitbook updates  -  by @jacob-8 (b7b2e)

   🐞 Bug Fixes

  • CreateQueryParamStore always uses goto with keepFocus in addition to noScroll so it works again in SvelteKit 2, also update function to make it match writable and adds optional storagePrefix option  -  by @jacob-8 (4595c)
    View changes on GitHub

v2.0.0-next.8

16 Mar 00:13
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v2.0.0-next.9

16 Mar 09:07
Compare
Choose a tag to compare
v2.0.0-next.9 Pre-release
Pre-release

   🚀 Features

  • Add on_close prop for passing in a callback to perform when ResponsiveSlideover close is triggered  -  by @jacob-8 (7b39d)
    View changes on GitHub

v2.0.0-next.7

12 Feb 08:47
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Properly remove observed element from InterseciontObserverShared when component destroyed  -  by @jacob-8 (51d83)
  • Automatically type events emitted by actions  -  by @jacob-8 (bbf11)
    View changes on GitHub