v1.0.0-beta.8
rgossiaux
released this
22 Jan 01:24
·
134 commits
to master
since this release
Changes
This is a bugfix release.
- #31: Slot props no longer show as not defined in TypeScript, following a fix to svelte2tsx
- #33: Labels now respect the
as
prop, and their props likeclass
now react to changes. - #35: Typeahead now follows WAI-ARIA when typing repeated characters. To be a good citizen, reported this upstream as well: tailwindlabs/headlessui#1046
- #36 and #39: Fixed focus issues in SvelteKit due to the
tabIndex=-1
that SvelteKit adds to the document body. - #37: Components now work in environments that do not replace
process.env
(by runningfind package/ -type f -exec sed -i '' -e 's/process.env.NODE_ENV/"production"/' {} \;
before release)
Full Changelog: v1.0.0-beta.7...v1.0.0-beta.8