@odx/ui 5.2.2 → 5.2.3
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
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @odx/ui
|
|
2
2
|
|
|
3
|
+
## 5.2.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 98f9bf2: anchor navigation component: border styling fixed, active item logic improved
|
|
8
|
+
auth component: hide the institution name when hideInstitution is false
|
|
9
|
+
|
|
3
10
|
## 5.2.2
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -301,7 +308,6 @@
|
|
|
301
308
|
### Minor Changes
|
|
302
309
|
|
|
303
310
|
- c42ff73: New 'angular-chart-js' library for chart-js customization. Please note that '@odx/angular/charts-config' has been removed from the '@odx/angular' library and you should install '@odx/angular-chart-js' and change the path in the 'ChartThemeModule' import.
|
|
304
|
-
|
|
305
311
|
1. Install new package: 'npm install @odx/angular-chart-js'
|
|
306
312
|
2. Change the path if you already use 'ChartThemeModule' before: '@odx/angular/charts-config' => '@odx/angular-chart-js'.
|
|
307
313
|
|