@daikin-oss/design-system-web-components 1.4.0-next.1 → 1.4.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,216 @@
|
|
|
1
1
|
# @daikin-oss/design-system-web-components
|
|
2
2
|
|
|
3
|
+
## 1.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#324](https://github.com/dsv-rp/DDS/pull/324) [`3fb796d`](https://github.com/dsv-rp/DDS/commit/3fb796d179ce6118074ae81deaec37f3f05a2621) Thanks [@dk-wei](https://github.com/dk-wei)! - Slider (Storybook): Added kitchen sink page.
|
|
8
|
+
|
|
9
|
+
- [#315](https://github.com/dsv-rp/DDS/pull/315) [`08cbddb`](https://github.com/dsv-rp/DDS/commit/08cbddb002ab1b895438c171ef30bb81078552b8) Thanks [@dk-wei](https://github.com/dk-wei)! - Button: Added `buttonTabIndex` property.
|
|
10
|
+
Icon Button: Added `buttonTabIndex` property.
|
|
11
|
+
|
|
12
|
+
- [#320](https://github.com/dsv-rp/DDS/pull/320) [`1ecc452`](https://github.com/dsv-rp/DDS/commit/1ecc452826d77d0a5fb050bc31132375e68dca8a) Thanks [@dk-wei](https://github.com/dk-wei)! - Badge (Storybook): Added kitchen sink page.
|
|
13
|
+
|
|
14
|
+
- [#268](https://github.com/dsv-rp/DDS/pull/268) [`1aab398`](https://github.com/dsv-rp/DDS/commit/1aab3981ca38f7e9c105b02c7087c6ea647feb37) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Badge: Add Badge component. (DDS-2613)
|
|
15
|
+
|
|
16
|
+
- [#287](https://github.com/dsv-rp/DDS/pull/287) [`b235f19`](https://github.com/dsv-rp/DDS/commit/b235f1952e77a68477fbe048c3400652186049fb) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Menu: Menu position now supports `top-start` , `top-end` , `bottom-start` , `bottom-end` , `left-start` , `left-end` , `right-start` , and `right-end` . (DDS-2636)
|
|
17
|
+
|
|
18
|
+
- [#317](https://github.com/dsv-rp/DDS/pull/317) [`9003e53`](https://github.com/dsv-rp/DDS/commit/9003e5340b4e22ecc092f47e9b4fc1b3f8804db2) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Breadcrumb: Add ellipsis variant. (DDS-2637)
|
|
19
|
+
Menu: Fixed an issue where clicking interactive elements (e.g., links) in content did not perform the default action.
|
|
20
|
+
|
|
21
|
+
- [#313](https://github.com/dsv-rp/DDS/pull/313) [`e9f426f`](https://github.com/dsv-rp/DDS/commit/e9f426f0aa3d623301a1209acab82131c525533e) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Page Navigation (Storybook): Add Page Navigation recipe. (DDS-2703)
|
|
22
|
+
|
|
23
|
+
- [#303](https://github.com/dsv-rp/DDS/pull/303) [`86f57e3`](https://github.com/dsv-rp/DDS/commit/86f57e385dc4f4f81a347cc9fee534f8ca7fdaee) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Preset Date Range: Add Preset Date Range recipe. (DDS-2700)
|
|
24
|
+
|
|
25
|
+
- [#309](https://github.com/dsv-rp/DDS/pull/309) [`457db3a`](https://github.com/dsv-rp/DDS/commit/457db3a180089bd2c728c2a1ddfe35b6cd57f049) Thanks [@dk-wei](https://github.com/dk-wei)! - Carousel Item (Storybook): Added kitchen sink.
|
|
26
|
+
|
|
27
|
+
- [#275](https://github.com/dsv-rp/DDS/pull/275) [`2ed2500`](https://github.com/dsv-rp/DDS/commit/2ed2500d4e26afa858bb75f681d1ce895008203e) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Status Message: Add Status Message component. (DDS-2415)
|
|
28
|
+
|
|
29
|
+
- [#291](https://github.com/dsv-rp/DDS/pull/291) [`1dadbac`](https://github.com/dsv-rp/DDS/commit/1dadbacb4c54bad3427116b78ce08e8129271ed3) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Date Time Range: Add date time range recipe. (DDS-2629)
|
|
30
|
+
Date Picker: Improved the appearance when the placeholder content is too long.
|
|
31
|
+
Time Picker: Improved the appearance when the placeholder content is too long.
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- [#274](https://github.com/dsv-rp/DDS/pull/274) [`1c14478`](https://github.com/dsv-rp/DDS/commit/1c14478b2d9dc2d03dbfc6454698367e6e2bd886) Thanks [@dk-wei](https://github.com/dk-wei)! - - Add progress indicator kitchen sink page for next version.
|
|
36
|
+
|
|
37
|
+
- [#281](https://github.com/dsv-rp/DDS/pull/281) [`5fc5fee`](https://github.com/dsv-rp/DDS/commit/5fc5feed083e8ff06af01d23929b94a32163250e) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Storybook: Adjust Storybook's default viewport width to facilitate testing. (DDS-2558)
|
|
38
|
+
|
|
39
|
+
- [#293](https://github.com/dsv-rp/DDS/pull/293) [`d8f89cd`](https://github.com/dsv-rp/DDS/commit/d8f89cd0c1c3c76997b6b5f3b28cef6d1439899e) Thanks [@dk-wei](https://github.com/dk-wei)! - - Add tree item kitchen sink page.
|
|
40
|
+
|
|
41
|
+
- [#322](https://github.com/dsv-rp/DDS/pull/322) [`dffa6e8`](https://github.com/dsv-rp/DDS/commit/dffa6e8d41e387931ccf7f17618f72e587fd4e62) Thanks [@yodas7](https://github.com/yodas7)! - Storybook: Added theme switcher to docs. (DDS-2419)
|
|
42
|
+
|
|
43
|
+
- [#318](https://github.com/dsv-rp/DDS/pull/318) [`f28ed5d`](https://github.com/dsv-rp/DDS/commit/f28ed5da7fa3b2c9af3d07f29f5a6d2f22adfdcf) Thanks [@dk-wei](https://github.com/dk-wei)! - Checkbox Group (Storybook): Added kitchen sink page.
|
|
44
|
+
|
|
45
|
+
- [#310](https://github.com/dsv-rp/DDS/pull/310) [`1d2cbec`](https://github.com/dsv-rp/DDS/commit/1d2cbec990b44f220293244521a76759c4478d4b) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Storybook: Updated the documentation for the following components with detailed explanations regarding CSS Shadow Parts section. (DDS-2706)
|
|
46
|
+
|
|
47
|
+
- Checkbox
|
|
48
|
+
- Menu
|
|
49
|
+
- Tooltip
|
|
50
|
+
|
|
51
|
+
List Item: Added a CSS part named item to allow users to customize the styles of the internal content wrapper element. (DDS-2706)
|
|
52
|
+
Tree Item: Added a CSS part named item to allow users to customize the styles of the internal content wrapper element. (DDS-2706)
|
|
53
|
+
|
|
54
|
+
- [#271](https://github.com/dsv-rp/DDS/pull/271) [`c6a8dca`](https://github.com/dsv-rp/DDS/commit/c6a8dcafa35ebc5570e3b2931d013063ab73cfb8) Thanks [@dk-wei](https://github.com/dk-wei)! - Add toast notification kitchen sink page for next branch.
|
|
55
|
+
|
|
56
|
+
- [#297](https://github.com/dsv-rp/DDS/pull/297) [`50cbe34`](https://github.com/dsv-rp/DDS/commit/50cbe344469c1137f7ff8705e78200dcabd96268) Thanks [@dk-wei](https://github.com/dk-wei)! - Date Picker (Storybook): Fix component size on kitchen sink.
|
|
57
|
+
|
|
58
|
+
- [#311](https://github.com/dsv-rp/DDS/pull/311) [`6605ef1`](https://github.com/dsv-rp/DDS/commit/6605ef1fe94c17e33672d599acaedf01670df65b) Thanks [@dk-wei](https://github.com/dk-wei)! - Dropdown Item (Storybook): Added kitchen sink page.
|
|
59
|
+
|
|
60
|
+
- [#283](https://github.com/dsv-rp/DDS/pull/283) [`69ba47f`](https://github.com/dsv-rp/DDS/commit/69ba47f47d6e93ece20e45f2317da1d21d97b9ee) Thanks [@dk-wei](https://github.com/dk-wei)! - Add select kitchen sink page.
|
|
61
|
+
|
|
62
|
+
- [#270](https://github.com/dsv-rp/DDS/pull/270) [`fcab6cd`](https://github.com/dsv-rp/DDS/commit/fcab6cd5c0b6b9a6e37a54620a67b8542b88a2b6) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Icon: Update the actual size definitions in the code to match the Figma specifications.
|
|
63
|
+
|
|
64
|
+
- [#302](https://github.com/dsv-rp/DDS/pull/302) [`1ebe8a6`](https://github.com/dsv-rp/DDS/commit/1ebe8a636145dadc366a0fb066c77de784725a74) Thanks [@dk-wei](https://github.com/dk-wei)! - Table Cell (Storybook): Added kitchen sink.
|
|
65
|
+
|
|
66
|
+
- [#276](https://github.com/dsv-rp/DDS/pull/276) [`bc590c1`](https://github.com/dsv-rp/DDS/commit/bc590c1ae3b4c7d2d6720e615270abdc80097ae5) Thanks [@dk-wei](https://github.com/dk-wei)! - Add progress indicator item kitchen sink page for next version.
|
|
67
|
+
|
|
68
|
+
- [#304](https://github.com/dsv-rp/DDS/pull/304) [`2a7e64b`](https://github.com/dsv-rp/DDS/commit/2a7e64bbe1bb76a9038d705281464c5816db11f2) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Badge: Fixed an issue where the count could be set to an unlimited value when maxCount was a null or empty value. (DDS-2694)
|
|
69
|
+
Badge (Storybook): Automatically set the initial values for `count` and `maxCount` when the user switches the type control to `number` on the Docs page. (DDS-2694)
|
|
70
|
+
Badge (Storybook): Add icon control to story. (DDS-2694)
|
|
71
|
+
Status Message: Removed the component's fixed height specification, allowing the component's height to be determined by the font size and line height. (DDS-2696)
|
|
72
|
+
Time Picker: Fixed an issue where the input field's content would not automatically clear when an invalid value was programmatically set. (DDS-2716)
|
|
73
|
+
Date Picker: Resolved a bug where the component failed to detect whether the value exceeded the max and min limits when the value was programmatically set. (DDS-2716)
|
|
74
|
+
Date Picker: Improved the screen reader announcement when a user selects a value in the date picker. (DDS-2178)
|
|
75
|
+
Preset Date Range Picker: Update appearance. (DDS-2718)
|
|
76
|
+
Dropdown: Improved the screen reader announcement when a user selects a value in the dropdown. (DDS-2718)
|
|
77
|
+
|
|
78
|
+
- [#296](https://github.com/dsv-rp/DDS/pull/296) [`1522517`](https://github.com/dsv-rp/DDS/commit/1522517ca379caf3cd487c93932eb5ef7d0ed2b2) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Fixed an issue where the menu popup could not be closed on touch devices under certain conditions. (DDS-2736)
|
|
79
|
+
|
|
80
|
+
- [#295](https://github.com/dsv-rp/DDS/pull/295) [`e8739ed`](https://github.com/dsv-rp/DDS/commit/e8739edffde9e6a58bb5b4bb406eb6e2e28362ef) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Toast Notification (Storybook): Changed control type to "date" for `timestamp` property.
|
|
81
|
+
Inline Notification (Storybook): Changed control type to "date" for `timestamp` property.
|
|
82
|
+
|
|
83
|
+
- [#265](https://github.com/dsv-rp/DDS/pull/265) [`f6f39c7`](https://github.com/dsv-rp/DDS/commit/f6f39c751a1a90fc1aca48aed9a774b6e4f7520d) Thanks [@dk-wei](https://github.com/dk-wei)! - Add icon kitchen sink page to the next branch.
|
|
84
|
+
|
|
85
|
+
- [#292](https://github.com/dsv-rp/DDS/pull/292) [`4730869`](https://github.com/dsv-rp/DDS/commit/47308699e3628c4ccd337f4239ef57c45413c551) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Tree: Updated the documentation regarding the `selectedItems` property.
|
|
86
|
+
Tree Section: Updated the documentation regarding the `value` property.
|
|
87
|
+
Tree Item: Updated the documentation regarding the `value` property.
|
|
88
|
+
|
|
89
|
+
- [#272](https://github.com/dsv-rp/DDS/pull/272) [`e0d3723`](https://github.com/dsv-rp/DDS/commit/e0d37231cb0f0ad7fb15b814071014652fc9f359) Thanks [@dk-wei](https://github.com/dk-wei)! - - Add pagination kitchen sink page for next version.
|
|
90
|
+
|
|
91
|
+
- [#279](https://github.com/dsv-rp/DDS/pull/279) [`7b8867a`](https://github.com/dsv-rp/DDS/commit/7b8867af801e71f09a658e805a524be8c5896f04) Thanks [@dk-wei](https://github.com/dk-wei)! - Add radio group kitchen sink page.
|
|
92
|
+
|
|
93
|
+
- [#264](https://github.com/dsv-rp/DDS/pull/264) [`9bc7b5e`](https://github.com/dsv-rp/DDS/commit/9bc7b5efe162e52d1c1c96a959e42b5344cc9c26) Thanks [@dk-wei](https://github.com/dk-wei)! - Add Icon button Kitchen Sink page for next version.
|
|
94
|
+
|
|
95
|
+
- [#301](https://github.com/dsv-rp/DDS/pull/301) [`8f23f0c`](https://github.com/dsv-rp/DDS/commit/8f23f0cffde4670b5eb9727292c1448d44bd65d2) Thanks [@dk-wei](https://github.com/dk-wei)! - Table (Storybook): Added kitchen sink.
|
|
96
|
+
|
|
97
|
+
- [#305](https://github.com/dsv-rp/DDS/pull/305) [`9389443`](https://github.com/dsv-rp/DDS/commit/9389443da3dfff1c07af4217e10aced2506129e4) Thanks [@yodas7](https://github.com/yodas7)! - Avatar: The `type` property is now validated, ensuring correct component state and rendering.
|
|
98
|
+
Avatar: The `avatarAriaExpanded` property now supports `"undefined"` value.
|
|
99
|
+
Badge: The `color` and `type` properties are now validated, ensuring correct component state and rendering.
|
|
100
|
+
Breadcrumb Item: The `type` property is now validated, ensuring correct component state and rendering.
|
|
101
|
+
Button: Added missing documentation about `form` attribute and `formAttr` property.
|
|
102
|
+
Button: The `color`, `size`, `type`, and `variant` properties are now validated, ensuring correct component state and rendering.
|
|
103
|
+
Button: The `buttonAriaExpanded` property now supports `"undefined"` value.
|
|
104
|
+
Calendar: The value of the `value` property is no longer reflected in the attribute.
|
|
105
|
+
Checkbox Group: The `orientation` property is now validated, ensuring correct component state and rendering.
|
|
106
|
+
Checkbox: Added missing documentation about `form`, `name` and `value` attributes.
|
|
107
|
+
Checkbox: The `checkState` and `labelPosition` properties are now validated, ensuring correct component state and rendering.
|
|
108
|
+
Checkbox: The value of the `value` property is no longer reflected in the attribute.
|
|
109
|
+
Combobox: Added missing documentation about `form`, `name` and `value` attributes.
|
|
110
|
+
Combobox: The value of the `value` property is no longer reflected in the attribute.
|
|
111
|
+
Date Picker: Added missing documentation about `form`, `name` and `value` attributes.
|
|
112
|
+
Date Picker: The value of the `value` property is no longer reflected in the attribute.
|
|
113
|
+
Dropdown: Added missing documentation about `form`, `name` and `value` attributes.
|
|
114
|
+
Dropdown: The value of the `value` property is no longer reflected in the attribute.
|
|
115
|
+
Icon Button: Added missing documentation about `form` attribute and `formAttr` property.
|
|
116
|
+
Icon Button: The `color`, `size`, `type`, and `variant` properties are now validated, ensuring correct component state and rendering.
|
|
117
|
+
Icon Button: The `buttonAriaExpanded` property now supports `"undefined"` value.
|
|
118
|
+
Icon: The `color` and `size` properties are now validated, ensuring correct component state and rendering.
|
|
119
|
+
Inline Notification: The `layout` and `status` properties are now validated, ensuring correct component state and rendering.
|
|
120
|
+
List Item: The `type` property is now validated, ensuring correct component state and rendering.
|
|
121
|
+
Loading: The `size` property is now validated, ensuring correct component state and rendering.
|
|
122
|
+
Logo: The `mode` property is now validated, ensuring correct component state and rendering.
|
|
123
|
+
Menu: The `placement`, `popoverValue` and `trigger` properties are now validated, ensuring correct component state and rendering.
|
|
124
|
+
Modal: The `modalRole` property is now validated, ensuring correct component state and rendering.
|
|
125
|
+
Progress Bar: The `size` and `variant` properties are now validated, ensuring correct component state and rendering.
|
|
126
|
+
Progress Indicator Item: The `status` property is now validated, ensuring correct component state and rendering.
|
|
127
|
+
Radio Group: The `orientation` property is now validated, ensuring correct component state and rendering.
|
|
128
|
+
Radio: Added missing documentation about `form`, `name` and `value` attributes.
|
|
129
|
+
Radio: The value of the `value` property is no longer reflected in the attribute.
|
|
130
|
+
Slider: Added missing documentation about `form`, `name` and `value` attributes.
|
|
131
|
+
Slider: The value of the `value` property is no longer reflected in the attribute.
|
|
132
|
+
Status Message: The `size` and `status` properties are now validated, ensuring correct component state and rendering.
|
|
133
|
+
Tab Panels: The value of the `value` property is no longer reflected in the attribute.
|
|
134
|
+
Tab: The `sizing` property is now validated, ensuring correct component state and rendering.
|
|
135
|
+
Tab: The value of the `value` property is no longer reflected in the attribute.
|
|
136
|
+
Tabs: The `sizing` property is now validated, ensuring correct component state and rendering.
|
|
137
|
+
Tabs: The value of the `value` property is no longer reflected in the attribute.
|
|
138
|
+
Table Cell: The `alignment` property is now validated, ensuring correct component state and rendering.
|
|
139
|
+
Table Header Cell: The `alignment` property is now validated, ensuring correct component state and rendering.
|
|
140
|
+
Textarea: Added missing documentation about `form`, `name` and `value` attributes.
|
|
141
|
+
Textarea: The value of the `value` property is no longer reflected in the attribute.
|
|
142
|
+
Text Field: Added missing documentation about `form`, `name` and `value` attributes.
|
|
143
|
+
Text Field: The value of the `value` property is no longer reflected in the attribute.
|
|
144
|
+
Text Masked Field: Added missing documentation about `form`, `name` and `value` attributes.
|
|
145
|
+
Text Masked Field: The value of the `value` property is no longer reflected in the attribute.
|
|
146
|
+
Time Picker: Added missing documentation about `form`, `name` and `value` attributes.
|
|
147
|
+
Time Picker: The value of the `value` property is no longer reflected in the attribute.
|
|
148
|
+
Toast Notification: The `layout` and `status` properties are now validated, ensuring correct component state and rendering.
|
|
149
|
+
Tooltip: The `color`, `placement`, `popoverValue`, and `trigger` properties are now validated, ensuring correct component state and rendering.
|
|
150
|
+
|
|
151
|
+
- [#294](https://github.com/dsv-rp/DDS/pull/294) [`1823167`](https://github.com/dsv-rp/DDS/commit/18231671a77b1d8adbf504445d8a07e6114f2891) Thanks [@dk-wei](https://github.com/dk-wei)! - -Add tree section kitchen sink page.
|
|
152
|
+
|
|
153
|
+
- [#280](https://github.com/dsv-rp/DDS/pull/280) [`d29bc53`](https://github.com/dsv-rp/DDS/commit/d29bc535c1e89371fb56242fe500ac46f187557b) Thanks [@yodas7](https://github.com/yodas7)! - Fix sticky hover appearance on touch devices. (DDS-2676)
|
|
154
|
+
|
|
155
|
+
- [#278](https://github.com/dsv-rp/DDS/pull/278) [`fcd72f5`](https://github.com/dsv-rp/DDS/commit/fcd72f540f62c298fa93c9472f99aebec2f79a60) Thanks [@dk-wei](https://github.com/dk-wei)! - - Add radio kitchen sink page for next version.
|
|
156
|
+
|
|
157
|
+
- [#266](https://github.com/dsv-rp/DDS/pull/266) [`d214c31`](https://github.com/dsv-rp/DDS/commit/d214c31c77e4df43149bac8a1a7c6f7457a3533c) Thanks [@dk-wei](https://github.com/dk-wei)! - Add list item kitchen sink page for next version
|
|
158
|
+
|
|
159
|
+
- [#299](https://github.com/dsv-rp/DDS/pull/299) [`977cac8`](https://github.com/dsv-rp/DDS/commit/977cac81534d6fcf14acffc24ef3650104e3af66) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Date Picker: Added a focus trap. (DDS-2350)
|
|
160
|
+
|
|
161
|
+
- [#286](https://github.com/dsv-rp/DDS/pull/286) [`9e69012`](https://github.com/dsv-rp/DDS/commit/9e6901220162717d03dccdccb92db351282a24e7) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Storybook: Adjusted the Storybook viewport to remove horizontal padding when a story is displayed in a mobile-sized window. (DDS-2724)
|
|
162
|
+
Carousel (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)
|
|
163
|
+
Carousel Item (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)
|
|
164
|
+
Modal Header (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)
|
|
165
|
+
Modal Footer (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)
|
|
166
|
+
Progress Indicator Item: Adjusted minimum width to align with the latest design spec. (DDS-2724)
|
|
167
|
+
Progress Indicator Item (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)
|
|
168
|
+
Tab Panels (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)
|
|
169
|
+
Tree (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)
|
|
170
|
+
|
|
171
|
+
- [#284](https://github.com/dsv-rp/DDS/pull/284) [`9f26649`](https://github.com/dsv-rp/DDS/commit/9f266495174698950393b0c97a304de0899482d9) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Chip (Storybook): Provide a control to manage the text content. (DDS-2538)
|
|
172
|
+
Combobox (Storybook): Fix example code. (DDS-2546)
|
|
173
|
+
Table (Storybook): Fix example code. (DDS-2546)
|
|
174
|
+
Text Mask Field (Storybook): Fix example code. (DDS-2546)
|
|
175
|
+
Dropdown (Storybook): Hide the event handlers in the Controls panel. (DDS-2481)
|
|
176
|
+
Dropdown Item (Storybook): Hide the event handlers in the Controls panel. (DDS-2481)
|
|
177
|
+
Pagination (Storybook): Hide the event handlers in the Controls panel. (DDS-2481)
|
|
178
|
+
Tooltip (Storybook): Hide the event handlers in the Controls panel. (DDS-2481)
|
|
179
|
+
Inline Notification: Update timestamp property's description. (DDS-2579)
|
|
180
|
+
Toast Notification: Update timestamp property's description. (DDS-2579)
|
|
181
|
+
Combobox: Fixed an issue where the selection icon was positioned at the far left edge of the item when an empty string was selected in the ComboBox dropdown. (DDS-2543)
|
|
182
|
+
Combobox: Fixed an accessibility issue regarding the inability to apply `aria-controls` to the ID of an element whose visibility is uncertain. (DDS-2545)
|
|
183
|
+
Dropdown: Fixed an accessibility issue regarding the inability to apply `aria-controls` to the ID of an element whose visibility is uncertain. (DDS-2545)
|
|
184
|
+
Date Picker: Add a disabled story. (DDS-2511)
|
|
185
|
+
|
|
186
|
+
- [#285](https://github.com/dsv-rp/DDS/pull/285) [`7d7d575`](https://github.com/dsv-rp/DDS/commit/7d7d575ebfa497a3ce5b0322014216ec5724dd85) Thanks [@dk-wei](https://github.com/dk-wei)! - Add toggle kitchen sink page.
|
|
187
|
+
|
|
188
|
+
- [#316](https://github.com/dsv-rp/DDS/pull/316) [`0aa7d4f`](https://github.com/dsv-rp/DDS/commit/0aa7d4f7b055c6169b1e46f790c0aa0d9ca4614c) Thanks [@yodas7](https://github.com/yodas7)! - Icon: Updated docs to organize custom icon usage and color customization into dedicated sections.
|
|
189
|
+
|
|
190
|
+
- [#323](https://github.com/dsv-rp/DDS/pull/323) [`9994caa`](https://github.com/dsv-rp/DDS/commit/9994caa66197517b5972958820fa5c19b95eac8f) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Optimized and standardized the text line-break strategy for the following components. (DDS-2792)
|
|
191
|
+
|
|
192
|
+
- Toast Notification
|
|
193
|
+
- Inline Notification
|
|
194
|
+
- Accordion Item
|
|
195
|
+
- Combobox
|
|
196
|
+
- Dropdown
|
|
197
|
+
- List Item
|
|
198
|
+
- Modal Header
|
|
199
|
+
- Status Message
|
|
200
|
+
- Table Cell
|
|
201
|
+
|
|
202
|
+
Combobox (Storybook): Update story name.
|
|
203
|
+
|
|
204
|
+
- [#319](https://github.com/dsv-rp/DDS/pull/319) [`71555cd`](https://github.com/dsv-rp/DDS/commit/71555cdb79a9587c527c2c6a718d2ced8c3b90ca) Thanks [@dk-wei](https://github.com/dk-wei)! - Inline Notification (Storybook): Added kitchen sink page.
|
|
205
|
+
|
|
206
|
+
- [#297](https://github.com/dsv-rp/DDS/pull/297) [`50cbe34`](https://github.com/dsv-rp/DDS/commit/50cbe344469c1137f7ff8705e78200dcabd96268) Thanks [@dk-wei](https://github.com/dk-wei)! - Date Picker (Storybook): Fix component size on kitchen sink.
|
|
207
|
+
|
|
208
|
+
- [#321](https://github.com/dsv-rp/DDS/pull/321) [`00d1bda`](https://github.com/dsv-rp/DDS/commit/00d1bda09ebb8b6b95c5d9b96204d4f20166c7b4) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Breadcrumb: Fixed an issue where the collapsed state was not correctly displayed when changing the type of the breadcrumb story. (DDS-2793)
|
|
209
|
+
|
|
210
|
+
- [#290](https://github.com/dsv-rp/DDS/pull/290) [`7df4f58`](https://github.com/dsv-rp/DDS/commit/7df4f583fb3153aae478da6673183e8c2189e737) Thanks [@dk-wei](https://github.com/dk-wei)! - Add tree kitchen sink page for next branch.
|
|
211
|
+
|
|
212
|
+
- [#267](https://github.com/dsv-rp/DDS/pull/267) [`e117a24`](https://github.com/dsv-rp/DDS/commit/e117a24096cee964e40948350c283153ea88f704) Thanks [@dk-wei](https://github.com/dk-wei)! - Add list kitchen sink page for DDS new version.
|
|
213
|
+
|
|
3
214
|
## 1.4.0-next.1
|
|
4
215
|
|
|
5
216
|
### Minor Changes
|