svelte-notifications icon indicating copy to clipboard operation
svelte-notifications copied to clipboard

Svelte toast notifications component that can be used in any JS application

Results 29 svelte-notifications issues
Sort by recently updated
recently updated
newest added

1. Various style loaders detect incorrect css and fails. 2. Fixed invalid CSS in general.

add svelte >=3 for peer deps add license: MIT to package.json fix typo in example

Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 3.47.0 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.0.0-next.322 to 1.15.2. Release notes Sourced from @​sveltejs/kit's releases. @​sveltejs/kit@​1.15.2 Patch Changes fix: address security advisory CVE-2023-29008 by doing a case-insensitive comparison when checking header value (ba436c66)...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.6 to 2.9.16. Changelog Sourced from vite's changelog. 2.9.16 (2023-05-26) fix: port #13348 to v2, fs.deny with leading double slash (#13350) (7d8100a), closes #13348 #13350 2.9.15 (2022-08-12)...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Hello, Latest changes are not reflected on npm. could you create new release tag and publish it on npm?

I'm using SvelteKit and this library to display toast notifications. Making a project I discovered that calling any notifier function from the `onMount` of Svelte will duplicate the toast. ![unknown](https://user-images.githubusercontent.com/72345112/195186946-add84b63-886f-4471-8ded-8e9d460e55ef.png)...