@odx/ui 7.0.1 → 7.2.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/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @odx/ui
2
2
 
3
+ ## 7.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - b4c0f44: Update `@odx/design-tokens` to v4 and migrate to new `token()` API
8
+ - `@odx/ui`: update `@odx/design-tokens` dependency to `^4.0.1`
9
+ - `@odx/angular-chart-js`: migrate `token()` calls to new options object signature `{ mode, eaa }`
10
+ - `@odx/auth`: fix build error by moving `declare global` augmentations into separate `.typings.ts` files
11
+
12
+ ## 7.1.0
13
+
14
+ ### Minor Changes
15
+
16
+ - 0a0cfc1: Add direction-column support for odxLayout flex
17
+
18
+ ### Patch Changes
19
+
20
+ - b106b71: Added missing truncation on form controls, select, multiselect and autocomplete
21
+
3
22
  ## 7.0.1
4
23
 
5
24
  ### Patch Changes