mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
chore: v3.3.2
This commit is contained in:
parent
47b32a2767
commit
db358576e8
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,3 +1,19 @@
|
|||||||
|
## [3.3.2](https://github.com/WeBankFinTech/fes.js/compare/v3.3.1...v3.3.2) (2024-10-23)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **plugin-locale:** 修复默认语言取值问题 ([47b32a2](https://github.com/WeBankFinTech/fes.js/commit/47b32a276796231c66f363d5c30a2c02e471be07))
|
||||||
|
* 修复国际化配置问题 ([eda6fba](https://github.com/WeBankFinTech/fes.js/commit/eda6fba09c5236fa2dfcabf155bf51eaf15b6af3))
|
||||||
|
* 修复语言插件问题 ([743e863](https://github.com/WeBankFinTech/fes.js/commit/743e86328528d4f911e2cb4d1e18239a43f6496d))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* 修复xss漏洞 ([#254](https://github.com/WeBankFinTech/fes.js/issues/254)) ([66a8572](https://github.com/WeBankFinTech/fes.js/commit/66a8572ed67f9a4fbcd965e8c8a6504abfe4ddb2))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.3.1](https://github.com/WeBankFinTech/fes.js/compare/v3.3.0...v3.3.1) (2024-10-12)
|
## [3.3.1](https://github.com/WeBankFinTech/fes.js/compare/v3.3.0...v3.3.1) (2024-10-12)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "fes.js",
|
"name": "fes.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "3.3.1",
|
"version": "3.3.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@8.6.6",
|
"packageManager": "pnpm@8.6.6",
|
||||||
"description": "一个好用的前端管理台快速开发框架",
|
"description": "一个好用的前端管理台快速开发框架",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@fesjs/plugin-layout",
|
"name": "@fesjs/plugin-layout",
|
||||||
"version": "5.3.1",
|
"version": "5.3.2",
|
||||||
"description": "@fesjs/plugin-layout",
|
"description": "@fesjs/plugin-layout",
|
||||||
"author": "harrywan",
|
"author": "harrywan",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@fesjs/plugin-locale",
|
"name": "@fesjs/plugin-locale",
|
||||||
"version": "4.3.0",
|
"version": "4.3.1",
|
||||||
"description": "@fesjs/plugin-locale",
|
"description": "@fesjs/plugin-locale",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user