@daikin-oss/design-system-web-components 2.0.0-next.2 → 2.0.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,93 @@
1
1
  # @daikin-oss/design-system-web-components
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#483](https://github.com/dsv-rp/DDS/pull/483) [`456d753`](https://github.com/dsv-rp/DDS/commit/456d7538923b23b336606a71697388f5e930bc8d) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Global: Imported new tokens for density support. (DDS-3243)
8
+
9
+ - [#477](https://github.com/dsv-rp/DDS/pull/477) [`64e29ad`](https://github.com/dsv-rp/DDS/commit/64e29ad64e2e51464d876dc776c3b29fc311b793) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Text Field: Introduced the `stepMode` prop ( `"free"` | `"snap"` ) for `type="number"` . **The default behavior has changed from `"snap"` to `"free"` .**
10
+
11
+ - `"free"` (New Default): Does not snap to step boundaries; increments/decrements relative to the current value.
12
+ - `"snap"` (Previous Behavior): If the current value is off a step boundary, snaps to the next/previous step boundary in the specified direction (and finishes without applying an extra step).
13
+
14
+ ### Minor Changes
15
+
16
+ - [#475](https://github.com/dsv-rp/DDS/pull/475) [`e38ba79`](https://github.com/dsv-rp/DDS/commit/e38ba794e526b28d8eb75d1abaaac329991b0f25) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Input Group: Added the orientation prop to the Input Group component, enabling flexible switching between vertical and horizontal layouts. (DDS-3224)
17
+ Date Range Picker (Recipe): Add horizontal layouts. (DDS-3224)
18
+ Date Time Range Picker (Recipe): Add horizontal layouts. (DDS-3224)
19
+ File Input (Recipe): Add horizontal layouts. (DDS-3224)
20
+
21
+ - [#485](https://github.com/dsv-rp/DDS/pull/485) [`711d301`](https://github.com/dsv-rp/DDS/commit/711d3018c8f7df70a06cb2ac490593332bf11a7d) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Chip: Add color property for input type and persistent property to control the display of close button. (DDS-3281)
22
+ Tag: Add color property and update close button's appearance. (DDS-3281)
23
+
24
+ - [#473](https://github.com/dsv-rp/DDS/pull/473) [`93c9428`](https://github.com/dsv-rp/DDS/commit/93c9428da873b87bc1a5084ce850b7f0341aec10) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Date Picker: Add `locale` property to control the display language of the calendar popup. (DDS-3219)
25
+ Calendar: Add `locale` property to control the display language. (DDS-3219)
26
+
27
+ - [#467](https://github.com/dsv-rp/DDS/pull/467) [`2bc27e3`](https://github.com/dsv-rp/DDS/commit/2bc27e34d488cd19fec7c402acdf43d3dbe71fd9) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Data Display: Implemented data-binding logic synced with pagination changes. (DDS-3199)
28
+
29
+ - [#483](https://github.com/dsv-rp/DDS/pull/483) [`456d753`](https://github.com/dsv-rp/DDS/commit/456d7538923b23b336606a71697388f5e930bc8d) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Added a left icon slot to the following components to support custom icons.
30
+
31
+ - Dropdown
32
+ - Combobox
33
+ - Accordion
34
+ - Tree
35
+ - Breadcrumb
36
+ - Modal
37
+ - Progress Bar
38
+
39
+ Combobox: Fixed incorrect placeholder color in the disabled state. (DDS-3341)
40
+
41
+ - [#482](https://github.com/dsv-rp/DDS/pull/482) [`17fd7d2`](https://github.com/dsv-rp/DDS/commit/17fd7d2c2235162e466b7c28fdf28df8c6b9b28c) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Added support for Readonly visual styles and interactions across the following components:
42
+
43
+ - Checkbox
44
+ - Checkbox Group
45
+ - Combobox
46
+ - Date Picker
47
+ - Dropdown
48
+ - Radio
49
+ - Radio Group
50
+ - Select
51
+ - Slider
52
+ - Text Area
53
+ - Text Field
54
+ - Text Masked Field
55
+ - Time Picker
56
+ - Toggle
57
+
58
+ - [#479](https://github.com/dsv-rp/DDS/pull/479) [`e05f087`](https://github.com/dsv-rp/DDS/commit/e05f087a762f06ed905060f7c1a8bdc86fb0adee) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Navigation: Navigation: Add `horizontal-padding` property to adjust the horizontal padding of all navigation items (DDS-3194)
59
+
60
+ ### Patch Changes
61
+
62
+ - [#478](https://github.com/dsv-rp/DDS/pull/478) [`6fd92c8`](https://github.com/dsv-rp/DDS/commit/6fd92c87c7dd359f83a0797e988795aeaf6b12e6) Thanks [@dk-wei](https://github.com/dk-wei)! - Vertical Navigation: Add Vertical Navigation item type as a new section component and enhance its design specifications.(DDS-3229)
63
+
64
+ - [#474](https://github.com/dsv-rp/DDS/pull/474) [`e2bb37a`](https://github.com/dsv-rp/DDS/commit/e2bb37a051cfbeec17595fbf0b22cb88061823cc) Thanks [@dk-wei](https://github.com/dk-wei)! - Table: Add sticky header and column width adjustment for table.(DDS-3248)
65
+
66
+ - [#455](https://github.com/dsv-rp/DDS/pull/455) [`9ca4d36`](https://github.com/dsv-rp/DDS/commit/9ca4d3608fa39023fab79e70da96eb42396484e7) Thanks [@dk-wei](https://github.com/dk-wei)! - Pagination: Add responsive for pagination. (DDS-3060)
67
+
68
+ - [#476](https://github.com/dsv-rp/DDS/pull/476) [`2c52dbf`](https://github.com/dsv-rp/DDS/commit/2c52dbfb7c149544b031f493a5e82288eb9ad2a5) Thanks [@dk-wei](https://github.com/dk-wei)! - Input Group Text Area: Fix resizable behavior and max-count indicator position issue. [DDS-3286]
69
+
70
+ - [#480](https://github.com/dsv-rp/DDS/pull/480) [`3abfeca`](https://github.com/dsv-rp/DDS/commit/3abfeca8a459f72e58930c95022d3a5e5672c8b0) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - List (Storybook): Update Default story. (DDS-3265)
71
+ List Item (Storybook): Update Default story. (DDS-3265)
72
+ Menu (Storybook): Update Default story. (DDS-3265)
73
+
74
+ - [#492](https://github.com/dsv-rp/DDS/pull/492) [`f27af4f`](https://github.com/dsv-rp/DDS/commit/f27af4fb93f1c21c8c2689d6811824de5a1e4f03) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Chore: Skipping version 2.0.0-next.0 and bumping to next.1 due to a version collision on the npm registry.
75
+
76
+ - [#494](https://github.com/dsv-rp/DDS/pull/494) [`81e27e4`](https://github.com/dsv-rp/DDS/commit/81e27e4c1c768f3855ef9f1a0649a79d83ca5177) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Skipping version 2.0.0-next.1 and bumping to next.2 due to a version collision on the npm registry.
77
+
78
+ - [#468](https://github.com/dsv-rp/DDS/pull/468) [`ff2699a`](https://github.com/dsv-rp/DDS/commit/ff2699aea35c41750c94543c1e8d333c91e8e174) Thanks [@dk-wei](https://github.com/dk-wei)! - Dropdown: Fix dropdown open-close event issue.(DDS-3251)
79
+
80
+ - [#463](https://github.com/dsv-rp/DDS/pull/463) [`f50718c`](https://github.com/dsv-rp/DDS/commit/f50718c8100e1a3f316a515e944792f2b338d1af) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Date Picker: Improve IME compatibility for digit input (DDS-3206)
81
+ Date Picker: `value` is now `""` while the input is incomplete (any placeholder remains). Previously a stale valid date could persist during editing.
82
+ Date Picker: Out-of-range dates now set `value` (with `error=true`). Previously `value` was left unchanged when out of range.
83
+ Date Picker: Typing `0` as the first month/day digit now waits for a second digit instead of being silently ignored. Fixes sequential IME input (e.g. `20250102`).
84
+ Time Picker: Improve IME compatibility for digit input (DDS-3206)
85
+ Time Picker: `value` is now `""` in intermediate states where a stale value could persist: placeholder display, h12 before AM/PM is selected, and h12 when the first hour digit is `0`.
86
+
87
+ - [#465](https://github.com/dsv-rp/DDS/pull/465) [`aa642b2`](https://github.com/dsv-rp/DDS/commit/aa642b2431df94253bc7e4a32d0adfc51c80cb6f) Thanks [@dk-wei](https://github.com/dk-wei)! - Logo: Change dark mode color (DDS-3177).
88
+
89
+ - [#464](https://github.com/dsv-rp/DDS/pull/464) [`f462701`](https://github.com/dsv-rp/DDS/commit/f462701749c5db8a15f26093ae22e31f2f3a1096) Thanks [@dk-wei](https://github.com/dk-wei)! - Time Picker: Add 24-hour clock support for the Time Picker. (DDS-3182)
90
+
3
91
  ## 2.0.0-next.2
4
92
 
5
93
  ### Patch Changes