@adins/ucviewgeneric 3.4.16-canary.0 → 3.4.18-canary.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 +6 -0
- package/esm2020/lib/ucviewgeneric.component.mjs +4 -3
- package/esm2020/lib/ucviewgeneric.module.mjs +6 -2
- package/fesm2015/adins-ucviewgeneric.mjs +8 -3
- package/fesm2015/adins-ucviewgeneric.mjs.map +1 -1
- package/fesm2020/adins-ucviewgeneric.mjs +8 -3
- package/fesm2020/adins-ucviewgeneric.mjs.map +1 -1
- package/lib/ucviewgeneric.module.d.ts +3 -2
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -5,6 +5,12 @@ This library was generated with [Angular CLI](https://github.com/angular/angular
|
|
|
5
5
|
## Version
|
|
6
6
|
notes: new ui under canary.x tags
|
|
7
7
|
|
|
8
|
+
Version 3.4.18
|
|
9
|
+
1. handle masking date pipe with ucdatepipe
|
|
10
|
+
|
|
11
|
+
Version 3.4.17
|
|
12
|
+
1. add truncate text for type link
|
|
13
|
+
|
|
8
14
|
Version 3.4.16
|
|
9
15
|
1. support show item conditionally using data from the view itself
|
|
10
16
|
|