Skip to content

Commit 7fc117f

Browse files
committed
Merge branch 'release/3.0.0'
2 parents b4d82dc + 6595bbd commit 7fc117f

35 files changed

+3569
-548
lines changed

CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ All notable changes to this project will be documented in this file.
88

99
[Full Changelog](https://github.com/Xeyos88/HyVueGantt/compare/v2.1.0...v2.2.0)
1010

11-
12-
1311
**🐛 Fix:**
1412

1513
- added uuid package for cryopto replacement

docs/.vitepress/config.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,13 @@ export default defineConfig({
7676
{ text: "Base", link: "/live/base" },
7777
{ text: "Connections", link: "/live/connection" },
7878
{ text: "Multi Columns", link: "/live/multicolumn" },
79-
{ text: "Advanced", link: "/live/advanced" },
79+
{ text: "Bar Slot", link: "/live/barslot" },
80+
{ text: "Commands Slot", link: "/live/commands" },
8081
{ text: "Holiday", link: "/live/holiday" },
8182
{ text: "Other", link: "/live/others" },
8283
{ text: "Grouping", link: "/live/grouping" },
83-
{ text: "Events", link: "/live/events" }
84+
{ text: "Events", link: "/live/events" },
85+
{ text: "Advanced", link: "/live/advanced" }
8486
]
8587
}
8688
],

0 commit comments

Comments
 (0)