svecosystem / formsnap

Functional, accessible, and powerful form components for Svelte. 🫰
https://formsnap.dev
MIT License
593 stars 28 forks source link

Tech Debt: Make Formsnap more stable #77

Closed huntabyte closed 9 months ago

huntabyte commented 1 year ago

Hi everyone, sorry for slightly neglecting this library over the past month or so, I have been tied up with Melt UI, Bits UI, and a few other projects for the community.

This library was built out of a personal need but has evolved to support shadcn-svelte among other projects, so I really want to bring this library to stability/squash as many bugs as I can.

That all starts with adding test cases for all the features & components offered, as there are quite a bit of moving parts and a lot going on internally, tests provide the confidence to make changes & add features without fear of breaking something else.