Skip to content

Commit cf0afd7

Browse files
docs: prepare for v4 release and move to ui.nuxt.com (#5016)
Co-authored-by: Hugo Richard <[email protected]>
1 parent c9ba808 commit cf0afd7

File tree

23 files changed

+69
-68
lines changed

23 files changed

+69
-68
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ body:
3838
attributes:
3939
label: Package
4040
options:
41-
- v4.0.0-alpha.x
41+
- v4.x
4242
- v3.x
4343
- v2.x
4444
default: 1
@@ -48,7 +48,7 @@ body:
4848
id: version
4949
attributes:
5050
label: Version
51-
placeholder: v3.3.2
51+
placeholder: v4.0.0
5252
validations:
5353
required: true
5454
- type: textarea

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
attributes:
1212
label: Package
1313
options:
14-
- v4.0.0-alpha.x
14+
- v4.x
1515
- v3.x
1616
- v2.x
1717
default: 1

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
attributes:
1212
label: Package
1313
options:
14-
- v4.0.0-alpha.x
14+
- v4.x
1515
- v3.x
1616
- v2.x
1717
default: 1

.github/advanced-issue-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ policy:
55
block-list: []
66
label:
77
- name: 'v4'
8-
keys: ['v4.0.0-alpha.x']
8+
keys: ['v4.x']
99
- name: 'v3'
1010
keys: ['v3.x']
1111
- name: 'v2'

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Nuxt UI harnesses the combined strengths of [Reka UI](https://reka-ui.com/), [Ta
1818
1919
## Documentation
2020

21-
Visit https://ui4.nuxt.com to explore the documentation.
21+
Visit https://ui.nuxt.com to explore the documentation.
2222

2323
## Templates
2424

25-
Kickstart your project with one of our ready-to-use Nuxt UI templates or follow the [Installation Guide](https://ui4.nuxt.com/getting-started/installation/nuxt). Explore all available templates on the [official templates page](https://ui4.nuxt.com/templates).
25+
Kickstart your project with one of our ready-to-use Nuxt UI templates or follow the [Installation Guide](https://ui.nuxt.com/getting-started/installation/nuxt). Explore all available templates on the [official templates page](https://ui.nuxt.com/templates).
2626

2727
- [Starter](https://github.com/nuxt-ui-templates/starter) — A minimal template to get started with Nuxt UI.
2828
- [Landing](https://github.com/nuxt-ui-templates/landing) — A modern landing page template powered by Nuxt Content.
@@ -36,19 +36,19 @@ Kickstart your project with one of our ready-to-use Nuxt UI templates or follow
3636
## Installation
3737

3838
```bash [pnpm]
39-
pnpm add @nuxt/ui@alpha
39+
pnpm add @nuxt/ui
4040
```
4141

4242
```bash [yarn]
43-
yarn add @nuxt/ui@alpha
43+
yarn add @nuxt/ui
4444
```
4545

4646
```bash [npm]
47-
npm install @nuxt/ui@alpha
47+
npm install @nuxt/ui
4848
```
4949

5050
```bash [bun]
51-
bun add @nuxt/ui@alpha
51+
bun add @nuxt/ui
5252
```
5353

5454
### Nuxt
@@ -68,7 +68,7 @@ export default defineNuxtConfig({
6868
@import "@nuxt/ui";
6969
```
7070

71-
Learn more in the [installation guide](https://ui4.nuxt.com/docs/getting-started/installation/nuxt).
71+
Learn more in the [installation guide](https://ui.nuxt.com/docs/getting-started/installation/nuxt).
7272

7373
### Vue
7474

@@ -115,18 +115,18 @@ app.mount('#app')
115115
@import "@nuxt/ui";
116116
```
117117

118-
Learn more in the [installation guide](https://ui4.nuxt.com/docs/getting-started/installation/vue).
118+
Learn more in the [installation guide](https://ui.nuxt.com/docs/getting-started/installation/vue).
119119

120120
## Contribution
121121

122122
Thank you for considering contributing to Nuxt UI. Here are a few ways you can get involved:
123123

124124
- Reporting Bugs: If you come across any bugs or issues, please check out the reporting bugs guide to learn how to submit a bug report.
125-
- Suggestions: Have any thoughts to enhance Nuxt UI? We'd love to hear them! Check out the [contribution guide](https://ui4.nuxt.com/docs/getting-started/contribution) to share your suggestions.
125+
- Suggestions: Have any thoughts to enhance Nuxt UI? We'd love to hear them! Check out the [contribution guide](https://ui.nuxt.com/docs/getting-started/contribution) to share your suggestions.
126126

127127
## Local Development
128128

129-
Follow the docs to [set up your local development environment](https://ui4.nuxt.com/docs/getting-started/contribution#local-development) and contribute.
129+
Follow the docs to [set up your local development environment](https://ui.nuxt.com/docs/getting-started/contribution#local-development) and contribute.
130130

131131
## Credits
132132

@@ -143,7 +143,7 @@ Follow the docs to [set up your local development environment](https://ui4.nuxt.
143143
Licensed under the [MIT license](https://github.com/nuxt/ui/blob/v4/LICENSE.md).
144144

145145
<!-- Badges -->
146-
[npm-version-src]: https://img.shields.io/npm/v/@nuxt/ui/alpha.svg?style=flat&colorA=18181B&colorB=28CF8D
146+
[npm-version-src]: https://img.shields.io/npm/v/@nuxt/ui.svg?style=flat&colorA=18181B&colorB=28CF8D
147147
[npm-version-href]: https://npmjs.com/package/@nuxt/ui
148148

149149
[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxt/ui.svg?style=flat&colorA=18181B&colorB=28CF8D

docs/app/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ useHead({
2424
],
2525
link: [
2626
// { rel: 'icon', type: 'image/svg+xml', href: '/icon.svg' },
27-
{ rel: 'canonical', href: `https://ui4.nuxt.com${withoutTrailingSlash(route.path)}` }
27+
{ rel: 'canonical', href: `https://ui.nuxt.com${withoutTrailingSlash(route.path)}` }
2828
],
2929
style: [
3030
{ innerHTML: radius, id: 'nuxt-ui-radius', tagPriority: -2 },

docs/app/components/VersionMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const config = useRuntimeConfig().public
44
const items = computed(() => {
55
return [
66
{ label: `v${config.version}`, active: true, color: 'primary' as const, checked: true, type: 'checkbox' as const },
7-
{ label: 'v3.x', to: 'https://ui.nuxt.com' },
7+
{ label: 'v3.x', to: 'https://ui3.nuxt.com' },
88
{ label: 'v2.x', to: 'https://ui2.nuxt.com' }
99
]
1010
})

docs/app/components/content/examples/changelog/ChangelogVersionMarkdownExample.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We are thrilled to introduce Nuxt UI v3, a comprehensive redesign of our UI libr
66
77
Read the blog post announcement: https://nuxt.com/blog/nuxt-ui-v3
88
9-
**[Get started with Nuxt UI v3 →](https://ui.nuxt.com/docs/getting-started/installation/nuxt)**
9+
**[Get started with Nuxt UI v3 →](https://ui3.nuxt.com/getting-started/installation/nuxt)**
1010
1111
### 🧩 Reka UI: A New Foundation
1212
@@ -38,7 +38,7 @@ We want to be transparent: migrating from Nuxt UI v2 to v3 requires significant
3838
3939
To upgrade your project:
4040
41-
1. Read our detailed [migration guide](https://ui.nuxt.com/docs/getting-started/migration/v3)
41+
1. Read our detailed [migration guide](https://ui3.nuxt.com/getting-started/migration)
4242
2. Review the new documentation and components before attempting to upgrade
4343
3. Report any issues on our [GitHub repository](https://github.com/nuxt/ui/issues)
4444

docs/content/docs/1.getting-started/2.installation/1.nuxt.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ Looking for the **Vue** version?
2424
::code-group{sync="pm"}
2525

2626
```bash [pnpm]
27-
pnpm add @nuxt/ui@alpha
27+
pnpm add @nuxt/ui
2828
```
2929

3030
```bash [yarn]
31-
yarn add @nuxt/ui@alpha
31+
yarn add @nuxt/ui
3232
```
3333

3434
```bash [npm]
35-
npm install @nuxt/ui@alpha
35+
npm install @nuxt/ui
3636
```
3737

3838
```bash [bun]
39-
bun add @nuxt/ui@alpha
39+
bun add @nuxt/ui
4040
```
4141

4242
::

docs/content/docs/1.getting-started/2.installation/2.vue.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ Looking for the **Nuxt** version?
2424
::code-group{sync="pm"}
2525

2626
```bash [pnpm]
27-
pnpm add @nuxt/ui@alpha
27+
pnpm add @nuxt/ui
2828
```
2929

3030
```bash [yarn]
31-
yarn add @nuxt/ui@alpha
31+
yarn add @nuxt/ui
3232
```
3333

3434
```bash [npm]
35-
npm install @nuxt/ui@alpha
35+
npm install @nuxt/ui
3636
```
3737

3838
```bash [bun]
39-
bun add @nuxt/ui@alpha
39+
bun add @nuxt/ui
4040
```
4141

4242
::

0 commit comments

Comments
 (0)