@wikex/admin-kit 0.3.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Các thay đổi đáng chú ý của `@wikex/admin-kit` được ghi tại đây theo Semantic Versioning.
|
|
4
4
|
|
|
5
|
+
## 0.5.0 - 2026-09-13
|
|
6
|
+
|
|
7
|
+
- Hoàn thiện admin shell Minimal với navigation mini/mobile, workspace header và account actions.
|
|
8
|
+
- Giữ đúng client boundary của Payload trong các admin component được build để publish.
|
|
9
|
+
- Phát hành project route và component scanner cho các project consumer.
|
|
10
|
+
|
|
11
|
+
## 0.4.0 - 2026-09-13
|
|
12
|
+
|
|
13
|
+
- Thay admin shell cũ bằng dashboard layout dựa trên Minimal TypeScript 7.6.1.
|
|
14
|
+
- Thêm nav vertical/mini/mobile, workspace header và account drawer theo cùng một design system.
|
|
15
|
+
- Giữ nguyên Payload forms, Live Preview, visual editor, block modal và project adapters.
|
|
16
|
+
|
|
5
17
|
## 0.3.0 - 2026-09-13
|
|
6
18
|
|
|
7
19
|
- Thêm project scanner để phát hiện route Next.js và component React ở build-time.
|
package/README.md
CHANGED
|
@@ -104,7 +104,7 @@ Xem consumer không thuộc lĩnh vực bất động sản tại `examples/corp
|
|
|
104
104
|
## Cài vào dự án khác — một package, một cấu hình
|
|
105
105
|
|
|
106
106
|
```bash
|
|
107
|
-
pnpm add @wikex/admin-kit@0.
|
|
107
|
+
pnpm add @wikex/admin-kit@0.5.0
|
|
108
108
|
```
|
|
109
109
|
|
|
110
110
|
Không cần `.npmrc`, GitLab token hay npm token ở dự án consumer. Các peer dependency
|