kbrgl / svelte-french-toast

🍞🥂 Buttery smooth toast notifications for Svelte
https://svelte-french-toast.vercel.app/
MIT License
808 stars 28 forks source link

Is this maintained? #64

Closed galaczi closed 6 months ago

galaczi commented 6 months ago

The toast messages look absolutely amazing! However, judging from the issues, I have a feeling it's no longer maintained. Especially this: https://github.com/kbrgl/svelte-french-toast/issues/61 Is it maintained?

galaczi commented 6 months ago

FYI, I found a maintained version: https://github.com/jill64/svelte-toast

kbrgl commented 5 months ago

Hey @galaczi, this package is still maintained—most of the issues that roll in tend to be build issues or otherwise lower priority, but I’ll be fixing any higher priority bugs if any are reported.

binury commented 5 months ago

Hey @galaczi, this package is still maintained—most of the issues that roll in tend to be build issues or otherwise lower priority, but I’ll be fixing any higher priority bugs if any are reported.

Hey @kbrgl JSYK -heads up- you have been making commits but not releasing/versioning them. So, when one installs french-toast they are unfortunately left to use whatever the last version was… which was 1.2.0… in July of last year. In particular, commit 509d6752fc is missing and is arguably essential. Because your package must be built to generate dist (which is by no means unusual), it is not possible for one to work around this dilemma by installing french-toast by version or tag (e.g., npm install svelte-french-toast@master. As a last resort one must resign to forking this package on npm in order to pull in code that you haven't versioned and created a release for.