@odx/ui 7.0.1 → 7.1.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 +10 -0
- package/core-theme.css +1 -1
- package/package.json +1 -1
- package/scss/_layout.scss +4 -0
- package/scss/autocomplete.component.scss +4 -0
- package/scss/components/autocomplete.component.scss +4 -0
- package/scss/components/form-field.component.scss +2 -0
- package/scss/components/select.component.scss +3 -1
- package/scss/form-field.component.scss +2 -0
- package/scss/layout/_layout.scss +4 -0
- package/scss/select.component.scss +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @odx/ui
|
|
2
2
|
|
|
3
|
+
## 7.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 0a0cfc1: Add direction-column support for odxLayout flex
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- b106b71: Added missing truncation on form controls, select, multiselect and autocomplete
|
|
12
|
+
|
|
3
13
|
## 7.0.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|