v4.0.0
Complete component overhaul 🥳
And this means some breaking changes, unfortunately.
Breaking changes 💥
- many, therefore check migration guide how to upgrade.
What's new? 🤩
- add
parentValueprop to control state of given component - add
strictModeto toggle, whether accept or not any passed value - add
keepSelectionInListto allow control of 'disappearing items' in multiselect (#205) - add re-fetching intial value in 'query' mode (#212)
- add
optionResolverto allow solve complex and dependently served option list (#199) - add CSS variables for complete and easy theming control (#141)
- add tests (#37)
- add aria support (#13, #186)
- allow async in
createTransform(#209) - tweaks to custom element to drop usage of
setTImeoutinonConnectedCallback(#124) - full typescript support (#80)
- moved to sveltekit (#49)