v0.9.6
Documentation
As part of the Rollup build process, we leverage the Svelte compiler to parse exported components to generate TypeScript definitions and static documentation (PR #228). Previously, some components were incorrectly typed (issue #227).
- TypeScript definitions: types/index.d.ts
- Static documentation in markdown format: Component Index (props/slots/events)
Bug fixes