@odx/ui 7.1.0 → 7.2.1

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,20 @@
1
1
  # @odx/ui
2
2
 
3
+ ## 7.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 24c1ef8: Fix textarea content overflow to break content to a new line
8
+
9
+ ## 7.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - b4c0f44: Update `@odx/design-tokens` to v4 and migrate to new `token()` API
14
+ - `@odx/ui`: update `@odx/design-tokens` dependency to `^4.0.1`
15
+ - `@odx/angular-chart-js`: migrate `token()` calls to new options object signature `{ mode, eaa }`
16
+ - `@odx/auth`: fix build error by moving `declare global` augmentations into separate `.typings.ts` files
17
+
3
18
  ## 7.1.0
4
19
 
5
20
  ### Minor Changes