@next-core/brick-container 2.57.1 → 2.60.0
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 +48 -0
- package/dist/{dll.c47eb0e2.js → dll.37e22699.js} +6 -6
- package/dist/{dll.c47eb0e2.js.map → dll.37e22699.js.map} +1 -1
- package/dist/index.html +1 -1
- package/dist/{main.9e536ffa78ccc42b561a.css → main.a8aab8d13c737d73bf4d.css} +254 -67
- package/dist/main.a8aab8d13c737d73bf4d.css.map +1 -0
- package/dist/{main.db99f04869b2001d57b1.js → main.e792bfba3196a9972e8d.js} +2 -2
- package/dist/{main.db99f04869b2001d57b1.js.map → main.e792bfba3196a9972e8d.js.map} +1 -1
- package/package.json +8 -8
- package/dist/main.9e536ffa78ccc42b561a.css.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,54 @@
|
|
|
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.60.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.59.0...@next-core/brick-container@2.60.0) (2022-01-21)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* refine style of avatar using css variables ([0189c83](https://github.com/easyops-cn/next-core/commit/0189c83b679ec75f28a4f7169a7a07fedfefff81))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* cmdb-instance-modal style ([93e8fce](https://github.com/easyops-cn/next-core/commit/93e8fce537e7bf47025fe7980f7bb45c3ae77967))
|
|
17
|
+
* date picker style ([2812395](https://github.com/easyops-cn/next-core/commit/2812395a99c1de7c5f2cfbfec00806ef8f6a5fe9))
|
|
18
|
+
* use css variables for new theme colors ([9f20d2a](https://github.com/easyops-cn/next-core/commit/9f20d2a3194d75972266bf6ddba871c45a59d1d8))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
# [2.59.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.58.0...@next-core/brick-container@2.59.0) (2022-01-20)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Features
|
|
28
|
+
|
|
29
|
+
* support css variables of chart axis ([332953e](https://github.com/easyops-cn/next-core/commit/332953ed0b8dbf918866ce499bc37592a5ef98c2))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
# [2.58.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.57.2...@next-core/brick-container@2.58.0) (2022-01-20)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* support css variables of rank table ([3a36229](https://github.com/easyops-cn/next-core/commit/3a362297c8efb500f0e4eadb3343f5d99decc972))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## [2.57.2](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.57.1...@next-core/brick-container@2.57.2) (2022-01-20)
|
|
47
|
+
|
|
48
|
+
**Note:** Version bump only for package @next-core/brick-container
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
6
54
|
## [2.57.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.57.0...@next-core/brick-container@2.57.1) (2022-01-20)
|
|
7
55
|
|
|
8
56
|
**Note:** Version bump only for package @next-core/brick-container
|