@odx/ui 2.5.0 → 2.7.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 +90 -0
- package/core-theme.css +1 -1
- package/package.json +1 -1
- package/scss/abstract/_utils.scss +1 -1
- package/scss/components/autocomplete.component.scss +2 -2
- package/scss/components/calendar.component.scss +168 -0
- package/scss/components/datepicker.component.scss +30 -0
- package/scss/components/dropdown.component.scss +1 -0
- package/scss/components/form-field.component.scss +8 -4
- package/scss/components/select.component.scss +2 -3
- package/scss/core.scss +2 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
# @odx/ui 2.7.0 (2023-08-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **rail-navigation:** allow iconSet to be configured ([abb7da7](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/abb7da7af787351083cbdb9d1866eafa950dd8ce))
|
|
7
|
+
|
|
8
|
+
# @odx/ui 2.6.0 (2023-08-11)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* apply suggestions from code review ([6abd130](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/6abd130a3998b6f642c337e220bf896618267e67))
|
|
14
|
+
* apply suggestions from code review ([cad3309](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/cad33093ff1d7c5e38b954bd273ded4833a2321b))
|
|
15
|
+
* merge conflicts ([2590c8f](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/2590c8feaa99c4398f500b293590a405ad6939dc))
|
|
16
|
+
* merge conflicts ([a071ff0](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/a071ff06bfcb312d645b4899e9880cf20ea51d14))
|
|
17
|
+
* merge conflicts ([53084e8](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/53084e86a2bc65f347d66a9ce41acf5564464f53))
|
|
18
|
+
* nested form-field-control ([181c79c](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/181c79c8dd306802caac96c5061e96b826ccb4c7))
|
|
19
|
+
* resolve conflicts ([373c456](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/373c4562db0f4a98a0aff51beee2d15f4bb05194))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* add datepicker module ([abf2ade](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/abf2ade90ccc1c9b399801814b22925bb05eabd1))
|
|
25
|
+
* draft commit ([5bcbdb3](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/5bcbdb34c31b21b2872cd50d0f095ae085929bfe))
|
|
26
|
+
* draft commit ([a08e272](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/a08e272cc624d79fab970ebfc198272672685cf5))
|
|
27
|
+
* draft commit ([e7aa95c](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/e7aa95c789a690a94ad9cddae2b56ddc1e804f78))
|
|
28
|
+
* draft commit ([09149e6](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/09149e67f665260850a38a6a50a41ffde968fb32))
|
|
29
|
+
* test calendar service ([733c08f](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/733c08f36572c2d523da6135166cc8d4e9054b03))
|
|
30
|
+
* update story file ([61a8fc6](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/61a8fc646fbf3264ada0642db977d65b4002d2b9))
|
|
31
|
+
|
|
32
|
+
# @odx/ui 2.5.0 (2023-08-09)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Features
|
|
36
|
+
|
|
37
|
+
* add pagination styles and icons ([cf5e9fa](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/cf5e9fa441047f9f07d7eb29d3613fe06d819ff4))
|
|
38
|
+
|
|
39
|
+
# @odx/ui 2.4.0 (2023-08-07)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Features
|
|
43
|
+
|
|
44
|
+
* chart theme directive ([1ec10f2](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/1ec10f2cf18a1410726a38f672dacc8f7d416f33))
|
|
45
|
+
* naming and structure ([12783e9](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/12783e941140fdfe097535493e05e9d46634852d))
|
|
46
|
+
* new css theme ([b50355b](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/b50355b5fed5f1cc73b99fc2394e94226af2dfcd))
|
|
47
|
+
* new story for echarts library ([6fd7015](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/6fd7015a4e4ffdc6c7065f4475ea41a0226ad297))
|
|
48
|
+
* series colors, charts config ([ff207ac](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/ff207ace7037271e940626cd6edf37194ae6f75b))
|
|
49
|
+
|
|
50
|
+
# @odx/ui 2.3.0 (2023-07-24)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Bug Fixes
|
|
54
|
+
|
|
55
|
+
* designer issues ([912d7d6](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/912d7d6e17840c83e741aab0e1fa0a9dd87a3d02))
|
|
56
|
+
* styles in rich-list-item ([b109a1c](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/b109a1ccb567426da3550db59d1369695f6731f7))
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### Features
|
|
60
|
+
|
|
61
|
+
* rich-list component created ([ea352ef](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/ea352eff62de24f7f302876da683b92b26eda580))
|
|
62
|
+
* story and styles ([7d8b4c4](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/7d8b4c4509ecb0e96127716ffba081a1606762ce))
|
|
63
|
+
|
|
64
|
+
## @odx/ui 2.2.1 (2023-07-19)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
### Bug Fixes
|
|
68
|
+
|
|
69
|
+
* application layout ([5ed58f2](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/5ed58f2e1ee635327581338e3d203324058e1f00))
|
|
70
|
+
|
|
71
|
+
# @odx/ui 2.2.0 (2023-07-17)
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
### Features
|
|
75
|
+
|
|
76
|
+
* add favicons to @odx/ui library ([3d12db8](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/3d12db838a377bf4f4cfedd5360ae4d15096d57a))
|
|
77
|
+
|
|
78
|
+
## @odx/ui 2.1.1 (2023-07-13)
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
### Bug Fixes
|
|
82
|
+
|
|
83
|
+
* broken release 2.1.0 ([f04938d](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/f04938d5aca6fde5c85471ed01a3cf40cda7c832))
|
|
84
|
+
|
|
85
|
+
# @odx/ui 2.1.0 (2023-07-11)
|
|
86
|
+
|
|
87
|
+
### Features
|
|
88
|
+
|
|
89
|
+
- add breakpoints module ([7475fe7](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/7475fe73bb20c4aeb1e143ec2f82156d8cf6e9e1))
|
|
90
|
+
- new component ([cfa5d43](https://dev.azure.com/draeger/ODXP/_git/odx-libraries/commit/cfa5d4354ac24191da9e794d735511ddf021fef7))
|