Migration from Svelte French Toast:
- [breaking]: Svelte 5 only.
- [breaking]: Uses runes instead of stores.
- [breaking]:
className
prop renamed toclass
. - [breaking]:
containerClassName
prop renamed tocontainerClass
. - [breaking]: Rename
startPause
topause
andendPause
toresume
. - [breaking]: Removed non-logical positions:
"top-left"
"top-right"
"bottom-left"
"bottom-right"
- [breaking]: Converted
interface
totype
. - [breaking]: Possibly some other breaking changes.