@adins/ucviewgeneric 3.4.8 → 3.4.9

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,6 +5,9 @@ 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.9
9
+ 1. fix link style on type switch
10
+
8
11
  Version 3.4.8
9
12
  1. add isSubsection option for table inside view
10
13
  2. add usePagination option for table inside view
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adins/ucviewgeneric",
3
- "version": "3.4.8",
3
+ "version": "3.4.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=13.1.2",
6
6
  "@angular/core": ">=13.1.2",