This commit is contained in:
Ryan Gossiaux
2022-05-25 14:33:57 -07:00
parent 4b4e08d13b
commit 0314c69d20
3 changed files with 4 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ This is the release history of Svelte Headless UI and the correspondence with ve
| Svelte Headless UI version | Date released | Headless UI version | Notes |
| -------------------------- | ------------- | ------------------- | ----- |
| 1.0.2 | 2022-05-25 | 1.4.2 | Fixes TypeScript errors with some attributes |
| 1.0.1 | 2022-05-16 | 1.4.2 | Fixes a SSR error when using the `as` prop on buttons |
| 1.0.0 | 2022-05-06 | 1.4.2 | Much improved TypeScript support; much smaller bundle size |
| 1.0.0-beta.12 | 2022-03-07 | 1.4.2 | Hotfix to replace an incorrect fix in 1.0.0-beta.11 |