0f94839d
함상기
babylon client fo...
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
# Changelog
## 4.0.0 (2023-04-12)
**Implemented New Features and Enhancements**
- Migrated to Vite from Vue-CLI
## 3.4.0 (2023-01-26)
**Migration Guide**
- Update theme files.
**Implemented New Features and Enhancements**
- Upgrade to PrimeVue 3.22.4
- Upgrade to PrimeFlex 3.3.0
- Upgrade to PrimeIcons 6.0.1
- New styles of PrimeVue components
## 3.3.0 (2021-12-23)
**Migration Guide**
- Update theme files and layout files.
- public/assets/sass folder is moved to src/assets and files of public/assets folder are moved public folder.
**Implemented New Features and Enhancements**
- Upgrade to PrimeVue 3.10.0
- Upgrade to PrimeFlex 3.1.2
- Upgrade to PrimeIcons 5.0.0
- New styles of PrimeVue components
- Removed axios
## 3.2.0 (2021-09-09)
**Migration Guide**
- Update theme files and layout files.
- Implemented New Features and Enhancements
**Implemented New Features and Enhancements**
- Upgrade to PrimeVue 3.7.1 and Vue 3.1.5
- Styles of new PrimeVue components
## 3.1.0
**Migration Guide**
- Update theme files and layout files.
- Update App.vue file.
- Update event-bus.js
**Implemented New Features and Enhenements:**
- Upgrade to PrimeVue 3.3.4 and Vue 3.0.6
- Styles of new PrimeVue components
- Remove mitt event bus
## 3.0.0
**Migration Guide**
- Update Vue version to v3.
- Update main.js, router.js and event-bus.js.
- Update App*.vue files (App.vue, AppMenu.vue, App.Submenu.vue, AppRightMenu.vue and AppTopbar.vue)
- Update theme and layout files.
**Implemented New Features and Enhancements:**
- Upgrade to Vue and PrimeVue 3
## 2.0.0 (2020-08-06)
**Migration Guide**
- Update to PrimeVue 2.0.x
- Update theme and layout css files
- Update containerClass computed property in App.vue.
- Configure ripple directive inside main.js.
- Update AppSubmenu.vue to get ripple effect on menuitems and for full compatibility with the PrimeVue MenuModel API properties such as visible, disabled and separator.
**Implemented New Features and Enhancements:**
- Compatibility with PrimeVue 2.0.0
|