svelte-put

Useful svelte stuff to put in your projects

MIT License

Downloads
96K
Stars
811
Committers
9

Bot releases are visible (Hide)

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] 12 months ago

Patch Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] 12 months ago

Minor Changes

  • 11a42e2 Thanks @vnphanquang! - Support touch devices by switching MouseEvent to PointerEvent and forcing touch-action: none on handle (prevent touch events from being registered as scroll) (#242)
svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] about 1 year ago

Major Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • 640e2d5 Thanks @vnphanquang! - support usage on svelte:document (set node to document.documentElement)
svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] about 1 year ago

Minor Changes

  • #225 e050621 Thanks @vnphanquang! - rename PushedNotification to NotificationInstance for better naming consistency

  • #225 dc21171 Thanks @vnphanquang! - inject config prop (NotificationInstanceConfig) is now nofitication (NotificationInstance), to enable better granular access and expose more helpful api to users

  • #225 12a321a Thanks @vnphanquang! - support progress store in NotificationInstance, allowing pause & resume noti midway

  • #225 0b8791f Thanks @vnphanquang! - export a Notification component for easer custom portal building

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] about 1 year ago

Major Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] about 1 year ago

Major Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

Major Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

This is a maintenance release. The source code was migrated to vanilla JS with jsdocs. There should be no breaking change with regards to the public api.

Major Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

Major Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

This is a maintenance release. The source code was migrated to vanilla JS with jsdocs. Better typing support for the action parameter in svelte 4 is also added.

Some naming for type definition has changed to be consistent with svelte action api and web apis. For example, TocParameters is now TocParameter (action only takes one parameter), which is either undefined (default options will be used), or TocConfig, the internal config object for toc. TocEventDetails is deprecated (will be removed in next major) and TocEventDetail is preferred; this is to align with event.detail from the CustomEvent api.

Also, some typing imports have been scoped to the correct sub package instead of being exported from the package root. For example

in ^3.0.0:

import type { TocChangeEventDetails } from '@svelte-put/toc`;

in ^4.0.0:

import type { TocChangeEventDetails } from '@svelte-put/toc/events`;

Major Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

This is a maintenance release. The source code was migrated to vanilla JS with jsdocs. Better typing support for the action parameter in svelte 4 is also added.

Major Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

This is a maintenance release. The source code was migrated to vanilla JS with jsdocs. Better typing support for the action parameter in svelte 4 is also added.

Major Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

This is a maintenance release. The source code was migrated to vanilla JS with jsdocs. Better typing support for the action parameter in svelte 4 is also added.

Major Changes