mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-11-29 18:28:09 +08:00
chore: v3.4.0
This commit is contained in:
parent
a303e171c9
commit
218e1b32fd
@ -1,3 +1,12 @@
|
||||
# [3.4.0](https://github.com/WeBankFinTech/fes.js/compare/v3.3.2...v3.4.0) (2024-10-24)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* 暴露语言变化事件 & layout的title支持配置国际化 ([#255](https://github.com/WeBankFinTech/fes.js/issues/255)) ([a303e17](https://github.com/WeBankFinTech/fes.js/commit/a303e171c98371eb331fd834ca55f600b89f29d1))
|
||||
|
||||
|
||||
|
||||
## [3.3.2](https://github.com/WeBankFinTech/fes.js/compare/v3.3.1...v3.3.2) (2024-10-23)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "fes.js",
|
||||
"type": "module",
|
||||
"version": "3.3.2",
|
||||
"version": "3.4.0",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@8.6.6",
|
||||
"description": "一个好用的前端管理台快速开发框架",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fesjs/plugin-layout",
|
||||
"version": "5.3.2",
|
||||
"version": "5.4.0",
|
||||
"description": "@fesjs/plugin-layout",
|
||||
"author": "harrywan",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fesjs/plugin-locale",
|
||||
"version": "4.3.1",
|
||||
"version": "4.4.0",
|
||||
"description": "@fesjs/plugin-locale",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user