mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-02 03:37:57 +08:00
chore: v3.0.2
This commit is contained in:
parent
43496ef307
commit
a6a4f36162
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,3 +1,17 @@
|
||||
## [3.0.2](https://github.com/WeBankFinTech/fes.js/compare/v3.0.1...v3.0.2) (2023-04-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 修复plugin-locale类型问题 ([#180](https://github.com/WeBankFinTech/fes.js/issues/180)) ([d110953](https://github.com/WeBankFinTech/fes.js/commit/d11095355fe0d2ce7e6da0eaa39f91b28a69472c))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **plugin-layout:** custom插槽支持 menus 参数 & 重构403、404逻辑 ([#181](https://github.com/WeBankFinTech/fes.js/issues/181)) ([43496ef](https://github.com/WeBankFinTech/fes.js/commit/43496ef3074a4a527e7108621b60fa88be7f2057))
|
||||
|
||||
|
||||
|
||||
## [3.0.1](https://github.com/WeBankFinTech/fes.js/compare/v3.0.1-0...v3.0.1) (2023-04-01)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fes.js",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"description": "一个好用的前端管理台快速开发框架",
|
||||
"preferGlobal": true,
|
||||
"private": true,
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fesjs/plugin-layout",
|
||||
"version": "5.0.0",
|
||||
"version": "5.1.0",
|
||||
"description": "@fesjs/plugin-layout",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fesjs/plugin-locale",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"description": "@fesjs/plugin-locale",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user