Skip to content

Commit c5bff64

Browse files
committed
Add links to other docs versions
1 parent c293668 commit c5bff64

File tree

4 files changed

+32
-30
lines changed

4 files changed

+32
-30
lines changed

src/routes/docs/1.0/index.svx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
*This is the documentation for a **previous version** of this library. For other versions, see the [version history](version-history).*
2+
13
Svelte Headless UI is an unofficial, complete Svelte port of the [Headless UI](https://headlessui.dev/) component library.
24

35
These are high-quality, unstyled Svelte components which are:
Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
2-
This is the release history of Svelte Headless UI and the correspondence with versions of Headless UI.
1+
This is the release history of Svelte Headless UI and the correspondence with versions of Headless UI. Click on a version number to see the documentation for that version.
32

43
| Svelte Headless UI version | Date released | Headless UI version | Notes |
54
| -------------------------- | ------------- | ------------------- | ----- |
6-
| 1.0.2 | 2022-05-25 | 1.4.2 | Fixes TypeScript errors with some attributes |
7-
| 1.0.1 | 2022-05-16 | 1.4.2 | Fixes a SSR error when using the `as` prop on buttons |
8-
| 1.0.0 | 2022-05-06 | 1.4.2 | Much improved TypeScript support; much smaller bundle size |
9-
| 1.0.0-beta.12 | 2022-03-07 | 1.4.2 | Hotfix to replace an incorrect fix in 1.0.0-beta.11 |
10-
| 1.0.0-beta.11 | 2022-03-06 | 1.4.2 | |
11-
| 1.0.0-beta.10 | 2022-02-27 | 1.4.2 | |
12-
| 1.0.0-beta.9 | 2022-02-06 | 1.4.2 | |
13-
| 1.0.0-beta.8 | 2022-01-21 | 1.4.2 | |
14-
| 1.0.0-beta.7 | 2021-12-31 | 1.4.2 | |
15-
| 1.0.0-beta.6 | 2021-12-29 | 1.4.2 | |
16-
| 1.0.0-beta.5 | 2021-12-28 | 1.4.2 | |
17-
| 1.0.0-beta.4 | 2021-12-26 | 1.4.2 | |
18-
| 1.0.0-beta.3 | 2021-12-24 | 1.4.2 | Initial public release |
5+
| [1.0.2](../1.0) | 2022-05-25 | 1.4.2 | Fixes TypeScript errors with some attributes |
6+
| [1.0.1](../1.0) | 2022-05-16 | 1.4.2 | Fixes a SSR error when using the `as` prop on buttons |
7+
| [1.0.0](../1.0) | 2022-05-06 | 1.4.2 | Much improved TypeScript support; much smaller bundle size |
8+
| [1.0.0-beta.12](../1.0) | 2022-03-07 | 1.4.2 | Hotfix to replace an incorrect fix in 1.0.0-beta.11 |
9+
| [1.0.0-beta.11](../1.0) | 2022-03-06 | 1.4.2 | |
10+
| [1.0.0-beta.10](../1.0) | 2022-02-27 | 1.4.2 | |
11+
| [1.0.0-beta.9](../1.0) | 2022-02-06 | 1.4.2 | |
12+
| [1.0.0-beta.8](../1.0) | 2022-01-21 | 1.4.2 | |
13+
| [1.0.0-beta.7](../1.0) | 2021-12-31 | 1.4.2 | |
14+
| [1.0.0-beta.6](../1.0) | 2021-12-29 | 1.4.2 | |
15+
| [1.0.0-beta.5](../1.0) | 2021-12-28 | 1.4.2 | |
16+
| [1.0.0-beta.4](../1.0) | 2021-12-26 | 1.4.2 | |
17+
| [1.0.0-beta.3](../1.0) | 2021-12-24 | 1.4.2 | Initial public release |
1918

2019
Full release notes and changelogs can be [found on GitHub](https://github.com/tailwindlabs/headlessui/releases).

src/routes/docs/2.0/index.svx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
*This is the documentation for the **current version** of this library. For other versions, see the [version history](version-history).*
2+
13
Svelte Headless UI is an unofficial, complete Svelte port of the [Headless UI](https://headlessui.dev/) component library.
24

35
These are high-quality, unstyled Svelte components which are:
Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
2-
This is the release history of Svelte Headless UI and the correspondence with versions of Headless UI.
1+
This is the release history of Svelte Headless UI and the correspondence with versions of Headless UI. Click on a version number to see the documentation for that version.
32

43
| Svelte Headless UI version | Date released | Headless UI version | Notes |
54
| -------------------------- | ------------- | ------------------- | ----- |
6-
| 1.0.2 | 2022-05-25 | 1.4.2 | Fixes TypeScript errors with some attributes |
7-
| 1.0.1 | 2022-05-16 | 1.4.2 | Fixes a SSR error when using the `as` prop on buttons |
8-
| 1.0.0 | 2022-05-06 | 1.4.2 | Much improved TypeScript support; much smaller bundle size |
9-
| 1.0.0-beta.12 | 2022-03-07 | 1.4.2 | Hotfix to replace an incorrect fix in 1.0.0-beta.11 |
10-
| 1.0.0-beta.11 | 2022-03-06 | 1.4.2 | |
11-
| 1.0.0-beta.10 | 2022-02-27 | 1.4.2 | |
12-
| 1.0.0-beta.9 | 2022-02-06 | 1.4.2 | |
13-
| 1.0.0-beta.8 | 2022-01-21 | 1.4.2 | |
14-
| 1.0.0-beta.7 | 2021-12-31 | 1.4.2 | |
15-
| 1.0.0-beta.6 | 2021-12-29 | 1.4.2 | |
16-
| 1.0.0-beta.5 | 2021-12-28 | 1.4.2 | |
17-
| 1.0.0-beta.4 | 2021-12-26 | 1.4.2 | |
18-
| 1.0.0-beta.3 | 2021-12-24 | 1.4.2 | Initial public release |
5+
| [1.0.2](../1.0) | 2022-05-25 | 1.4.2 | Fixes TypeScript errors with some attributes |
6+
| [1.0.1](../1.0) | 2022-05-16 | 1.4.2 | Fixes a SSR error when using the `as` prop on buttons |
7+
| [1.0.0](../1.0) | 2022-05-06 | 1.4.2 | Much improved TypeScript support; much smaller bundle size |
8+
| [1.0.0-beta.12](../1.0) | 2022-03-07 | 1.4.2 | Hotfix to replace an incorrect fix in 1.0.0-beta.11 |
9+
| [1.0.0-beta.11](../1.0) | 2022-03-06 | 1.4.2 | |
10+
| [1.0.0-beta.10](../1.0) | 2022-02-27 | 1.4.2 | |
11+
| [1.0.0-beta.9](../1.0) | 2022-02-06 | 1.4.2 | |
12+
| [1.0.0-beta.8](../1.0) | 2022-01-21 | 1.4.2 | |
13+
| [1.0.0-beta.7](../1.0) | 2021-12-31 | 1.4.2 | |
14+
| [1.0.0-beta.6](../1.0) | 2021-12-29 | 1.4.2 | |
15+
| [1.0.0-beta.5](../1.0) | 2021-12-28 | 1.4.2 | |
16+
| [1.0.0-beta.4](../1.0) | 2021-12-26 | 1.4.2 | |
17+
| [1.0.0-beta.3](../1.0) | 2021-12-24 | 1.4.2 | Initial public release |
1918

2019
Full release notes and changelogs can be [found on GitHub](https://github.com/tailwindlabs/headlessui/releases).

0 commit comments

Comments
 (0)