@adins/ucviewgeneric 3.3.4-legacy.3 → 3.4.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/README.md +9 -16
- package/esm2020/lib/ucviewgeneric.component.mjs +3 -3
- package/fesm2015/adins-ucviewgeneric.mjs +2 -2
- package/fesm2015/adins-ucviewgeneric.mjs.map +1 -1
- package/fesm2020/adins-ucviewgeneric.mjs +2 -2
- package/fesm2020/adins-ucviewgeneric.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,22 +3,15 @@
|
|
|
3
3
|
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0.
|
|
4
4
|
|
|
5
5
|
## Version
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
Version 3.3.4-tags.1
|
|
17
|
-
1. support hardcode value
|
|
18
|
-
|
|
19
|
-
Version 3.3.4-canary.0
|
|
20
|
-
1. Fix columns
|
|
21
|
-
2. separate old ui in legacy
|
|
6
|
+
notes: new ui under canary.x tags
|
|
7
|
+
|
|
8
|
+
Version 3.4.0
|
|
9
|
+
1. fix margin padding for type switch
|
|
10
|
+
2. Fix columns
|
|
11
|
+
3. add classpadding 0
|
|
12
|
+
4. fix html tag
|
|
13
|
+
5. support hardcode value
|
|
14
|
+
6. separate old ui in legacy
|
|
22
15
|
|
|
23
16
|
Version 3.3.3
|
|
24
17
|
1. Fix Table indent
|