@odx/ui 5.2.1 → 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 +13 -1
- package/core-theme.css +1 -1
- package/package.json +1 -1
- package/scss/accordion-item.component.scss +5 -1
- package/scss/anchor-navigation.component.scss +2 -4
- package/scss/components/accordion-item.component.scss +5 -1
- package/scss/components/anchor-navigation.component.scss +2 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
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
|
+
|
|
10
|
+
## 5.2.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 90631e1: Threshold input for Anchor Navigation component added
|
|
15
|
+
|
|
3
16
|
## 5.2.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -295,7 +308,6 @@
|
|
|
295
308
|
### Minor Changes
|
|
296
309
|
|
|
297
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.
|
|
298
|
-
|
|
299
311
|
1. Install new package: 'npm install @odx/angular-chart-js'
|
|
300
312
|
2. Change the path if you already use 'ChartThemeModule' before: '@odx/angular/charts-config' => '@odx/angular-chart-js'.
|
|
301
313
|
|