Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 41791d7

Browse files
committed
docs: add changelog docs page
1 parent 5cab5bf commit 41791d7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/.vitepress/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ function getSetupSidebar() {
4242
{ text: 'Chakra UI Vue', link: '/' },
4343
{ text: 'Getting Started', link: '/pages/getting-started/getting-started' },
4444
{ text: 'Plugin Options', link: '/pages/getting-started/plugin-options' },
45-
{ text: 'Principles', link: '/pages/getting-started/principles' }
45+
{ text: 'Principles', link: '/pages/getting-started/principles' },
46+
{ text: 'Changelog', link: '/pages/getting-started/changelog' }
4647
]
4748
},
4849
{
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
The Changelog gives an overview of the meaningful changes we've made to Chakra
2+
UI as we keep driving for better performance and best-in-class developer
3+
experience.
4+
5+
To better understand the Changelog, here are some legends we use:
6+
7+
- 💥 Breaking
8+
- 🚀 Feature
9+
- 🐛 Bugfix
10+
- 🛠 Refactor
11+
12+
<!-- CHANGELOG:INSERT -->
13+
14+
<!-- TODO -->

0 commit comments

Comments
 (0)