@next-core/brick-container 2.32.9 → 2.33.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +38 -0
- package/dist/dll-of-editor-bricks-helper.55c56f9e.js.map +1 -1
- package/dist/{dll.66173732.js → dll.52bdec08.js} +8 -8
- package/dist/{dll.66173732.js.map → dll.52bdec08.js.map} +1 -1
- package/dist/icons--colored-common.2f200010.js +2 -0
- package/dist/icons--colored-common.2f200010.js.map +1 -0
- package/dist/index.html +1 -1
- package/dist/{main.167c2e9038981599f34e.js → main.4adcaaf3618737fb5f8d.js} +2 -2
- package/dist/main.4adcaaf3618737fb5f8d.js.map +1 -0
- package/package.json +7 -7
- package/dist/icons--colored-common.f3c0544c.js +0 -2
- package/dist/icons--colored-common.f3c0544c.js.map +0 -1
- package/dist/main.167c2e9038981599f34e.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.33.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.33.0...@next-core/brick-container@2.33.1) (2021-09-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @next-core/brick-container
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [2.33.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.32.11...@next-core/brick-container@2.33.0) (2021-09-30)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **function:** support to collect coverage ([93835f0](https://github.com/easyops-cn/next-core/commit/93835f0f202b6fb18c915045b5c2e0cf8e5e1f25))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [2.32.11](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.32.10...@next-core/brick-container@2.32.11) (2021-09-28)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* 修复浏览器语言为非中英文时国际化文本空白问题 ([bab37b0](https://github.com/easyops-cn/next-core/commit/bab37b0ab0c62928652d20f2c378f5c2c3fd0018))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## [2.32.10](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.32.9...@next-core/brick-container@2.32.10) (2021-09-27)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @next-core/brick-container
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
## [2.32.9](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.32.8...@next-core/brick-container@2.32.9) (2021-09-23)
|
|
7
45
|
|
|
8
46
|
|