Skip to content

Commit 8af860f

Browse files
committed
chore: 🔨 release v1.0.0
1 parent b9fd323 commit 8af860f

File tree

2 files changed

+135
-1
lines changed

2 files changed

+135
-1
lines changed

CHANGELOG.md

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,137 @@
1+
# 1.0.0 (2023-03-18)
2+
3+
4+
### Bug Fixes
5+
6+
* :bug: auto import failed to ElNotification ([9d4d522](https://github.com/zhou-tao/vue-power-admin/commit/9d4d522341df28b4c39a9a8b50f9f7a12d94b866))
7+
* :bug: auto-import files generate failed ([659e030](https://github.com/zhou-tao/vue-power-admin/commit/659e030a00e325d5ef64f2716c5e32638dd58fb8))
8+
* :bug: axios & @types/node cause types error ([a759002](https://github.com/zhou-tao/vue-power-admin/commit/a759002bb777515efd87298dd7227f72d29fa813))
9+
* :bug: checkbox style ([5842212](https://github.com/zhou-tao/vue-power-admin/commit/5842212a1384f92e34e723d1546746b2d21d4313))
10+
* :bug: normalize.css not found in prod ([4b8064e](https://github.com/zhou-tao/vue-power-admin/commit/4b8064e17b69cf1daf7bfeaf73d8a2a0e7e5d040))
11+
* :bug: overload element-plus custom var ([8cf6610](https://github.com/zhou-tao/vue-power-admin/commit/8cf6610bb6d247a7a66742b687aca4440406c335))
12+
* **api:** :bug: update api url prefix ([83936ea](https://github.com/zhou-tao/vue-power-admin/commit/83936ea4dca4eada36922e67fafcfe3df096fa77))
13+
* **axios:** :bug: support `content-type` lowercase ([9a446ef](https://github.com/zhou-tao/vue-power-admin/commit/9a446efdf22fb803ae6a2fa3837b3643d134c2b4))
14+
* **ci:** :bug: build error ([78ba9dc](https://github.com/zhou-tao/vue-power-admin/commit/78ba9dc6073ae4f1899269c1e071c4e634bb5d9f))
15+
* **component:** :bug: reset button invalid for collapsed form config items ([63bdc2d](https://github.com/zhou-tao/vue-power-admin/commit/63bdc2dacf901deeb4769a66e5fe4efb369755ac)), closes [#8](https://github.com/zhou-tao/vue-power-admin/issues/8)
16+
* **deploy:** :bug: fix deployed files not refresh ([beeebcf](https://github.com/zhou-tao/vue-power-admin/commit/beeebcfcdbd7ead8241d2c811b4fcff8c8c0c5b4))
17+
* element-plus ElMessage style error ([15bd874](https://github.com/zhou-tao/vue-power-admin/commit/15bd87404cf8e6fb1476647f4fbc4319e822a4f7))
18+
* **gp:** :bug: fix github page not found _plugin-vue.js ([4a3259a](https://github.com/zhou-tao/vue-power-admin/commit/4a3259a6fd468ccfeb83b68d65daa4e8c0add6c4))
19+
* **hook:** :bug: useFullScreen add event listener ([2091340](https://github.com/zhou-tao/vue-power-admin/commit/2091340bbbd513a11f4bd080b43563bc565fbee7))
20+
* **login:** :bug: login process error ([6f025f0](https://github.com/zhou-tao/vue-power-admin/commit/6f025f0975ae57f738175d405168fdafd33479a3))
21+
* **mock:** :bug: change POST headers ([b916f5c](https://github.com/zhou-tao/vue-power-admin/commit/b916f5c78f1f1ca7b3a3bfb96aee87cf987b1bd8))
22+
* **mock:** module auto register ([a21e28f](https://github.com/zhou-tao/vue-power-admin/commit/a21e28f09f032a7d977abd66567351be08d04e0d))
23+
* **router:** :bug: fix router guard circle ([51b14a4](https://github.com/zhou-tao/vue-power-admin/commit/51b14a431963ff549fc21da34dceeecfd27f91a7))
24+
* **unocss:** build error ([a0cde2c](https://github.com/zhou-tao/vue-power-admin/commit/a0cde2c193b81139f4a4e2fffdc6781dd61376ae))
25+
* **vite:** :bug: github page not found js file ([190c8ba](https://github.com/zhou-tao/vue-power-admin/commit/190c8ba43fb8a2f1522b40326be625c2bdfc1a13))
26+
27+
28+
### Features
29+
30+
* :sparkles: add dark theme ([1e21e36](https://github.com/zhou-tao/vue-power-admin/commit/1e21e369ef44f6d883da4b6269fc30617b03b65c))
31+
* :sparkles: add first page loading ([192b935](https://github.com/zhou-tao/vue-power-admin/commit/192b9357b47a0b89ce12cf8434f082c1933e77c3))
32+
* :sparkles: add login notice ([d9877d7](https://github.com/zhou-tao/vue-power-admin/commit/d9877d7ac12cc0e2241a7bf181dd27abad57520a))
33+
* :sparkles: auto import icons ([bb94bc9](https://github.com/zhou-tao/vue-power-admin/commit/bb94bc92da4433651aac7bcd40a3fd66e8477b0e))
34+
* :sparkles: complete to request process ([ef92848](https://github.com/zhou-tao/vue-power-admin/commit/ef92848d302ee661557a68400ceb991ce9ccbbeb))
35+
* :sparkles: custom svg auto import ([6011609](https://github.com/zhou-tao/vue-power-admin/commit/60116098e112258fc18afe7d1a1064686690a4a8))
36+
* :sparkles: optimize ui ([826e9b3](https://github.com/zhou-tao/vue-power-admin/commit/826e9b3f67392b5b49d9f41ca1579cf93d7a6c0d))
37+
* :sparkles: support dynamic menu icon ([83077e0](https://github.com/zhou-tao/vue-power-admin/commit/83077e0dde923a87b566ec3f81e83f9d21cdcbd1))
38+
* add esc keyboard for closing album preview dialog ([acf39d8](https://github.com/zhou-tao/vue-power-admin/commit/acf39d844d5c7a5956815af0af393e053dcf87e1))
39+
* add logo ([7b4d11d](https://github.com/zhou-tao/vue-power-admin/commit/7b4d11d4cf135de685e5f1d77bd411721a469c24))
40+
* basic mock dev server with user list demo ([8cac148](https://github.com/zhou-tao/vue-power-admin/commit/8cac148eac54946bab2c20f38a581a75f91dc72c))
41+
* **component:** :sparkles: add echarts ([cca60d8](https://github.com/zhou-tao/vue-power-admin/commit/cca60d85f9a2f4043b39b5fc583ec85ebe899e34))
42+
* **component:** :sparkles: add icon component page ([3f261b1](https://github.com/zhou-tao/vue-power-admin/commit/3f261b179743fffd01258c75179b4137b9f50211))
43+
* **component:** :sparkles: add image previewer ([64e5f9d](https://github.com/zhou-tao/vue-power-admin/commit/64e5f9d554024ce392b0724af1863e6b2dd9ca51))
44+
* **component:** :sparkles: add radio support in SearchModel ([d7f5c30](https://github.com/zhou-tao/vue-power-admin/commit/d7f5c30834d775f5944ec8999dcaf83b2955161b))
45+
* **component:** :sparkles: add SearchModel ([d560066](https://github.com/zhou-tao/vue-power-admin/commit/d5600666a20509677a834af95051862eca30756e))
46+
* **component:** :sparkles: add splitter ([d9329c6](https://github.com/zhou-tao/vue-power-admin/commit/d9329c63b8bd18beb4004e3d7323b6206ab828dc))
47+
* **component:** :sparkles: add theme colot picker ([748dadc](https://github.com/zhou-tao/vue-power-admin/commit/748dadce57cf9c41d9ce132a5808722641290ed0))
48+
* **component:** :sparkles: complete echarts helpers ([28c8f4e](https://github.com/zhou-tao/vue-power-admin/commit/28c8f4eda5460903e1d2da697794b0083bf3134c))
49+
* **component:** :sparkles: complete TableModel, support template & config ([4fd18ca](https://github.com/zhou-tao/vue-power-admin/commit/4fd18ca69e96958ea81320c87ddc392f28043597))
50+
* **component:** :sparkles: optimize echarts component usage ([5f9dc09](https://github.com/zhou-tao/vue-power-admin/commit/5f9dc09ac3438e0ad7d846d3511022c31a4e8b68))
51+
* **component:** :sparkles: optimize echarts resize & add useDelay ([adec3b2](https://github.com/zhou-tao/vue-power-admin/commit/adec3b263877057d4d091b0408a2789b6bab8b15))
52+
* **component:** :sparkles: optimize TableModel ([3196cb0](https://github.com/zhou-tao/vue-power-admin/commit/3196cb0ad79b47cf31270eaaec2dfc0273b39c64))
53+
* **directive:** :sparkles: add v-lazy ([888a987](https://github.com/zhou-tao/vue-power-admin/commit/888a987c257f57f783b91d14a59d0b71067d4904))
54+
* **directive:** :sparkles: add v-watermark ([63183e9](https://github.com/zhou-tao/vue-power-admin/commit/63183e9aa2cdfc1645821a9dcf68098338db0449))
55+
* guide & guide step ([5da4e06](https://github.com/zhou-tao/vue-power-admin/commit/5da4e06ce878b7836efe2f0c738d593444a24052))
56+
* **hook:** :sparkles: add useSetting ([3295bb9](https://github.com/zhou-tao/vue-power-admin/commit/3295bb95332cf498edaf9cb83674c22300040508))
57+
* **i18n:** :sparkles: add i18n in home page and header ([091164c](https://github.com/zhou-tao/vue-power-admin/commit/091164cdbf4989d50b76bd746ba9a32f01fb04e4))
58+
* **i18n:** :sparkles: add menu i18n ([f65990c](https://github.com/zhou-tao/vue-power-admin/commit/f65990c42c530dd602326d8a41d480d66255b7c2))
59+
* **i18n:** :sparkles: add menu i18n ([c512daa](https://github.com/zhou-tao/vue-power-admin/commit/c512daa43c0dd439dafc0a07d0c66c017dd60edb))
60+
* **i18n:** :sparkles: complete i18n data ([cef9dea](https://github.com/zhou-tao/vue-power-admin/commit/cef9deaa756f40282025c451ec39b839ccab1997))
61+
* improve mock ([f2526bb](https://github.com/zhou-tao/vue-power-admin/commit/f2526bb34361b8ab2df170fb83cb8bc2fd7dd2d7))
62+
* **layout:** :sparkles: add breadcrumb ([a09be49](https://github.com/zhou-tao/vue-power-admin/commit/a09be49405f2e2811719368978ac5c3b590b3376))
63+
* **layout:** :sparkles: add breadcrumb transition ([ae9e0bc](https://github.com/zhou-tao/vue-power-admin/commit/ae9e0bcd57af5fcdb2445a0ac6350c6436fd9523))
64+
* **layout:** :sparkles: add contextmenu event in view tabs ([56d83e8](https://github.com/zhou-tao/vue-power-admin/commit/56d83e83b462cf8e20e5bc495eaa2531270ec02e))
65+
* **layout:** :sparkles: add locales toggle ([69594d7](https://github.com/zhou-tao/vue-power-admin/commit/69594d76033b860d8ffdafbf6b492244cccf6017))
66+
* **layout:** :sparkles: add some animation settings ([240797c](https://github.com/zhou-tao/vue-power-admin/commit/240797c78babd00a82451e18b492adad79200267))
67+
* **layout:** :sparkles: add static tagsview ([024e3ec](https://github.com/zhou-tao/vue-power-admin/commit/024e3ecf0d91775e4a58c74a26aeed99168cbf11))
68+
* **layout:** :sparkles: add tagsview logic ([8bc180d](https://github.com/zhou-tao/vue-power-admin/commit/8bc180d22107c3794ce11a3abc1b48c85d3736a7))
69+
* **layout:** :sparkles: add tagsview logic ([0f182a2](https://github.com/zhou-tao/vue-power-admin/commit/0f182a2c172167096b5cadfa7a4977502a333903))
70+
* **layout:** :sparkles: add theme settings ([fe0a648](https://github.com/zhou-tao/vue-power-admin/commit/fe0a6483620abc3078dc3c429549afc10bc16fa6))
71+
* **layout:** :sparkles: add useFullScreen & notice ([2d5f7af](https://github.com/zhou-tao/vue-power-admin/commit/2d5f7afb72352c8796e492dc3edf373c74b9f9c6))
72+
* **layout:** :sparkles: default page layout ([fcc7e90](https://github.com/zhou-tao/vue-power-admin/commit/fcc7e906a0db5c6ccb3bd0a810c5b3f971524c85))
73+
* **layout:** :sparkles: dynamic calculate content height ([4e99023](https://github.com/zhou-tao/vue-power-admin/commit/4e990238bca2d71b2eb5c89e9a11a2ad598ffd49))
74+
* **layout:** :sparkles: fix page transition style & layout ([da4ca1e](https://github.com/zhou-tao/vue-power-admin/commit/da4ca1e5e97819dfa24903153668776d67624da5))
75+
* **layout:** :sparkles: initialize build the admin layout structure ([75918f8](https://github.com/zhou-tao/vue-power-admin/commit/75918f8043fa4083865cbbd2d57996985b0000b3))
76+
* **layout:** :sparkles: menu horizontal layout ([c029ae3](https://github.com/zhou-tao/vue-power-admin/commit/c029ae3b136133320c4d2c70854adfbc41b7da08))
77+
* **layout:** :sparkles: optimize admin layout & dark theme ([0d1bc43](https://github.com/zhou-tao/vue-power-admin/commit/0d1bc4357a98baffcadab882052629b7bb156639))
78+
* **layout:** :sparkles: optimize content scroll view ([00b0689](https://github.com/zhou-tao/vue-power-admin/commit/00b06891936287dcb37637c5c52758cafc3eb128))
79+
* **layout:** :sparkles: optimize horizontal menu style ([25ef807](https://github.com/zhou-tao/vue-power-admin/commit/25ef807f4416abbf5b356d5e97a57c8d4caaf1f9))
80+
* **layout:** :sparkles: optimize menu and tabs scroll ([1682f5b](https://github.com/zhou-tao/vue-power-admin/commit/1682f5ba4764e4fcee172770f07ab6355b9f64b0))
81+
* **layout:** :sparkles: sidebar complete. ([e632344](https://github.com/zhou-tao/vue-power-admin/commit/e63234403c25d42acf546998f4a842cf2f6fcf9d))
82+
* **layout:** :sparkles: sidebar menu collapse ([0dece4e](https://github.com/zhou-tao/vue-power-admin/commit/0dece4e76b2c4bb4a71cd4d1af8c89ef90b4dd6a))
83+
* login page ([9f8acde](https://github.com/zhou-tao/vue-power-admin/commit/9f8acde1932995b767ef0915b547e3f40dfb798a))
84+
* **login:** use element-plus rewrite ([68f6f06](https://github.com/zhou-tao/vue-power-admin/commit/68f6f0639896338c5e31be82e5511cbfa12a5f6e))
85+
* **page:** :sparkles: static page template ([f906391](https://github.com/zhou-tao/vue-power-admin/commit/f906391ba9ea0a6603f3662a4dd5daed31d74111))
86+
* **router:** :sparkles: add active menu for detail page ([c55a140](https://github.com/zhou-tao/vue-power-admin/commit/c55a14023c77d017f77c6cf3cd083f44eed986e4))
87+
* **router:** :sparkles: add admin page static routes ([4a4ed4e](https://github.com/zhou-tao/vue-power-admin/commit/4a4ed4e72d1117390627375a050e6b0787963fea))
88+
* **router:** :sparkles: add some page router ([42af2d1](https://github.com/zhou-tao/vue-power-admin/commit/42af2d103d276b5583a191b17a89bd91647b3e16))
89+
* **setting:** :sparkles: add fp-loading setting in localstorage ([0c2d057](https://github.com/zhou-tao/vue-power-admin/commit/0c2d0570622dfc22c7983d770e7db187cabc07be))
90+
* **splitter:** :sparkles: add draggable prop ([e3aa8bb](https://github.com/zhou-tao/vue-power-admin/commit/e3aa8bb301b8e336b23b71d5fa502d46dc2ab6e5))
91+
* **style:** :sparkles: add normalize.css ([0697fd2](https://github.com/zhou-tao/vue-power-admin/commit/0697fd26d6649002303656d303ebadd6034700b5))
92+
* **style:** :sparkles: optimize layout style ([7e67065](https://github.com/zhou-tao/vue-power-admin/commit/7e670651bcb4c1ff113eaa7fde4423dd5a79479a))
93+
* support for production mock injection ([13ad159](https://github.com/zhou-tao/vue-power-admin/commit/13ad159f0d6849e4d803b6edf2d5fad3c22e0d93))
94+
* support for useMock config for each request ([82f72bd](https://github.com/zhou-tao/vue-power-admin/commit/82f72bdbb2a5d45ca45931a01816e808e6d4e220))
95+
* **unocss:** :sparkles: modify vars related to dark theme ([c5e403a](https://github.com/zhou-tao/vue-power-admin/commit/c5e403a9388cc1af131f57c62cd54695d00413b0))
96+
* **unocss:** add custom rule ([be09ac0](https://github.com/zhou-tao/vue-power-admin/commit/be09ac0ae822877df3e042ca0d71462d676c97c8))
97+
* **unocss:** add presets & transformers ([634b797](https://github.com/zhou-tao/vue-power-admin/commit/634b797d48824e88ffe17a47c96e4b07c6da3a2e))
98+
* update comment ([b01d197](https://github.com/zhou-tao/vue-power-admin/commit/b01d197d2f4b973604ea5aba9343dcc57ed74406))
99+
* update README.md ([86e58e3](https://github.com/zhou-tao/vue-power-admin/commit/86e58e34600dc22691a16483961acc4a8fa92fbd))
100+
* **view:** :sparkles: add delete process ([f1ad12b](https://github.com/zhou-tao/vue-power-admin/commit/f1ad12bc8aee4ec6747d1ccba88cf4d4f8dbadaa))
101+
* **view:** :sparkles: add editor component ([0de1004](https://github.com/zhou-tao/vue-power-admin/commit/0de1004960d8efbfed473d2093cae0b5ad5e8a19))
102+
* **view:** :sparkles: add form & table component page ([131358e](https://github.com/zhou-tao/vue-power-admin/commit/131358eeb2eec6612c5ca2befada9b0993cbdf40))
103+
* **view:** :sparkles: add insert & update process for user page ([075605a](https://github.com/zhou-tao/vue-power-admin/commit/075605afecfe72e69057b838698d15134790e13b))
104+
* **view:** :sparkles: add menu page ([20a6dfb](https://github.com/zhou-tao/vue-power-admin/commit/20a6dfbd7d66104f9d0c1d8cefa79c70be1d1a94))
105+
* **view:** :sparkles: add personal page ([0a35493](https://github.com/zhou-tao/vue-power-admin/commit/0a354931f6870ee1c004771854b39a91534b68e7))
106+
* **view:** :sparkles: add search tree in dict page ([874e2d9](https://github.com/zhou-tao/vue-power-admin/commit/874e2d9eaf5f2df9e322b7434954a582085bd68b))
107+
* **view:** :sparkles: add social link ([923e857](https://github.com/zhou-tao/vue-power-admin/commit/923e857f1962d2b97fbcdfa95e9c2666b0dd0a85))
108+
* **view:** :sparkles: add some operation buttons ([9e188da](https://github.com/zhou-tao/vue-power-admin/commit/9e188da3f035595fe131a145308cf252deb50b38))
109+
* **view:** :sparkles: add split-pane page action form ([f5e8c60](https://github.com/zhou-tao/vue-power-admin/commit/f5e8c60666cd7d05bd3e5bfa4489718ac87392af))
110+
* **view:** :sparkles: add static template of detail page ([b27e690](https://github.com/zhou-tao/vue-power-admin/commit/b27e6900455cf7652216d415bcdbba6f6ca27f5f))
111+
* **view:** :sparkles: complete crud flow ([01c7a6c](https://github.com/zhou-tao/vue-power-admin/commit/01c7a6ca56f7be2c0e8c21964ce49bed64e42bed))
112+
* **view:** :sparkles: complete dashboard page ([0e8b8e7](https://github.com/zhou-tao/vue-power-admin/commit/0e8b8e74fe18a068b2fe3983e1ea78346e7ec186))
113+
* **view:** :sparkles: complete static page for system module ([1658bfd](https://github.com/zhou-tao/vue-power-admin/commit/1658bfd94f6f87c2c7e2ee67ec4c826ed81b1825))
114+
* **view:** :sparkles: complete workbench page develop ([f39c4bd](https://github.com/zhou-tao/vue-power-admin/commit/f39c4bd45f9018223af3582fae0518254a46f7b7))
115+
* **view:** :sparkles: dashboard page layout ([0c946ec](https://github.com/zhou-tao/vue-power-admin/commit/0c946ecb5fd36e2c45b43d08694f9e2615b76c83))
116+
* **view:** :sparkles: optimize home page card height ([3079ff0](https://github.com/zhou-tao/vue-power-admin/commit/3079ff0b3e5e4163ca438a7ea8fdde250cbc6ece))
117+
* **view:** :sparkles: optimize login page style ([a7799bb](https://github.com/zhou-tao/vue-power-admin/commit/a7799bb349b3a686f8c2c6b7a354f5769734a875))
118+
119+
120+
### Performance Improvements
121+
122+
* :zap: use `$()` sytax sugar ([2bbdddb](https://github.com/zhou-tao/vue-power-admin/commit/2bbdddbb9be6eafa16f95733a3512cd968ddb9da))
123+
* **name:** :zap: optimized naming ([5375fc8](https://github.com/zhou-tao/vue-power-admin/commit/5375fc86dff322a926ba0820b0a211387d6be7ea))
124+
* remove unnecessary assets ([54ebc42](https://github.com/zhou-tao/vue-power-admin/commit/54ebc42c3e52d61b2c6a4a2707bb9bc6ee0f5e19))
125+
* **v-chart:** :zap: support auto uninstall when unmounted ([152ad4b](https://github.com/zhou-tao/vue-power-admin/commit/152ad4ba1155ef3ec7b22e0eaed511793ea44070))
126+
127+
128+
### Reverts
129+
130+
* unexpected file change ([86d61d2](https://github.com/zhou-tao/vue-power-admin/commit/86d61d29992ec3023c3a8be2fbf2bb59d264f043))
131+
* unexpected file change ([d97f352](https://github.com/zhou-tao/vue-power-admin/commit/d97f3522ab71cfa7c9b0a0bf493bfa9476c9c6cb))
132+
133+
134+
1135
## 0.0.1 (2023-02-19)
2136

3137

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-power-admin",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"scripts": {
55
"dev": "vite",
66
"commit": "git cz",

0 commit comments

Comments
 (0)