Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 201b638

Browse files
🔖 chore(release): @arvinxu/layout-kit@1.4.0 [skip ci]
# [1.4.0](https://github.com/arvinxx/components/compare/@arvinxu/layout-kit@1.3.0...@arvinxu/layout-kit@1.4.0) (2022-03-28) ### ♻ 重构 * 基于 StoreUpdater 重构受控模式代码 ([337168e](337168e)) * 完成组件功能迁移 ([44ddeed](44ddeed)) * 重构 store ([5563979](5563979)) ### ✅ 测试 * 修正单测 ([de94cfc](de94cfc)) * 修正单测 ([cd68ab2](cd68ab2)) * 修正单测 ([89307f0](89307f0)) * 升级依赖并修正单测 ([355a28c](355a28c)) * 添加单测 ([2e812bc](2e812bc)) ### ✨ 新特性 * 新增 Center 组件 ([c1bddbe](c1bddbe)) * 新增 flex api ([363da8a](363da8a)) ### 🎫 杂项 * **user-panel**: 调整组件库依赖位置 ([7354e5a](7354e5a)) * 优化目录结构 ([0534903](0534903)) * 修正构架配置 ([fda5d6e](fda5d6e)) * 尝试修复发版 ([92d4ff2](92d4ff2)) * 尝试修复发版 ([ead06f3](ead06f3)) * 更新 prettier 配置项 ([49071f6](49071f6)) * 本地添加 semantic-release 依赖 ([2fa8fa3](2fa8fa3)) * 移动组件目录 ([490e16d](490e16d)) * **自动发布**: @arvinxu/asset-gallery@1.3.4 [skip ci] ([473271b](473271b)) * **自动发布**: @arvinxu/sortable-list@1.0.5 [skip ci] ([1e4be5f](1e4be5f)) * **自动发布**: @arvinxu/sortable-list@1.0.6 [skip ci] ([c6d5ce5](c6d5ce5)) * **自动发布**: @arvinxu/user-panel@1.0.2 [skip ci] ([16f52a7](16f52a7)) ### 🐛 修复 * 重构并修复 setData 值时会出现的重复渲染卡死的问题 ([a3b31f5](a3b31f5)) ### 👷 构建系统 * 基于 react-i18next 重构国际化实现 ([567bd21](567bd21)) * 构建发版 ([f617f9a](f617f9a)) ### 💄 样式 * 优化组件样式 ([0005421](0005421)) * 补齐 user-panel 的国际化文案 ([ce4cada](ce4cada))
1 parent 73e104a commit 201b638

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

packages/layout-kit/CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
# Changelog
22

3-
# @arvinxu/layout-kit [1.3.0](https://github.com/arvinxx/components/compare/@arvinxu/layout-kit@1.2.1...@arvinxu/layout-kit@1.3.0) (2022-02-03)
3+
# @arvinxu/layout-kit [1.4.0](https://github.com/arvinxx/components/compare/@arvinxu/layout-kit@1.3.0...@arvinxu/layout-kit@1.4.0) (2022-03-28)
44

5+
### ✨ 新特性
56

6-
### ✅ 测试
7+
- 新增 Center 组件 ([c1bddbe](https://github.com/arvinxx/components/commit/c1bddbe))
8+
- 新增 flex api ([363da8a](https://github.com/arvinxx/components/commit/363da8a))
9+
10+
### 🎫 杂项
711

8-
* 修正测试 ([6fae205](https://github.com/arvinxx/components/commit/6fae205))
12+
- 优化目录结构 ([0534903](https://github.com/arvinxx/components/commit/0534903))
13+
14+
# @arvinxu/layout-kit [1.3.0](https://github.com/arvinxx/components/compare/@arvinxu/layout-kit@1.2.1...@arvinxu/layout-kit@1.3.0) (2022-02-03)
15+
16+
### ✅ 测试
917

18+
- 修正测试 ([6fae205](https://github.com/arvinxx/components/commit/6fae205))
1019

1120
### ✨ 新特性
1221

13-
* 新增 hidden api ([406366c](https://github.com/arvinxx/components/commit/406366c))
22+
- 新增 hidden api ([406366c](https://github.com/arvinxx/components/commit/406366c))
1423

1524
## @arvinxu/layout-kit [1.2.1](https://github.com/arvinxx/components/compare/@arvinxu/layout-kit@1.2.0...@arvinxu/layout-kit@1.2.1) (2022-02-03)
1625

packages/layout-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arvinxu/layout-kit",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"files": [
55
"lib",
66
"es"

0 commit comments

Comments
 (0)