# @daikin-oss/design-system-web-components

## 1.5.2

### Patch Changes

- [#398](https://github.com/dsv-rp/DDS/pull/398) [`65a352d`](https://github.com/dsv-rp/DDS/commit/65a352dbd6d59af7d59b9bf5f1669296fd9cd7a2) Thanks [@yodas7](https://github.com/yodas7)! - Added `focus()` method override to delegate focus to the inner focusable element via the host element.

  - Breadcrumb Item
  - Checkbox
  - Date Picker
  - Link
  - Slider
  - Table Header Cell
  - Text Area
  - Text Field
  - Text Masked Field
  - Time Picker
  - Toggle

- [#399](https://github.com/dsv-rp/DDS/pull/399) [`38579fe`](https://github.com/dsv-rp/DDS/commit/38579fe1b71103817ca3dbb28f516a1929b0f2ef) Thanks [@dk-wei](https://github.com/dk-wei)! - Navigation (Storybook): Added kitchen sink page.

- [#402](https://github.com/dsv-rp/DDS/pull/402) [`7c71f50`](https://github.com/dsv-rp/DDS/commit/7c71f50b7a00c5195b42e5a8ce20d84c2a3dbdcb) Thanks [@dk-wei](https://github.com/dk-wei)! - Modal Footer (Storybook): Added kitchen sink page.

- [#394](https://github.com/dsv-rp/DDS/pull/394) [`dd7b1d3`](https://github.com/dsv-rp/DDS/commit/dd7b1d35f2286b500356c7a6fbe5d2790cb4ad78) Thanks [@dk-wei](https://github.com/dk-wei)! - Tag (Storybook): Added kitchen sink page.

- [#381](https://github.com/dsv-rp/DDS/pull/381) [`a89336c`](https://github.com/dsv-rp/DDS/commit/a89336c3016930fda3de0cf9aa62c9065a1a30cb) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Unified the text wrapping strategy within the following components. (DDS-2959)

  - Card Header
  - Checkbox
  - Link
  - Progress Bar
  - Progress Indicator Item
  - Radio Button
  - Table Header Cell
  - Tree Item

  Table Header: Fixed an issue where the left icon was being compressed when the text was too long. (DDS-2963)
  Fixed an issue where the content shifted when toggling the component borders. (DDS-2960)

  - Card
  - Accordion
  - Icon Button
  - Button

- [#397](https://github.com/dsv-rp/DDS/pull/397) [`311297a`](https://github.com/dsv-rp/DDS/commit/311297a587ea23578f414f8e55011bc0e33f206d) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Menu: Prevent the menu from flipping or shifting when used with a navigation item. (DDS-2978)

## 1.5.2-next.0

### Patch Changes

- [#398](https://github.com/dsv-rp/DDS/pull/398) [`65a352d`](https://github.com/dsv-rp/DDS/commit/65a352dbd6d59af7d59b9bf5f1669296fd9cd7a2) Thanks [@yodas7](https://github.com/yodas7)! - Added `focus()` method override to delegate focus to the inner focusable element via the host element.

  - Breadcrumb Item
  - Checkbox
  - Date Picker
  - Link
  - Slider
  - Table Header Cell
  - Text Area
  - Text Field
  - Text Masked Field
  - Time Picker
  - Toggle

- [#399](https://github.com/dsv-rp/DDS/pull/399) [`38579fe`](https://github.com/dsv-rp/DDS/commit/38579fe1b71103817ca3dbb28f516a1929b0f2ef) Thanks [@dk-wei](https://github.com/dk-wei)! - Navigation (Storybook): Added kitchen sink page.

- [#402](https://github.com/dsv-rp/DDS/pull/402) [`7c71f50`](https://github.com/dsv-rp/DDS/commit/7c71f50b7a00c5195b42e5a8ce20d84c2a3dbdcb) Thanks [@dk-wei](https://github.com/dk-wei)! - Modal Footer (Storybook): Added kitchen sink page.

- [#394](https://github.com/dsv-rp/DDS/pull/394) [`dd7b1d3`](https://github.com/dsv-rp/DDS/commit/dd7b1d35f2286b500356c7a6fbe5d2790cb4ad78) Thanks [@dk-wei](https://github.com/dk-wei)! - Tag (Storybook): Added kitchen sink page.

- [#381](https://github.com/dsv-rp/DDS/pull/381) [`a89336c`](https://github.com/dsv-rp/DDS/commit/a89336c3016930fda3de0cf9aa62c9065a1a30cb) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Unified the text wrapping strategy within the following components. (DDS-2959)

  - Card Header
  - Checkbox
  - Link
  - Progress Bar
  - Progress Indicator Item
  - Radio Button
  - Table Header Cell
  - Tree Item

  Table Header: Fixed an issue where the left icon was being compressed when the text was too long. (DDS-2963)
  Fixed an issue where the content shifted when toggling the component borders. (DDS-2960)

  - Card
  - Accordion
  - Icon Button
  - Button

- [#397](https://github.com/dsv-rp/DDS/pull/397) [`311297a`](https://github.com/dsv-rp/DDS/commit/311297a587ea23578f414f8e55011bc0e33f206d) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Menu: Prevent the menu from flipping or shifting when used with a navigation item. (DDS-2978)

## 1.5.1

### Patch Changes

- [#383](https://github.com/dsv-rp/DDS/pull/383) [`27e3efb`](https://github.com/dsv-rp/DDS/commit/27e3efbbfe89cacf5153686cc3f333df98bbd6a3) Thanks [@yodas7](https://github.com/yodas7)! - Fix a styling issue where some styles break when this library is used in products that do not use Tailwind CSS 4.

  This keeps Shadow DOM fallback styles available by unwrapping `@supports` rules inside the `properties` layer and removing unsupported `@property` at-rules.

- [#387](https://github.com/dsv-rp/DDS/pull/387) [`5dc44bc`](https://github.com/dsv-rp/DDS/commit/5dc44bcdd26745a67eaba649eea30001a58d49a4) Thanks [@yodas7](https://github.com/yodas7)! - Fix automated release not working on certain situations.

- [#380](https://github.com/dsv-rp/DDS/pull/380) [`1071880`](https://github.com/dsv-rp/DDS/commit/10718803adef26c8cf257f8b4806897c0b801140) Thanks [@dk-wei](https://github.com/dk-wei)! - Text Masked Field Kitchen Sink: Change default icon type and fix icon color issue.

## 1.5.1-next.1

### Patch Changes

- [`5dc44bc`](https://github.com/dsv-rp/DDS/commit/5dc44bcdd26745a67eaba649eea30001a58d49a4) Thanks [@yodas7](https://github.com/yodas7)! - Fix automated release not working on certain situations.

## 1.5.1-next.0

### Patch Changes

- [#383](https://github.com/dsv-rp/DDS/pull/383) [`27e3efb`](https://github.com/dsv-rp/DDS/commit/27e3efbbfe89cacf5153686cc3f333df98bbd6a3) Thanks [@yodas7](https://github.com/yodas7)! - Fix a styling issue where some styles break when this library is used in products that do not use Tailwind CSS 4.

  This keeps Shadow DOM fallback styles available by unwrapping `@supports` rules inside the `properties` layer and removing unsupported `@property` at-rules.

- [#380](https://github.com/dsv-rp/DDS/pull/380) [`1071880`](https://github.com/dsv-rp/DDS/commit/10718803adef26c8cf257f8b4806897c0b801140) Thanks [@dk-wei](https://github.com/dk-wei)! - Text Masked Field Kitchen Sink: Change default icon type and fix icon color issue.

## 1.5.0

### Minor Changes

- [#362](https://github.com/dsv-rp/DDS/pull/362) [`c4540bb`](https://github.com/dsv-rp/DDS/commit/c4540bbe5cc662728f8326b0c30b234f4467100d) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Navigation: Add new Navigation component. (DDS-2899)
  Navigation Item: Add new Navigation Item component. (DDS-2899)

- [#358](https://github.com/dsv-rp/DDS/pull/358) [`6f06d44`](https://github.com/dsv-rp/DDS/commit/6f06d4452459e8108a565f1e287a137cd51e4476) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Chip: Add new filter type for chip component. (DDS-2886)
  Chip: Add new fill variant for input chip component. (DDS-2886)

- [#352](https://github.com/dsv-rp/DDS/pull/352) [`84974c2`](https://github.com/dsv-rp/DDS/commit/84974c2c6908f8aff04fe7d078ef98542262f901) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Empty State: Add Empty State Component. (DDS-2862)
  Table: Added a slot for rendering an ​empty state component​. (DDS-2862)
  Data Display (Recipe): Add a story for empty state. (DDS-2862)

- [#361](https://github.com/dsv-rp/DDS/pull/361) [`e8ae396`](https://github.com/dsv-rp/DDS/commit/e8ae3962e8363c2778be27c3f7a58aed8745bac2) Thanks [@yodas7](https://github.com/yodas7)! - Build: Added Custom Elements Manifest generation. The package now includes a `custom-elements.json` file that provides metadata about the web components, generated using `@custom-elements-manifest/analyzer`.

- [#334](https://github.com/dsv-rp/DDS/pull/334) [`dd2b1c4`](https://github.com/dsv-rp/DDS/commit/dd2b1c469886eade5e40bec973c72a5bd4b03cae) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Chore: Update tailwindcss version from v3 to v4. (DDS-2824)
  Combobox: Corrected the issue where the placeholder font color was too faint.
  Select: Fixed the Select component color in the disabled state.
  Breadcrumb: Fixed breadcrumb's padding top and bottom width.

- [#356](https://github.com/dsv-rp/DDS/pull/356) [`e0483cc`](https://github.com/dsv-rp/DDS/commit/e0483cc044e3645ca576db88f0819133b181dbaf) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Accordion: Add border variant to accordion component. (DDS-2885)

- [#341](https://github.com/dsv-rp/DDS/pull/341) [`7e323f9`](https://github.com/dsv-rp/DDS/commit/7e323f9b2a426456504265118a1685cb35f4ce37) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Card (Storybook): Updated the story variants to ensure consistency with the Figma specifications. (DDS-2859)

- [#357](https://github.com/dsv-rp/DDS/pull/357) [`9263063`](https://github.com/dsv-rp/DDS/commit/92630631896e7a38d0eb7d84d89bc9c65b03fbdf) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Tag: Add Tag component. (DDS-2903)
  Input File: Add Input File recipe. (DDS-2837)

### Patch Changes

- [#367](https://github.com/dsv-rp/DDS/pull/367) [`1c20b0a`](https://github.com/dsv-rp/DDS/commit/1c20b0a224933beacc01a205712027c5bcadb4ed) Thanks [@yodas7](https://github.com/yodas7)! - Set `cursor: pointer` for clickable button elements. (DDS-2927)

- [#350](https://github.com/dsv-rp/DDS/pull/350) [`c8f4873`](https://github.com/dsv-rp/DDS/commit/c8f48731fcfabfb4b55435ba5181c6c2cc5fb7dc) Thanks [@dk-wei](https://github.com/dk-wei)! - Tab panels (Storybook): Added kitchen sink page.

- [#365](https://github.com/dsv-rp/DDS/pull/365) [`b9c0a07`](https://github.com/dsv-rp/DDS/commit/b9c0a07c2dfcd34ce987ece2bc018e236e3bda70) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Breadcrumb Item: Fixed missing aria-haspopup and aria-expanded attributes in the Breadcrumb's ellipsis variant. (DDS-2926)

- [#360](https://github.com/dsv-rp/DDS/pull/360) [`a8daf3e`](https://github.com/dsv-rp/DDS/commit/a8daf3eb12e717fb4812dcaba9f15da82ee131f6) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Accordion: Fixed an issue where users could focus content within a closed accordion. (DDS-2909)

- [#363](https://github.com/dsv-rp/DDS/pull/363) [`1b7198f`](https://github.com/dsv-rp/DDS/commit/1b7198f7718dcef0bf0bb4ef4a71b3460024d0bf) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Modal: Add CSS part to allow users to adjust the modal size. (DDS-2916)
  Modal: Updated default sizing behavior. Minimum and maximum dimensions are now enforced based on the viewport size. (DDS-2916)

- [#342](https://github.com/dsv-rp/DDS/pull/342) [`8cbfeea`](https://github.com/dsv-rp/DDS/commit/8cbfeeaa8b213ae5d956a97fe4901f72517c7393) Thanks [@dk-wei](https://github.com/dk-wei)! - Text masked field (Storybook): Added kitchen sink page.

- [#339](https://github.com/dsv-rp/DDS/pull/339) [`97cf6bb`](https://github.com/dsv-rp/DDS/commit/97cf6bb07a5bca90264db6f72b0a74a9b1d5aa29) Thanks [@dk-wei](https://github.com/dk-wei)! - Time picker (Storybook): Added kitchen sink page.

- [#373](https://github.com/dsv-rp/DDS/pull/373) [`bfdacc5`](https://github.com/dsv-rp/DDS/commit/bfdacc537a7f0fc0c18dceadf0bbd47b8c755a40) Thanks [@dk-wei](https://github.com/dk-wei)! - Navigation Item (Storybook): Added kitchen sink page.

- [#332](https://github.com/dsv-rp/DDS/pull/332) [`47cd295`](https://github.com/dsv-rp/DDS/commit/47cd295b3c1737917d49d4ae981e09969b481810) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Create THIRDPARTY.txt for third-party library licenses. (DDS-2801)
  Storybook: Serve /thirdparty.txt for third-party library licenses. (DDS-2801)

- [#364](https://github.com/dsv-rp/DDS/pull/364) [`259eefe`](https://github.com/dsv-rp/DDS/commit/259eefe83297c31109b7b7c5a6efbd03c5fbef0d) Thanks [@dk-wei](https://github.com/dk-wei)! - Empty State (Storybook): Added kitchen sink page.

- [#370](https://github.com/dsv-rp/DDS/pull/370) [`3d4b78b`](https://github.com/dsv-rp/DDS/commit/3d4b78b30757801851d27cfa4e01801869065e9b) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Storybook: Fixed an issue where the color switcher state resets unexpectedly in the docs. (DDS-2919)

- [#343](https://github.com/dsv-rp/DDS/pull/343) [`b797b32`](https://github.com/dsv-rp/DDS/commit/b797b32bf93b1fafa44e240ae7499dcefda2c8fa) Thanks [@dk-wei](https://github.com/dk-wei)! - Chip (Storybook): Added kitchen sink page.

- [#368](https://github.com/dsv-rp/DDS/pull/368) [`febb1b1`](https://github.com/dsv-rp/DDS/commit/febb1b1828b9d7226e6f23b5f88b48bde2437a5c) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Tree Section: Adjust arrow icon position in tree section. (DDS-2928)

- [#354](https://github.com/dsv-rp/DDS/pull/354) [`2376b98`](https://github.com/dsv-rp/DDS/commit/2376b98bf2216ee45297a744276a957547f9b95d) Thanks [@yodas7](https://github.com/yodas7)! - Added SPA navigation helper utilities, importable from `@daikin-oss/design-system-web-components/navigation.js`.

- [#359](https://github.com/dsv-rp/DDS/pull/359) [`d2395fa`](https://github.com/dsv-rp/DDS/commit/d2395fa24e58f1b66cfdfab942e174dc10bbbdde) Thanks [@yodas7](https://github.com/yodas7)! - Calendar: Fix wrong weekday displayed in certain timezones. (DDS-2907)

- [#351](https://github.com/dsv-rp/DDS/pull/351) [`85bb55c`](https://github.com/dsv-rp/DDS/commit/85bb55c4f3b3359f01b433e277d945bf8763ff98) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Toast Notification: Update text wrapping behavior. (DDS-2849)

- [#355](https://github.com/dsv-rp/DDS/pull/355) [`3341ca0`](https://github.com/dsv-rp/DDS/commit/3341ca0878135f41e32bfe4eef0cd6a72870331a) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Tabs: Corrected some inaccuracies in the documentation. (DDS-2868)

- [#353](https://github.com/dsv-rp/DDS/pull/353) [`56b7724`](https://github.com/dsv-rp/DDS/commit/56b77248bc5e696401820847ab06cbc6f4986b1d) Thanks [@dk-wei](https://github.com/dk-wei)! - Table header cell (Storybook): Added kitchen sink page.

## 1.5.0-next.0

### Minor Changes

- [#362](https://github.com/dsv-rp/DDS/pull/362) [`c4540bb`](https://github.com/dsv-rp/DDS/commit/c4540bbe5cc662728f8326b0c30b234f4467100d) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Navigation: Add new Navigation component. (DDS-2899)
  Navigation Item: Add new Navigation Item component. (DDS-2899)

- [#358](https://github.com/dsv-rp/DDS/pull/358) [`6f06d44`](https://github.com/dsv-rp/DDS/commit/6f06d4452459e8108a565f1e287a137cd51e4476) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Chip: Add new filter type for chip component. (DDS-2886)
  Chip: Add new fill variant for input chip component. (DDS-2886)

- [#352](https://github.com/dsv-rp/DDS/pull/352) [`84974c2`](https://github.com/dsv-rp/DDS/commit/84974c2c6908f8aff04fe7d078ef98542262f901) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Empty State: Add Empty State Component. (DDS-2862)
  Table: Added a slot for rendering an ​empty state component​. (DDS-2862)
  Data Display (Recipe): Add a story for empty state. (DDS-2862)

- [#361](https://github.com/dsv-rp/DDS/pull/361) [`e8ae396`](https://github.com/dsv-rp/DDS/commit/e8ae3962e8363c2778be27c3f7a58aed8745bac2) Thanks [@yodas7](https://github.com/yodas7)! - Build: Added Custom Elements Manifest generation. The package now includes a `custom-elements.json` file that provides metadata about the web components, generated using `@custom-elements-manifest/analyzer`.

- [#334](https://github.com/dsv-rp/DDS/pull/334) [`dd2b1c4`](https://github.com/dsv-rp/DDS/commit/dd2b1c469886eade5e40bec973c72a5bd4b03cae) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Chore: Update tailwindcss version from v3 to v4. (DDS-2824)
  Combobox: Corrected the issue where the placeholder font color was too faint.
  Select: Fixed the Select component color in the disabled state.
  Breadcrumb: Fixed breadcrumb's padding top and bottom width.

- [#356](https://github.com/dsv-rp/DDS/pull/356) [`e0483cc`](https://github.com/dsv-rp/DDS/commit/e0483cc044e3645ca576db88f0819133b181dbaf) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Accordion: Add border variant to accordion component. (DDS-2885)

- [#341](https://github.com/dsv-rp/DDS/pull/341) [`7e323f9`](https://github.com/dsv-rp/DDS/commit/7e323f9b2a426456504265118a1685cb35f4ce37) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Card (Storybook): Updated the story variants to ensure consistency with the Figma specifications. (DDS-2859)

- [#357](https://github.com/dsv-rp/DDS/pull/357) [`9263063`](https://github.com/dsv-rp/DDS/commit/92630631896e7a38d0eb7d84d89bc9c65b03fbdf) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Tag: Add Tag component. (DDS-2903)
  Input File: Add Input File recipe. (DDS-2837)

### Patch Changes

- [#367](https://github.com/dsv-rp/DDS/pull/367) [`1c20b0a`](https://github.com/dsv-rp/DDS/commit/1c20b0a224933beacc01a205712027c5bcadb4ed) Thanks [@yodas7](https://github.com/yodas7)! - Set `cursor: pointer` for clickable button elements. (DDS-2927)

- [#350](https://github.com/dsv-rp/DDS/pull/350) [`c8f4873`](https://github.com/dsv-rp/DDS/commit/c8f48731fcfabfb4b55435ba5181c6c2cc5fb7dc) Thanks [@dk-wei](https://github.com/dk-wei)! - Tab panels (Storybook): Added kitchen sink page.

- [#365](https://github.com/dsv-rp/DDS/pull/365) [`b9c0a07`](https://github.com/dsv-rp/DDS/commit/b9c0a07c2dfcd34ce987ece2bc018e236e3bda70) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Breadcrumb Item: Fixed missing aria-haspopup and aria-expanded attributes in the Breadcrumb's ellipsis variant. (DDS-2926)

- [#360](https://github.com/dsv-rp/DDS/pull/360) [`a8daf3e`](https://github.com/dsv-rp/DDS/commit/a8daf3eb12e717fb4812dcaba9f15da82ee131f6) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Accordion: Fixed an issue where users could focus content within a closed accordion. (DDS-2909)

- [#363](https://github.com/dsv-rp/DDS/pull/363) [`1b7198f`](https://github.com/dsv-rp/DDS/commit/1b7198f7718dcef0bf0bb4ef4a71b3460024d0bf) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Modal: Add CSS part to allow users to adjust the modal size. (DDS-2916)
  Modal: Updated default sizing behavior. Minimum and maximum dimensions are now enforced based on the viewport size. (DDS-2916)

- [#342](https://github.com/dsv-rp/DDS/pull/342) [`8cbfeea`](https://github.com/dsv-rp/DDS/commit/8cbfeeaa8b213ae5d956a97fe4901f72517c7393) Thanks [@dk-wei](https://github.com/dk-wei)! - Text masked field (Storybook): Added kitchen sink page.

- [#339](https://github.com/dsv-rp/DDS/pull/339) [`97cf6bb`](https://github.com/dsv-rp/DDS/commit/97cf6bb07a5bca90264db6f72b0a74a9b1d5aa29) Thanks [@dk-wei](https://github.com/dk-wei)! - Time picker (Storybook): Added kitchen sink page.

- [#373](https://github.com/dsv-rp/DDS/pull/373) [`bfdacc5`](https://github.com/dsv-rp/DDS/commit/bfdacc537a7f0fc0c18dceadf0bbd47b8c755a40) Thanks [@dk-wei](https://github.com/dk-wei)! - Navigation Item (Storybook): Added kitchen sink page.

- [#332](https://github.com/dsv-rp/DDS/pull/332) [`47cd295`](https://github.com/dsv-rp/DDS/commit/47cd295b3c1737917d49d4ae981e09969b481810) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Create THIRDPARTY.txt for third-party library licenses. (DDS-2801)
  Storybook: Serve /thirdparty.txt for third-party library licenses. (DDS-2801)

- [#364](https://github.com/dsv-rp/DDS/pull/364) [`259eefe`](https://github.com/dsv-rp/DDS/commit/259eefe83297c31109b7b7c5a6efbd03c5fbef0d) Thanks [@dk-wei](https://github.com/dk-wei)! - Empty State (Storybook): Added kitchen sink page.

- [#370](https://github.com/dsv-rp/DDS/pull/370) [`3d4b78b`](https://github.com/dsv-rp/DDS/commit/3d4b78b30757801851d27cfa4e01801869065e9b) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Storybook: Fixed an issue where the color switcher state resets unexpectedly in the docs. (DDS-2919)

- [#343](https://github.com/dsv-rp/DDS/pull/343) [`b797b32`](https://github.com/dsv-rp/DDS/commit/b797b32bf93b1fafa44e240ae7499dcefda2c8fa) Thanks [@dk-wei](https://github.com/dk-wei)! - Chip (Storybook): Added kitchen sink page.

- [#368](https://github.com/dsv-rp/DDS/pull/368) [`febb1b1`](https://github.com/dsv-rp/DDS/commit/febb1b1828b9d7226e6f23b5f88b48bde2437a5c) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Tree Section: Adjust arrow icon position in tree section. (DDS-2928)

- [#354](https://github.com/dsv-rp/DDS/pull/354) [`2376b98`](https://github.com/dsv-rp/DDS/commit/2376b98bf2216ee45297a744276a957547f9b95d) Thanks [@yodas7](https://github.com/yodas7)! - Added SPA navigation helper utilities, importable from `@daikin-oss/design-system-web-components/navigation.js`.

- [#359](https://github.com/dsv-rp/DDS/pull/359) [`d2395fa`](https://github.com/dsv-rp/DDS/commit/d2395fa24e58f1b66cfdfab942e174dc10bbbdde) Thanks [@yodas7](https://github.com/yodas7)! - Calendar: Fix wrong weekday displayed in certain timezones. (DDS-2907)

- [#351](https://github.com/dsv-rp/DDS/pull/351) [`85bb55c`](https://github.com/dsv-rp/DDS/commit/85bb55c4f3b3359f01b433e277d945bf8763ff98) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Toast Notification: Update text wrapping behavior. (DDS-2849)

- [#355](https://github.com/dsv-rp/DDS/pull/355) [`3341ca0`](https://github.com/dsv-rp/DDS/commit/3341ca0878135f41e32bfe4eef0cd6a72870331a) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Tabs: Corrected some inaccuracies in the documentation. (DDS-2868)

- [#353](https://github.com/dsv-rp/DDS/pull/353) [`56b7724`](https://github.com/dsv-rp/DDS/commit/56b77248bc5e696401820847ab06cbc6f4986b1d) Thanks [@dk-wei](https://github.com/dk-wei)! - Table header cell (Storybook): Added kitchen sink page.

## 1.4.1

### Patch Changes

- [#335](https://github.com/dsv-rp/DDS/pull/335) [`3f8c4d5`](https://github.com/dsv-rp/DDS/commit/3f8c4d5a898515a68650c8b421b41a8e8e4559e0) Thanks [@dk-wei](https://github.com/dk-wei)! - Status Message (Storybook): Added kitchen sink page.

- [#337](https://github.com/dsv-rp/DDS/pull/337) [`bdca63f`](https://github.com/dsv-rp/DDS/commit/bdca63f597f5cc666eb43ff87730467ade7c734f) Thanks [@yodas7](https://github.com/yodas7)! - Inline Notification: Added an experimental notice to documentation (DDS-2803)

- [#333](https://github.com/dsv-rp/DDS/pull/333) [`d1b01ac`](https://github.com/dsv-rp/DDS/commit/d1b01acfdb32cd1fbd8f4bb7cfd5fb7117fbe4af) Thanks [@dk-wei](https://github.com/dk-wei)! - Logo (Storybook): Added kitchen sink page.

- [#336](https://github.com/dsv-rp/DDS/pull/336) [`0f911da`](https://github.com/dsv-rp/DDS/commit/0f911dac258b90f036d3e104c047a70ab19ba265) Thanks [@dk-wei](https://github.com/dk-wei)! - Modal Header (Storybook): Added kitchen sink page.

## 1.4.1-next.0

### Patch Changes

- [#335](https://github.com/dsv-rp/DDS/pull/335) [`3f8c4d5`](https://github.com/dsv-rp/DDS/commit/3f8c4d5a898515a68650c8b421b41a8e8e4559e0) Thanks [@dk-wei](https://github.com/dk-wei)! - Status Message (Storybook): Added kitchen sink page.

- [#337](https://github.com/dsv-rp/DDS/pull/337) [`bdca63f`](https://github.com/dsv-rp/DDS/commit/bdca63f597f5cc666eb43ff87730467ade7c734f) Thanks [@yodas7](https://github.com/yodas7)! - Inline Notification: Added an experimental notice to documentation (DDS-2803)

- [#333](https://github.com/dsv-rp/DDS/pull/333) [`d1b01ac`](https://github.com/dsv-rp/DDS/commit/d1b01acfdb32cd1fbd8f4bb7cfd5fb7117fbe4af) Thanks [@dk-wei](https://github.com/dk-wei)! - Logo (Storybook): Added kitchen sink page.

- [#336](https://github.com/dsv-rp/DDS/pull/336) [`0f911da`](https://github.com/dsv-rp/DDS/commit/0f911dac258b90f036d3e104c047a70ab19ba265) Thanks [@dk-wei](https://github.com/dk-wei)! - Modal Header (Storybook): Added kitchen sink page.

## 1.4.0

### Minor Changes

- [#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.

- [#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.
  Icon Button: Added `buttonTabIndex` property.

- [#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.

- [#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)

- [#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)

- [#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)
  Menu: Fixed an issue where clicking interactive elements (e.g., links) in content did not perform the default action.

- [#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)

- [#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)

- [#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.

- [#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)

- [#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)
  Date Picker: Improved the appearance when the ​placeholder content is too long.
  Time Picker: Improved the appearance when the ​placeholder content is too long.

### Patch Changes

- [#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.

- [#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)

- [#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.

- [#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)

- [#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.

- [#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)

  - Checkbox
  - Menu
  - Tooltip

  List Item: Added a CSS part named item to allow users to customize the styles of the internal content wrapper element. (DDS-2706)
  Tree Item: Added a CSS part named item to allow users to customize the styles of the internal content wrapper element. (DDS-2706)

- [#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.

- [#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.

- [#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.

- [#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.

- [#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.

- [#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.

- [#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.

- [#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)
  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)
  Badge (Storybook): Add icon control to story. (DDS-2694)
  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)
  Time Picker: Fixed an issue where the input field's content would not automatically clear when an invalid value was programmatically set. (DDS-2716)
  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)
  Date Picker: Improved the screen reader announcement when a user selects a value in the date picker. (DDS-2178)
  Preset Date Range Picker: Update appearance. (DDS-2718)
  Dropdown: Improved the screen reader announcement when a user selects a value in the dropdown. (DDS-2718)

- [#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)

- [#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.
  Inline Notification (Storybook): Changed control type to "date" for `timestamp` property.

- [#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.

- [#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.
  Tree Section: Updated the documentation regarding the `value` property.
  Tree Item: Updated the documentation regarding the `value` property.

- [#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.

- [#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.

- [#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.

- [#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.

- [#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.
  Avatar: The `avatarAriaExpanded` property now supports `"undefined"` value.
  Badge: The `color` and `type` properties are now validated, ensuring correct component state and rendering.
  Breadcrumb Item: The `type` property is now validated, ensuring correct component state and rendering.
  Button: Added missing documentation about `form` attribute and `formAttr` property.
  Button: The `color`, `size`, `type`, and `variant` properties are now validated, ensuring correct component state and rendering.
  Button: The `buttonAriaExpanded` property now supports `"undefined"` value.
  Calendar: The value of the `value` property is no longer reflected in the attribute.
  Checkbox Group: The `orientation` property is now validated, ensuring correct component state and rendering.
  Checkbox: Added missing documentation about `form`, `name` and `value` attributes.
  Checkbox: The `checkState` and `labelPosition` properties are now validated, ensuring correct component state and rendering.
  Checkbox: The value of the `value` property is no longer reflected in the attribute.
  Combobox: Added missing documentation about `form`, `name` and `value` attributes.
  Combobox: The value of the `value` property is no longer reflected in the attribute.
  Date Picker: Added missing documentation about `form`, `name` and `value` attributes.
  Date Picker: The value of the `value` property is no longer reflected in the attribute.
  Dropdown: Added missing documentation about `form`, `name` and `value` attributes.
  Dropdown: The value of the `value` property is no longer reflected in the attribute.
  Icon Button: Added missing documentation about `form` attribute and `formAttr` property.
  Icon Button: The `color`, `size`, `type`, and `variant` properties are now validated, ensuring correct component state and rendering.
  Icon Button: The `buttonAriaExpanded` property now supports `"undefined"` value.
  Icon: The `color` and `size` properties are now validated, ensuring correct component state and rendering.
  Inline Notification: The `layout` and `status` properties are now validated, ensuring correct component state and rendering.
  List Item: The `type` property is now validated, ensuring correct component state and rendering.
  Loading: The `size` property is now validated, ensuring correct component state and rendering.
  Logo: The `mode` property is now validated, ensuring correct component state and rendering.
  Menu: The `placement`, `popoverValue` and `trigger` properties are now validated, ensuring correct component state and rendering.
  Modal: The `modalRole` property is now validated, ensuring correct component state and rendering.
  Progress Bar: The `size` and `variant` properties are now validated, ensuring correct component state and rendering.
  Progress Indicator Item: The `status` property is now validated, ensuring correct component state and rendering.
  Radio Group: The `orientation` property is now validated, ensuring correct component state and rendering.
  Radio: Added missing documentation about `form`, `name` and `value` attributes.
  Radio: The value of the `value` property is no longer reflected in the attribute.
  Slider: Added missing documentation about `form`, `name` and `value` attributes.
  Slider: The value of the `value` property is no longer reflected in the attribute.
  Status Message: The `size` and `status` properties are now validated, ensuring correct component state and rendering.
  Tab Panels: The value of the `value` property is no longer reflected in the attribute.
  Tab: The `sizing` property is now validated, ensuring correct component state and rendering.
  Tab: The value of the `value` property is no longer reflected in the attribute.
  Tabs: The `sizing` property is now validated, ensuring correct component state and rendering.
  Tabs: The value of the `value` property is no longer reflected in the attribute.
  Table Cell: The `alignment` property is now validated, ensuring correct component state and rendering.
  Table Header Cell: The `alignment` property is now validated, ensuring correct component state and rendering.
  Textarea: Added missing documentation about `form`, `name` and `value` attributes.
  Textarea: The value of the `value` property is no longer reflected in the attribute.
  Text Field: Added missing documentation about `form`, `name` and `value` attributes.
  Text Field: The value of the `value` property is no longer reflected in the attribute.
  Text Masked Field: Added missing documentation about `form`, `name` and `value` attributes.
  Text Masked Field: The value of the `value` property is no longer reflected in the attribute.
  Time Picker: Added missing documentation about `form`, `name` and `value` attributes.
  Time Picker: The value of the `value` property is no longer reflected in the attribute.
  Toast Notification: The `layout` and `status` properties are now validated, ensuring correct component state and rendering.
  Tooltip: The `color`, `placement`, `popoverValue`, and `trigger` properties are now validated, ensuring correct component state and rendering.

- [#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.

- [#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)

- [#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.

- [#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

- [#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)

- [#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)
  Carousel (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)
  Carousel Item (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)
  Modal Header (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)
  Modal Footer (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)
  Progress Indicator Item: Adjusted minimum width to align with the latest design spec. (DDS-2724)
  Progress Indicator Item (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)
  Tab Panels (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)
  Tree (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)

- [#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)
  Combobox (Storybook): Fix example code. (DDS-2546)
  Table (Storybook): Fix example code. (DDS-2546)
  Text Mask Field (Storybook): Fix example code. (DDS-2546)
  Dropdown (Storybook): Hide the event handlers in the Controls panel. (DDS-2481)
  Dropdown Item (Storybook): Hide the event handlers in the Controls panel. (DDS-2481)
  Pagination (Storybook): Hide the event handlers in the Controls panel. (DDS-2481)
  Tooltip (Storybook): Hide the event handlers in the Controls panel. (DDS-2481)
  Inline Notification: Update timestamp property's description. (DDS-2579)
  Toast Notification: Update timestamp property's description. (DDS-2579)
  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)
  Combobox: Fixed an accessibility issue regarding the inability to apply `aria-controls` to the ID of an element whose visibility is uncertain. (DDS-2545)
  Dropdown: Fixed an accessibility issue regarding the inability to apply `aria-controls` to the ID of an element whose visibility is uncertain. (DDS-2545)
  Date Picker: Add a disabled story. (DDS-2511)

- [#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.

- [#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.

- [#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)

  - Toast Notification
  - Inline Notification
  - Accordion Item
  - Combobox
  - Dropdown
  - List Item
  - Modal Header
  - Status Message
  - Table Cell

  Combobox (Storybook): Update story name.

- [#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.

- [#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.

- [#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)

- [#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.

- [#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.

## 1.4.0-next.1

### Minor Changes

- [#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.

- [#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.
  Icon Button: Added `buttonTabIndex` property.

- [#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.

- [#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)
  Menu: Fixed an issue where clicking interactive elements (e.g., links) in content did not perform the default action.

- [#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)

- [#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)

- [#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.

### Patch Changes

- [#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)

- [#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.

- [#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)

  - Checkbox
  - Menu
  - Tooltip

  List Item: Added a CSS part named item to allow users to customize the styles of the internal content wrapper element. (DDS-2706)
  Tree Item: Added a CSS part named item to allow users to customize the styles of the internal content wrapper element. (DDS-2706)

- [#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.

- [#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.

- [#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)
  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)
  Badge (Storybook): Add icon control to story. (DDS-2694)
  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)
  Time Picker: Fixed an issue where the input field's content would not automatically clear when an invalid value was programmatically set. (DDS-2716)
  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)
  Date Picker: Improved the screen reader announcement when a user selects a value in the date picker. (DDS-2178)
  Preset Date Range Picker: Update appearance. (DDS-2718)
  Dropdown: Improved the screen reader announcement when a user selects a value in the dropdown. (DDS-2718)

- [#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.

- [#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.
  Avatar: The `avatarAriaExpanded` property now supports `"undefined"` value.
  Badge: The `color` and `type` properties are now validated, ensuring correct component state and rendering.
  Breadcrumb Item: The `type` property is now validated, ensuring correct component state and rendering.
  Button: Added missing documentation about `form` attribute and `formAttr` property.
  Button: The `color`, `size`, `type`, and `variant` properties are now validated, ensuring correct component state and rendering.
  Button: The `buttonAriaExpanded` property now supports `"undefined"` value.
  Calendar: The value of the `value` property is no longer reflected in the attribute.
  Checkbox Group: The `orientation` property is now validated, ensuring correct component state and rendering.
  Checkbox: Added missing documentation about `form`, `name` and `value` attributes.
  Checkbox: The `checkState` and `labelPosition` properties are now validated, ensuring correct component state and rendering.
  Checkbox: The value of the `value` property is no longer reflected in the attribute.
  Combobox: Added missing documentation about `form`, `name` and `value` attributes.
  Combobox: The value of the `value` property is no longer reflected in the attribute.
  Date Picker: Added missing documentation about `form`, `name` and `value` attributes.
  Date Picker: The value of the `value` property is no longer reflected in the attribute.
  Dropdown: Added missing documentation about `form`, `name` and `value` attributes.
  Dropdown: The value of the `value` property is no longer reflected in the attribute.
  Icon Button: Added missing documentation about `form` attribute and `formAttr` property.
  Icon Button: The `color`, `size`, `type`, and `variant` properties are now validated, ensuring correct component state and rendering.
  Icon Button: The `buttonAriaExpanded` property now supports `"undefined"` value.
  Icon: The `color` and `size` properties are now validated, ensuring correct component state and rendering.
  Inline Notification: The `layout` and `status` properties are now validated, ensuring correct component state and rendering.
  List Item: The `type` property is now validated, ensuring correct component state and rendering.
  Loading: The `size` property is now validated, ensuring correct component state and rendering.
  Logo: The `mode` property is now validated, ensuring correct component state and rendering.
  Menu: The `placement`, `popoverValue` and `trigger` properties are now validated, ensuring correct component state and rendering.
  Modal: The `modalRole` property is now validated, ensuring correct component state and rendering.
  Progress Bar: The `size` and `variant` properties are now validated, ensuring correct component state and rendering.
  Progress Indicator Item: The `status` property is now validated, ensuring correct component state and rendering.
  Radio Group: The `orientation` property is now validated, ensuring correct component state and rendering.
  Radio: Added missing documentation about `form`, `name` and `value` attributes.
  Radio: The value of the `value` property is no longer reflected in the attribute.
  Slider: Added missing documentation about `form`, `name` and `value` attributes.
  Slider: The value of the `value` property is no longer reflected in the attribute.
  Status Message: The `size` and `status` properties are now validated, ensuring correct component state and rendering.
  Tab Panels: The value of the `value` property is no longer reflected in the attribute.
  Tab: The `sizing` property is now validated, ensuring correct component state and rendering.
  Tab: The value of the `value` property is no longer reflected in the attribute.
  Tabs: The `sizing` property is now validated, ensuring correct component state and rendering.
  Tabs: The value of the `value` property is no longer reflected in the attribute.
  Table Cell: The `alignment` property is now validated, ensuring correct component state and rendering.
  Table Header Cell: The `alignment` property is now validated, ensuring correct component state and rendering.
  Textarea: Added missing documentation about `form`, `name` and `value` attributes.
  Textarea: The value of the `value` property is no longer reflected in the attribute.
  Text Field: Added missing documentation about `form`, `name` and `value` attributes.
  Text Field: The value of the `value` property is no longer reflected in the attribute.
  Text Masked Field: Added missing documentation about `form`, `name` and `value` attributes.
  Text Masked Field: The value of the `value` property is no longer reflected in the attribute.
  Time Picker: Added missing documentation about `form`, `name` and `value` attributes.
  Time Picker: The value of the `value` property is no longer reflected in the attribute.
  Toast Notification: The `layout` and `status` properties are now validated, ensuring correct component state and rendering.
  Tooltip: The `color`, `placement`, `popoverValue`, and `trigger` properties are now validated, ensuring correct component state and rendering.

- [#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.

- [#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)

  - Toast Notification
  - Inline Notification
  - Accordion Item
  - Combobox
  - Dropdown
  - List Item
  - Modal Header
  - Status Message
  - Table Cell

  Combobox (Storybook): Update story name.

- [#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.

- [#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.

- [#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)

## 1.4.0-next.0

### Minor Changes

- [#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)

- [#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)

- [#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)

- [#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)
  Date Picker: Improved the appearance when the ​placeholder content is too long.
  Time Picker: Improved the appearance when the ​placeholder content is too long.

### Patch Changes

- [#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.

- [#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)

- [#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.

- [#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.

- [#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.

- [#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.

- [#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.

- [#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.

- [#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)

- [#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.
  Inline Notification (Storybook): Changed control type to "date" for `timestamp` property.

- [#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.

- [#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.
  Tree Section: Updated the documentation regarding the `value` property.
  Tree Item: Updated the documentation regarding the `value` property.

- [#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.

- [#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.

- [#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.

- [#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.

- [#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)

- [#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.

- [#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

- [#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)

- [#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)
  Carousel (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)
  Carousel Item (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)
  Modal Header (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)
  Modal Footer (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)
  Progress Indicator Item: Adjusted minimum width to align with the latest design spec. (DDS-2724)
  Progress Indicator Item (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)
  Tab Panels (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)
  Tree (Storybook): Limited width to prevent horizontal scrolling in the mobile viewport. (DDS-2724)

- [#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)
  Combobox (Storybook): Fix example code. (DDS-2546)
  Table (Storybook): Fix example code. (DDS-2546)
  Text Mask Field (Storybook): Fix example code. (DDS-2546)
  Dropdown (Storybook): Hide the event handlers in the Controls panel. (DDS-2481)
  Dropdown Item (Storybook): Hide the event handlers in the Controls panel. (DDS-2481)
  Pagination (Storybook): Hide the event handlers in the Controls panel. (DDS-2481)
  Tooltip (Storybook): Hide the event handlers in the Controls panel. (DDS-2481)
  Inline Notification: Update timestamp property's description. (DDS-2579)
  Toast Notification: Update timestamp property's description. (DDS-2579)
  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)
  Combobox: Fixed an accessibility issue regarding the inability to apply `aria-controls` to the ID of an element whose visibility is uncertain. (DDS-2545)
  Dropdown: Fixed an accessibility issue regarding the inability to apply `aria-controls` to the ID of an element whose visibility is uncertain. (DDS-2545)
  Date Picker: Add a disabled story. (DDS-2511)

- [#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.

- [#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.

- [#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.

## 1.3.2

### Patch Changes

- [#300](https://github.com/dsv-rp/DDS/pull/300) [`f244353`](https://github.com/dsv-rp/DDS/commit/f24435366601fda911fc934a736b9cc3a1c91599) Thanks [@yodas7](https://github.com/yodas7)! - Menu: Prevent multiple registrations of CSS custom properties.
  Tooltip: Prevent multiple registrations of CSS custom properties.

## 1.3.1

### Patch Changes

- [#269](https://github.com/dsv-rp/DDS/pull/269) [`222e13e`](https://github.com/dsv-rp/DDS/commit/222e13efc58fa10b53b478def1769fadb10e5939) Thanks [@yodas7](https://github.com/yodas7)! - Fixed an issue where custom elements were not properly configured or registered in some components. (DDS-2660)

## 1.3.0

### Minor Changes

- [#244](https://github.com/dsv-rp/DDS/pull/244) [`31675c7`](https://github.com/dsv-rp/DDS/commit/31675c78cd74ee25f2bcd48dbaa8818074e593e7) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Time Picker: Add Time Picker component. (DDS-2429)

- [#227](https://github.com/dsv-rp/DDS/pull/227) [`1b2450a`](https://github.com/dsv-rp/DDS/commit/1b2450a37d5a8ecfbd3b5caf3ddd90ba80a69482) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Combobox: Initial Implementation. (DDS-1876)

- [#254](https://github.com/dsv-rp/DDS/pull/254) [`ee7ff8c`](https://github.com/dsv-rp/DDS/commit/ee7ff8cd6aa31c8355574a9ab54cd13149259909) Thanks [@dk-wei](https://github.com/dk-wei)! - Icon Button: Added the `size` attribute to support larger sizes. (DDS-2577)

- [#238](https://github.com/dsv-rp/DDS/pull/238) [`4739419`](https://github.com/dsv-rp/DDS/commit/47394199565b8e08e4d64bb1bad9980069705020) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Date Range: Add date range recipe.

- [#239](https://github.com/dsv-rp/DDS/pull/239) [`6356f23`](https://github.com/dsv-rp/DDS/commit/6356f2365d1035a96c7c7672be67c0053ad088b8) Thanks [@yodas7](https://github.com/yodas7)! - Icon: Added custom icon registration feature that allows registering and using custom icons via the icon registry. (DDS-2509)

- [#231](https://github.com/dsv-rp/DDS/pull/231) [`817ba1e`](https://github.com/dsv-rp/DDS/commit/817ba1e7cd386e67fadc7701b00124c66b802f07) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Chip: Initial Implementation. (DDS-2398)

- [#229](https://github.com/dsv-rp/DDS/pull/229) [`cd1a53e`](https://github.com/dsv-rp/DDS/commit/cd1a53e23d7116667905faf640814174f8bc21ba) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Login: Add Login Recipe. (DDS-2410)

- [#243](https://github.com/dsv-rp/DDS/pull/243) [`3a70b2c`](https://github.com/dsv-rp/DDS/commit/3a70b2cef781d5bea10f88689f4de8d24d8104c9) Thanks [@yodas7](https://github.com/yodas7)! - Text Masked Field: Initial Implementation. (DDS-2412)

### Patch Changes

- [#256](https://github.com/dsv-rp/DDS/pull/256) [`c049117`](https://github.com/dsv-rp/DDS/commit/c049117b05e92c73827d84c50f953f6cc89491c9) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Dropdown: Fixed an issue where the dropdown would not close on Safari. (DDS-2593)
  Dropdown: Fixed an issue where the dropdown would not open on iOS Safari.
  Time Picker: Added a story and test cases for the component's ​error state​. (DDS-2595)
  Time Picker: Update min and max property docs​. (DDS-2594)

- [#234](https://github.com/dsv-rp/DDS/pull/234) [`c39282e`](https://github.com/dsv-rp/DDS/commit/c39282e48b4e655a4852610bd36d25fa02bd0ef0) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Date Picker: Fixed the issue where the floating popup did not automatically adjust its position based on the component's location, as well as the unstable open state on touch devices.
  Dropdown: Fixed the issue where the unstable open state on touch devices.

- [#226](https://github.com/dsv-rp/DDS/pull/226) [`1b008d4`](https://github.com/dsv-rp/DDS/commit/1b008d45846d7a7772b67d22e0cf952134e4abf1) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Storybook: Updated the code in the Show Code section of the data display docs to make it easier for users to reference. (DDS-2467)

- [#214](https://github.com/dsv-rp/DDS/pull/214) [`c5d8397`](https://github.com/dsv-rp/DDS/commit/c5d8397a978b657edaafc2bdf59b7063a5256b9b) Thanks [@dk-wei](https://github.com/dk-wei)! - Carousel: Wrap text in carousel items so that the size of the carousel items does not exceed the container.

- [#228](https://github.com/dsv-rp/DDS/pull/228) [`5a3273f`](https://github.com/dsv-rp/DDS/commit/5a3273fd29ce90e31b196ac4b8b2c60005e22f8c) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Table: Updated the docs for better user understanding. (DDS-2469)
  Text Field: Fix the issue when click the clear button can't fire input event and it will get a wrong value from `event.target.value` . (DDS-2468)

- [#258](https://github.com/dsv-rp/DDS/pull/258) [`a17712c`](https://github.com/dsv-rp/DDS/commit/a17712ca5ccf6c5ba45cd46efba1ace4b1368d60) Thanks [@yodas7](https://github.com/yodas7)! - Table: The sort icon in table header rows now changes based on the sort state. (DDS-2503)
  Table Header Cell: Added an `order` property to control the sort icon display. (DDS-2503)

- [#246](https://github.com/dsv-rp/DDS/pull/246) [`1c3c47e`](https://github.com/dsv-rp/DDS/commit/1c3c47e4aa329e6f670793a2ab041d3c8a37050f) Thanks [@yodas7](https://github.com/yodas7)! - Dropdown: Always set button labels to improve accessibility. (DDS-2539)

- [#221](https://github.com/dsv-rp/DDS/pull/221) [`8612e63`](https://github.com/dsv-rp/DDS/commit/8612e637b608a01b6276e186d86aca7af02032d9) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Storybook: Changed the control for icon-related properties in Controls from text input to a dropdown list. (DDS-2425)

- [#251](https://github.com/dsv-rp/DDS/pull/251) [`349f760`](https://github.com/dsv-rp/DDS/commit/349f7609be3e394ba7522a3b495072ed00f25c48) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - List Item: Fixed an issue where the left-side icon would shrink when the content was too long. (DDS-2492)
  Tooltip: Updated the component documentation. (DDS-2496)
  Tooltip: Fixed a bug where the popover would unintentionally open upon clicking the trigger when the tooltip was set to the manual control. (DDS-2559)
  Radio Group: Fixed an issue where components were not exported from the root file.
  Chip: Fixed an issue where components were not exported from the root file.
  Card: Fixed the appearance of the card footer button to use the outline variant.
  Dropdown: Fixed an issue where the dropdown's ​scrollbar overlapped a portion of the border radius. (DDS-2544)
  Combobox: Fixed an issue where the dropdown's ​scrollbar overlapped a portion of the border radius. (DDS-2544)

- [#241](https://github.com/dsv-rp/DDS/pull/241) [`032b288`](https://github.com/dsv-rp/DDS/commit/032b288b4d57f53a2e14fc189e52f44b84a2a89d) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Explicitly set the `type` attribute of the `<button>` elements in the following components to `"button"` to avoid ambiguity and potential issues.

  - daikin-accordion-item
  - daikin-avatar
  - daikin-calendar
  - daikin-carousel
  - daikin-tab

## 1.3.0-next.2

### Minor Changes

- [#244](https://github.com/dsv-rp/DDS/pull/244) [`31675c7`](https://github.com/dsv-rp/DDS/commit/31675c78cd74ee25f2bcd48dbaa8818074e593e7) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Time Picker: Add Time Picker component. (DDS-2429)

- [#227](https://github.com/dsv-rp/DDS/pull/227) [`1b2450a`](https://github.com/dsv-rp/DDS/commit/1b2450a37d5a8ecfbd3b5caf3ddd90ba80a69482) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Combobox: Initial Implementation. (DDS-1876)

- [#254](https://github.com/dsv-rp/DDS/pull/254) [`ee7ff8c`](https://github.com/dsv-rp/DDS/commit/ee7ff8cd6aa31c8355574a9ab54cd13149259909) Thanks [@dk-wei](https://github.com/dk-wei)! - Icon Button: Added the `size` attribute to support larger sizes. (DDS-2577)

- [#238](https://github.com/dsv-rp/DDS/pull/238) [`4739419`](https://github.com/dsv-rp/DDS/commit/47394199565b8e08e4d64bb1bad9980069705020) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Date Range: Add date range recipe.

- [#239](https://github.com/dsv-rp/DDS/pull/239) [`6356f23`](https://github.com/dsv-rp/DDS/commit/6356f2365d1035a96c7c7672be67c0053ad088b8) Thanks [@yodas7](https://github.com/yodas7)! - Icon: Added custom icon registration feature that allows registering and using custom icons via the icon registry. (DDS-2509)

- [#231](https://github.com/dsv-rp/DDS/pull/231) [`817ba1e`](https://github.com/dsv-rp/DDS/commit/817ba1e7cd386e67fadc7701b00124c66b802f07) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Chip: Initial Implementation. (DDS-2398)

- [#229](https://github.com/dsv-rp/DDS/pull/229) [`cd1a53e`](https://github.com/dsv-rp/DDS/commit/cd1a53e23d7116667905faf640814174f8bc21ba) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Login: Add Login Recipe. (DDS-2410)

- [#243](https://github.com/dsv-rp/DDS/pull/243) [`3a70b2c`](https://github.com/dsv-rp/DDS/commit/3a70b2cef781d5bea10f88689f4de8d24d8104c9) Thanks [@yodas7](https://github.com/yodas7)! - Text Masked Field: Initial Implementation. (DDS-2412)

### Patch Changes

- [#256](https://github.com/dsv-rp/DDS/pull/256) [`c049117`](https://github.com/dsv-rp/DDS/commit/c049117b05e92c73827d84c50f953f6cc89491c9) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Dropdown: Fixed an issue where the dropdown would not close on Safari. (DDS-2593)
  Dropdown: Fixed an issue where the dropdown would not open on iOS Safari.
  Time Picker: Added a story and test cases for the component's ​error state​. (DDS-2595)
  Time Picker: Update min and max property docs​. (DDS-2594)

- [#234](https://github.com/dsv-rp/DDS/pull/234) [`c39282e`](https://github.com/dsv-rp/DDS/commit/c39282e48b4e655a4852610bd36d25fa02bd0ef0) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Date Picker: Fixed the issue where the floating popup did not automatically adjust its position based on the component's location, as well as the unstable open state on touch devices.
  Dropdown: Fixed the issue where the unstable open state on touch devices.

- [#226](https://github.com/dsv-rp/DDS/pull/226) [`1b008d4`](https://github.com/dsv-rp/DDS/commit/1b008d45846d7a7772b67d22e0cf952134e4abf1) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Storybook: Updated the code in the Show Code section of the data display docs to make it easier for users to reference. (DDS-2467)

- [#214](https://github.com/dsv-rp/DDS/pull/214) [`c5d8397`](https://github.com/dsv-rp/DDS/commit/c5d8397a978b657edaafc2bdf59b7063a5256b9b) Thanks [@dk-wei](https://github.com/dk-wei)! - Carousel: Wrap text in carousel items so that the size of the carousel items does not exceed the container.

- [#228](https://github.com/dsv-rp/DDS/pull/228) [`5a3273f`](https://github.com/dsv-rp/DDS/commit/5a3273fd29ce90e31b196ac4b8b2c60005e22f8c) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Table: Updated the docs for better user understanding. (DDS-2469)
  Text Field: Fix the issue when click the clear button can't fire input event and it will get a wrong value from `event.target.value` . (DDS-2468)

- [#258](https://github.com/dsv-rp/DDS/pull/258) [`a17712c`](https://github.com/dsv-rp/DDS/commit/a17712ca5ccf6c5ba45cd46efba1ace4b1368d60) Thanks [@yodas7](https://github.com/yodas7)! - Table: The sort icon in table header rows now changes based on the sort state. (DDS-2503)
  Table Header Cell: Added an `order` property to control the sort icon display. (DDS-2503)

- [#246](https://github.com/dsv-rp/DDS/pull/246) [`1c3c47e`](https://github.com/dsv-rp/DDS/commit/1c3c47e4aa329e6f670793a2ab041d3c8a37050f) Thanks [@yodas7](https://github.com/yodas7)! - Dropdown: Always set button labels to improve accessibility. (DDS-2539)

- [#221](https://github.com/dsv-rp/DDS/pull/221) [`8612e63`](https://github.com/dsv-rp/DDS/commit/8612e637b608a01b6276e186d86aca7af02032d9) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Storybook: Changed the control for icon-related properties in Controls from text input to a dropdown list. (DDS-2425)

- [#251](https://github.com/dsv-rp/DDS/pull/251) [`349f760`](https://github.com/dsv-rp/DDS/commit/349f7609be3e394ba7522a3b495072ed00f25c48) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - List Item: Fixed an issue where the left-side icon would shrink when the content was too long. (DDS-2492)
  Tooltip: Updated the component documentation. (DDS-2496)
  Tooltip: Fixed a bug where the popover would unintentionally open upon clicking the trigger when the tooltip was set to the manual control. (DDS-2559)
  Radio Group: Fixed an issue where components were not exported from the root file.
  Chip: Fixed an issue where components were not exported from the root file.
  Card: Fixed the appearance of the card footer button to use the outline variant.
  Dropdown: Fixed an issue where the dropdown's ​scrollbar overlapped a portion of the border radius. (DDS-2544)
  Combobox: Fixed an issue where the dropdown's ​scrollbar overlapped a portion of the border radius. (DDS-2544)

- [#241](https://github.com/dsv-rp/DDS/pull/241) [`032b288`](https://github.com/dsv-rp/DDS/commit/032b288b4d57f53a2e14fc189e52f44b84a2a89d) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Explicitly set the `type` attribute of the `<button>` elements in the following components to `"button"` to avoid ambiguity and potential issues.

  - daikin-accordion-item
  - daikin-avatar
  - daikin-calendar
  - daikin-carousel
  - daikin-tab

## 1.2.0

### Minor Changes

- [#190](https://github.com/dsv-rp/DDS/pull/190) [`9d1e55b`](https://github.com/dsv-rp/DDS/commit/9d1e55bda7a4032702332b2f894b26fb354a1751) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Using Material Icons as the source for the component icons and have standardized some of the icon names. (DDS-2249)

- [#193](https://github.com/dsv-rp/DDS/pull/193) [`a726caa`](https://github.com/dsv-rp/DDS/commit/a726caa048f528aedda421ace0388683ebd3c804) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Header: Add Recipe. (DDS-2169)
  Data Display: Add Recipe. (DDS-2284)

- [#144](https://github.com/dsv-rp/DDS/pull/144) [`bde7786`](https://github.com/dsv-rp/DDS/commit/bde778694815e551bcca77c190d13b7b0488728e) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Checkbox Group: Initial Implementation. (DDS-1732)

- [#161](https://github.com/dsv-rp/DDS/pull/161) [`c4f05f8`](https://github.com/dsv-rp/DDS/commit/c4f05f8c2b4feb1fee67bdd7449e3e5429e1d10a) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Menu: Initial Implementation. (DDS-1937)

- [#180](https://github.com/dsv-rp/DDS/pull/180) [`2590eee`](https://github.com/dsv-rp/DDS/commit/2590eee5e2a51dd7a6d9342010c9ce91f101ed20) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Logo: Initial Implementation. (DDS-2122)

- [#120](https://github.com/dsv-rp/DDS/pull/120) [`cd05582`](https://github.com/dsv-rp/DDS/commit/cd055823e21a54de02db36ba0a9cd0488b21c85f) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Slider: Initial Implementation. (DDS-1740)

- [#194](https://github.com/dsv-rp/DDS/pull/194) [`3a0834a`](https://github.com/dsv-rp/DDS/commit/3a0834aade4661eb1b2df6a05a273a9c45c90568) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Button: Fixed an issue where the button did not function as a submit button.
  Icon Button: Fixed an issue where the button did not function as a submit button.
  Checkbox: Added `form` attribute. (DDS-2254)
  Date Picker: Added `form` attribute. (DDS-2254)
  Dropdown: Added `form` and `name` attributes. (DDS-2254)
  Dropdown: Fixed an issue where the component is not acting as a form control. (DDS-2254)
  Radio Group: Added `form` attribute. (DDS-2254)
  Radio: Added `form` attribute. (DDS-2254)
  Slider: Added `form` attribute. (DDS-2254)
  Text Area: Added `form` attribute. (DDS-2254)
  Text Field: Added `form` attribute. (DDS-2254)
  Toggle: Added `form` attribute. (DDS-2254)

- [#167](https://github.com/dsv-rp/DDS/pull/167) [`c9d2430`](https://github.com/dsv-rp/DDS/commit/c9d2430520890b3b2fdb9cefb7d552fd3d237d28) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Inline Notification: The `description` slot has been replaced with the default slot. (DDS-1981)
  Inline Notification: Updated appearance. (DDS-1981)
  **BREAKING CHANGE** Toast Notification: The `description` slot has been replaced with the default slot. (DDS-1982)
  Toast Notification: Updated appearance. (DDS-1982)

- [#204](https://github.com/dsv-rp/DDS/pull/204) [`219547a`](https://github.com/dsv-rp/DDS/commit/219547afb633c0e05504307fa1638852e7b5ec52) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Button: Add large size variant. (DDS-2323)

- [#202](https://github.com/dsv-rp/DDS/pull/202) [`415ddc5`](https://github.com/dsv-rp/DDS/commit/415ddc59a7cd3ca209f6a5c112fc0245bf2e17b6) Thanks [@yodas7](https://github.com/yodas7)! - Date Picker: Initial Implementation. (DDS-1703)
  Calender: Initial Implementation. (DDS-1704)

- [#157](https://github.com/dsv-rp/DDS/pull/157) [`79b510a`](https://github.com/dsv-rp/DDS/commit/79b510a396435731ba8b2bec6b2fbe1bbcc780d6) Thanks [@poetrainy](https://github.com/poetrainy)! - Text Field: The `type` attribute now accepts `password` and `search` . (DDS-1707, DDS-1709)
  Text Field: The `type` attribute now accepts `search` . (DDS-1709)

- [#219](https://github.com/dsv-rp/DDS/pull/219) [`36552b0`](https://github.com/dsv-rp/DDS/commit/36552b070cacda6e051ff233df78edfe817527a5) Thanks [@yodas7](https://github.com/yodas7)! - Release v1.2.0.

  The following (stable) components have been added in this release.

  - Slider
  - Logo
  - Menu
  - Checkbox Group
  - Date Picker
  - Calendar
  - Modal

  The following components have been promoted from experimental to stable in this release.

  - Loading
  - Avatar
  - Toast Notification

  No new experimental components were added in this release.

- [#182](https://github.com/dsv-rp/DDS/pull/182) [`08cea1b`](https://github.com/dsv-rp/DDS/commit/08cea1bc3a7250a8cbad44363aeb8bb7d2bc084a) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Modal: Initial Implementation. (DDS-1723)

### Patch Changes

- [#200](https://github.com/dsv-rp/DDS/pull/200) [`625ff76`](https://github.com/dsv-rp/DDS/commit/625ff763ee3a41bdf1d448575617b4faf18f0c16) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Loading: Update story appearance and comment about background property. (DDS-2099)
  Password: Update story appearance and fixed an issue where an extra eye icon appeared in input fields on Edge browser. (DDS-2095)
  Logo: Automatically select the appropriate logo variant based on the Storybook theme to prevent user confusion. (DDS-2150)
  Menu: Removed unnecessary items from the story controls and adjusted the text change line strategy. (DDS-2113)

- [#171](https://github.com/dsv-rp/DDS/pull/171) [`48dd161`](https://github.com/dsv-rp/DDS/commit/48dd16156a8776e6fc13fc825bf4bb98270a4488) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Dropdown: Fixed bugs open properties not work in storybook doc. (DDS-1983)
  Dropdown: Update story appearance.
  Dropdown: Update appearance when content overflow. (DDS-1983)

- [#182](https://github.com/dsv-rp/DDS/pull/182) [`08cea1b`](https://github.com/dsv-rp/DDS/commit/08cea1bc3a7250a8cbad44363aeb8bb7d2bc084a) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Card: Change padding from 16px to 12px.

- [#212](https://github.com/dsv-rp/DDS/pull/212) [`b299a93`](https://github.com/dsv-rp/DDS/commit/b299a931eebafdddc36e5c3641fcef2c5fa368d1) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Tooltip: fix an issue that tooltip not work in touch device. (DDS-2303)

- [#190](https://github.com/dsv-rp/DDS/pull/190) [`9d1e55b`](https://github.com/dsv-rp/DDS/commit/9d1e55bda7a4032702332b2f894b26fb354a1751) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Icon: Some icons have been updated. (DDS-2249)

  Icon: The following icons have been added. (DDS-2249)

  - `success`
  - `error`

  **DEPRECATED** Icon: The following icons are deprecated and will be removed in future versions. (DDS-2249)

  - `positive` (Use `success` instead)
  - `negative` (Use `error` instead)
  - `cross` (Use `close` instead)

- [#209](https://github.com/dsv-rp/DDS/pull/209) [`8fa51e0`](https://github.com/dsv-rp/DDS/commit/8fa51e071129190733dae441193ed0f34a1c207b) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Modal: Update story appearance and the text change line strategy. (DDS-2012)

## 1.2.0-next.0

### Minor Changes

- [#167](https://github.com/dsv-rp/DDS/pull/167) [`c9d2430`](https://github.com/dsv-rp/DDS/commit/c9d2430520890b3b2fdb9cefb7d552fd3d237d28) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Inline Notification: The `description` slot has been replaced with the default slot. (DDS-1981)
  Inline Notification: Updated appearance. (DDS-1981)
  **BREAKING CHANGE** Toast Notification: The `description` slot has been replaced with the default slot. (DDS-1982)
  Toast Notification: Updated appearance. (DDS-1982)

- [#144](https://github.com/dsv-rp/DDS/pull/144) [`bde7786`](https://github.com/dsv-rp/DDS/commit/bde778694815e551bcca77c190d13b7b0488728e) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Checkbox Group: Initial Implementation. (DDS-1732)

- [#161](https://github.com/dsv-rp/DDS/pull/161) [`c4f05f8`](https://github.com/dsv-rp/DDS/commit/c4f05f8c2b4feb1fee67bdd7449e3e5429e1d10a) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Menu: Initial Implementation. (DDS-1937)

- [#180](https://github.com/dsv-rp/DDS/pull/180) [`2590eee`](https://github.com/dsv-rp/DDS/commit/2590eee5e2a51dd7a6d9342010c9ce91f101ed20) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Logo: Initial Implementation. (DDS-2122)

- [#120](https://github.com/dsv-rp/DDS/pull/120) [`cd05582`](https://github.com/dsv-rp/DDS/commit/cd055823e21a54de02db36ba0a9cd0488b21c85f) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Slider: Initial Implementation. (DDS-1740)

- [#157](https://github.com/dsv-rp/DDS/pull/157) [`79b510a`](https://github.com/dsv-rp/DDS/commit/79b510a396435731ba8b2bec6b2fbe1bbcc780d6) Thanks [@poetrainy](https://github.com/poetrainy)! - Text Field: The `type` attribute now accepts `password` and `search` . (DDS-1707, DDS-1709)
  Text Field: The `type` attribute now accepts `search` . (DDS-1709)

### Patch Changes

- [#171](https://github.com/dsv-rp/DDS/pull/171) [`48dd161`](https://github.com/dsv-rp/DDS/commit/48dd16156a8776e6fc13fc825bf4bb98270a4488) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Dropdown: Fixed bugs open properties not work in storybook doc. (DDS-1983)
  Dropdown: Update story appearance.
  Dropdown: Update appearance when content overflow. (DDS-1983)

- [#183](https://github.com/dsv-rp/DDS/pull/183) [`707676d`](https://github.com/dsv-rp/DDS/commit/707676db9ad8cddab0c7c2e5e8e8a4f22167e14b) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Tooltip: Keep the tooltip component always centered in the storybook view. (DDS-2207)

- [#172](https://github.com/dsv-rp/DDS/pull/172) [`8bb6dde`](https://github.com/dsv-rp/DDS/commit/8bb6ddef0db41b3c220bdd34f41dce95f6b15d89) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Avatar: Added a comment to the `disabled` property. (DDS-2105)

- [#164](https://github.com/dsv-rp/DDS/pull/164) [`4b81d6a`](https://github.com/dsv-rp/DDS/commit/4b81d6a6639dc5bc77496916f22ba4635b9e29fc) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Loading: remove aria-busy from loading component

- [#161](https://github.com/dsv-rp/DDS/pull/161) [`c4f05f8`](https://github.com/dsv-rp/DDS/commit/c4f05f8c2b4feb1fee67bdd7449e3e5429e1d10a) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Button: Add button-aria-haspopup and button-aria-expanded properties.
  Icon Button: Add button-aria-haspopup and button-aria-expanded properties.

- [#192](https://github.com/dsv-rp/DDS/pull/192) [`511f1dc`](https://github.com/dsv-rp/DDS/commit/511f1dca49c14d2755da8fdf8f4bdcb1d8fb61e9) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Accordion: Improved the responsive behavior for long text content that doesn't contain spaces. (DDS-2257, DDS-2258)
  Breadcrumb: Fixed an issue where the `target` property setting was not working. (DDS-2259)
  Avatar, Button, Icon Button: Fix an issue specify `aria-haspopup` and `aria-expanded` not work in storybook. (DDS-2262)
  Storybook: Fixed some accessibility warning error in storybook. (DDS-2224)

- [#173](https://github.com/dsv-rp/DDS/pull/173) [`2c9fd65`](https://github.com/dsv-rp/DDS/commit/2c9fd658938aa192e5fd39462dde765b393c3785) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Text Field: Added a comment to the `left-icon` and `right-icon` slot. (DDS-2106)

## 1.1.0

### Minor Changes

- [#153](https://github.com/dsv-rp/DDS/pull/153) [`8fe1ed0`](https://github.com/dsv-rp/DDS/commit/8fe1ed0d692f9f85a2c173adeb2111b7715f9f61) Thanks [@poetrainy](https://github.com/poetrainy)! - Loading: Initial Implementation. (DDS-1716)

- [#154](https://github.com/dsv-rp/DDS/pull/154) [`2ad908a`](https://github.com/dsv-rp/DDS/commit/2ad908a4bec6c42414c7427f9262b506aa153c0b) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Avatar: Initial Implementation. (DDS-1880)

- [#121](https://github.com/dsv-rp/DDS/pull/121) [`72c8153`](https://github.com/dsv-rp/DDS/commit/72c81538970bbd341e5ff6bd25b886cc5056ba42) Thanks [@poetrainy](https://github.com/poetrainy)! - Dropdown: The `multiple`, `selectedOptions` and `maxLabels` properties have been added. (DDS-1695)
  Dropdown Item: The `selectable` property has been added. (DDS-1695)
  Checkbox: The `label` CSS part has been added. (DDS-1695)

### Patch Changes

- [#165](https://github.com/dsv-rp/DDS/pull/165) [`d4895ec`](https://github.com/dsv-rp/DDS/commit/d4895eccd896abd6e2ff16b18f61e7acd9d5026f) Thanks [@yodas7](https://github.com/yodas7)! - Removed Provenance.

- [#121](https://github.com/dsv-rp/DDS/pull/121) [`72c8153`](https://github.com/dsv-rp/DDS/commit/72c81538970bbd341e5ff6bd25b886cc5056ba42) Thanks [@poetrainy](https://github.com/poetrainy)! - Dropdown: Updated appearance. (DDS-1870)

## 1.0.0

### Major Changes

- [#156](https://github.com/dsv-rp/DDS/pull/156) [`bb71fa8`](https://github.com/dsv-rp/DDS/commit/bb71fa8316e179b8e7d8b1944123bc9198b51734) Thanks [@yodas7](https://github.com/yodas7)! - v1 Release.

### Minor Changes

- [#98](https://github.com/dsv-rp/DDS/pull/98) [`b5d0822`](https://github.com/dsv-rp/DDS/commit/b5d08224b88151d9be875f3d2ccb195fe71ce9fe) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Tooltip: The `variant` attribute has been replaced by the `color` attribute, which accepts `default` and `inverse` instead of `light` and `dark`.
  Tooltip: Replaced colors with design tokens (brings dark mode support).
  Tooltip: Update appearance.

- [#143](https://github.com/dsv-rp/DDS/pull/143) [`42c0a7f`](https://github.com/dsv-rp/DDS/commit/42c0a7f06ae2b39e9207a554549fd52f95fc0649) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - **BREAKING CHANGE** Radio Group: Fixed an issue where the `"horizontal"` and `"vertical"` of the `orientation` property were switched. Also, the default value is now `"vertical"`.

- [#109](https://github.com/dsv-rp/DDS/pull/109) [`f08378f`](https://github.com/dsv-rp/DDS/commit/f08378f746e93529d10ce40f9075e4e783b7e7dc) Thanks [@poetrainy](https://github.com/poetrainy)! - Carousel: Initial Implementation. (DDS-1296)

- [#124](https://github.com/dsv-rp/DDS/pull/124) [`2695f01`](https://github.com/dsv-rp/DDS/commit/2695f0162180baeff767334de5a13a0128bad8bc) Thanks [@poetrainy](https://github.com/poetrainy)! - Carousel Item: Added `title` and `description` slots. (DDS-1820)

- [#117](https://github.com/dsv-rp/DDS/pull/117) [`b45a524`](https://github.com/dsv-rp/DDS/commit/b45a524ed060a415621a4a57e1de8efb3925723b) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Accordion Item: The `open` attribute is now controlled by the parent `<daikin-accordion>` element.
  Accordion: The `openItems` and `exclusive` attributes have been added.
  Accordion Item: The `name` attribute has been added.

- [#130](https://github.com/dsv-rp/DDS/pull/130) [`80374c3`](https://github.com/dsv-rp/DDS/commit/80374c3e3330798ccc5385eacbb5b8c91a53d0dd) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - **BREAKING CHANGE** Icon: Removed arrowUp icon. (DDS-1822)

- [#132](https://github.com/dsv-rp/DDS/pull/132) [`c8e2137`](https://github.com/dsv-rp/DDS/commit/c8e2137ada522398f0f88c7046db309542f56116) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Tree: The selection status of the tree items is now managed by `selectedItems` property of `daikin-tree`. (DDS-1869)
  **BREAKING CHANGE** Tree: The `selected` property has been removed. Use `selectedItems` instead. (DDS-1869)
  Tree: Updated appearance. (DDS-1869)

### Patch Changes

- [#119](https://github.com/dsv-rp/DDS/pull/119) [`1071b92`](https://github.com/dsv-rp/DDS/commit/1071b9250ed147f76ddf4bb402368897078c9d4b) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Notification: The notification component has been removed and split into inline notification and toast notification.
  Toast Notification: Initial Implementation. (DDS-1172)
  Inline Notification: Initial Implementation. (DDS-1362)

- [#151](https://github.com/dsv-rp/DDS/pull/151) [`bc99ad1`](https://github.com/dsv-rp/DDS/commit/bc99ad16878f12a4003ea7374971faca3293cbbb) Thanks [@yodas7](https://github.com/yodas7)! - Detect multiple registrations and display a warning if the versions are different.

- [#116](https://github.com/dsv-rp/DDS/pull/116) [`49fbc4b`](https://github.com/dsv-rp/DDS/commit/49fbc4bb39d3c1c39d0486f43cc9f9945fdbe794) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Pagination: Updated appearance.

- [#128](https://github.com/dsv-rp/DDS/pull/128) [`9e27a56`](https://github.com/dsv-rp/DDS/commit/9e27a565eb2e2f6f9b6781645d6fb04640930a16) Thanks [@poetrainy](https://github.com/poetrainy)! - Progress Bar: Updated appearance. (DDS-1865)

- [#118](https://github.com/dsv-rp/DDS/pull/118) [`b3c90a8`](https://github.com/dsv-rp/DDS/commit/b3c90a8f69b1144e9631c258b7b96bc792e8b7f2) Thanks [@poetrainy](https://github.com/poetrainy)! - Progress Bar: Updated appearance.

- [#133](https://github.com/dsv-rp/DDS/pull/133) [`396b75f`](https://github.com/dsv-rp/DDS/commit/396b75f0e6d9b271024ac35f502596fd7324e933) Thanks [@poetrainy](https://github.com/poetrainy)! - Checkbox: Added a slot to override the label. The behavior does not change if the slot is not used. (DDS-1859)
  Checkbox: Fixed an issue where the size of the component could not be changed. (DDS-1859)
  Checkbox: Updated appearance. (DDS-1859)

- [#139](https://github.com/dsv-rp/DDS/pull/139) [`08c7ebb`](https://github.com/dsv-rp/DDS/commit/08c7ebbfc375e22fa6dec58afc8eda84fc2e2b98) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - List: Updated documentation. (DDS-1838)

- [#113](https://github.com/dsv-rp/DDS/pull/113) [`d379004`](https://github.com/dsv-rp/DDS/commit/d3790049271f9a7c120991335428a48f229bab65) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Checkbox: Fixed an issue where clicking the label triggers click event twice. (DDS-1679)
  Radio Button: Fixed an issue where clicking the label triggers click event twice. (DDS-1679)

- [#125](https://github.com/dsv-rp/DDS/pull/125) [`551d75d`](https://github.com/dsv-rp/DDS/commit/551d75dfd75794e0761905921d927493dc18e8fb) Thanks [@poetrainy](https://github.com/poetrainy)! - Input Group: Updated appearance. (DDS-1862)

- [#137](https://github.com/dsv-rp/DDS/pull/137) [`a92d21b`](https://github.com/dsv-rp/DDS/commit/a92d21ba7f81e8b4e0dd110753e8bbc6df3bafb4) Thanks [@poetrainy](https://github.com/poetrainy)! - Tabs: The `sizing` attribute has been added. (DDS-1889)
  Tab: Updated appearance. (DDS-1889)

- [#126](https://github.com/dsv-rp/DDS/pull/126) [`6f602fd`](https://github.com/dsv-rp/DDS/commit/6f602fd5c3fcab05fdb7d208d6a5aa298351a318) Thanks [@poetrainy](https://github.com/poetrainy)! - Radio Group: Updated appearance. (DDS-1860)
  Radio: Added a slot to override the label. The behavior does not change if the slot is not used. (DDS-1860)
  Radio: Fixed an issue where the size of the component could not be changed. (DDS-1860)

- [#123](https://github.com/dsv-rp/DDS/pull/123) [`5f75fc5`](https://github.com/dsv-rp/DDS/commit/5f75fc5fa9207762744e55d079ccfbdc74413a36) Thanks [@poetrainy](https://github.com/poetrainy)! - Card: Fixed an issue where the size of the component could not be changed. (DDS-1871)
  Card: Updated appearance. (DDS-1871)

- [#127](https://github.com/dsv-rp/DDS/pull/127) [`146ce67`](https://github.com/dsv-rp/DDS/commit/146ce670de011022ae5fa70debea6bd5db436bcf) Thanks [@poetrainy](https://github.com/poetrainy)! - Select: Updated appearance. (DDS-1872)

- [#140](https://github.com/dsv-rp/DDS/pull/140) [`40d58de`](https://github.com/dsv-rp/DDS/commit/40d58de5f4d8e67d52878c116ef69df4006f1c16) Thanks [@poetrainy](https://github.com/poetrainy)! - Progress Indicator: The `status` property of `<daikin-progress-indicator-item>` is now controlled by the `currentItem` property of the parent `<daikin-progress-indicator>` element. (DDS-1866)

- [#138](https://github.com/dsv-rp/DDS/pull/138) [`4556342`](https://github.com/dsv-rp/DDS/commit/455634225da4fcabd79ca209b286d61700309d17) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Link: Fixed an issue where the color was incorrect in Firefox. (DDS-1823)

- [#131](https://github.com/dsv-rp/DDS/pull/131) [`cf6fa55`](https://github.com/dsv-rp/DDS/commit/cf6fa55a6f6b0700238fb031643fb4b50cf8d8a0) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Pagination: Updated appearance. (DDS-1845)
  Pagination: Added ARIA role. (DDS-1845)

- [#149](https://github.com/dsv-rp/DDS/pull/149) [`9edd37a`](https://github.com/dsv-rp/DDS/commit/9edd37a53f1fcedb590fe1cab307123e2aac77a7) Thanks [@poetrainy](https://github.com/poetrainy)! - Link: Updated appearance.

- [#141](https://github.com/dsv-rp/DDS/pull/141) [`bca6b9f`](https://github.com/dsv-rp/DDS/commit/bca6b9fd9a39c6a1de93d195e3fe71354fb8d43c) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Storybook: Changed the order of the properties in the Controls tab. (DDS-1907)

- [#115](https://github.com/dsv-rp/DDS/pull/115) [`91b8fe9`](https://github.com/dsv-rp/DDS/commit/91b8fe94b3262bd6197428e66192d7b9555b1d09) Thanks [@poetrainy](https://github.com/poetrainy)! - Progress Indicator: Updated appearance.

- [#122](https://github.com/dsv-rp/DDS/pull/122) [`94e5885`](https://github.com/dsv-rp/DDS/commit/94e588554b5e11d41f5dc86cada75b2dd2d41c9d) Thanks [@yodas7](https://github.com/yodas7)! - Updated dependencies.
  This also resolves the problem of some Storybook pages not being able to be opened in Safari.

- [#135](https://github.com/dsv-rp/DDS/pull/135) [`4423787`](https://github.com/dsv-rp/DDS/commit/4423787fcf28f297022690b8bbca3c135742b68f) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Accordion: Fixed bugs when viewing in Safari. (DDS-1837)
  Accordion: The contents of closed accordions will no longer be found by in-page search.
  Accordion: Updated appearance. (DDS-1837)

- [#129](https://github.com/dsv-rp/DDS/pull/129) [`9042252`](https://github.com/dsv-rp/DDS/commit/9042252d31641f7bd08bc4cc7f61634cff24b3d3) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Button: Set the maximum width by default. (DDS-1821)
  Button: Fixed an issue where click events could be propagated through disabled links. (DDS-1821)

- [#134](https://github.com/dsv-rp/DDS/pull/134) [`4c49e5e`](https://github.com/dsv-rp/DDS/commit/4c49e5ee305b5f169186245441bd27da8352c748) Thanks [@poetrainy](https://github.com/poetrainy)! - Text Area: Updated appearance. (DDS-1863)

- [#152](https://github.com/dsv-rp/DDS/pull/152) [`65fb740`](https://github.com/dsv-rp/DDS/commit/65fb74071e23e13ca981b76662cff3877d051e79) Thanks [@poetrainy](https://github.com/poetrainy)! - Tabs: Updated appearance. (DDS-1931)

- [#145](https://github.com/dsv-rp/DDS/pull/145) [`fcba2a4`](https://github.com/dsv-rp/DDS/commit/fcba2a4161f164c4301fba97c00097dbffe1ccc0) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Radio Group: Added support for reflecting the `disabled` property of the Input Group component. (DDS-1829)
  Radio Group: Elements now wrap rather than overflow when placed horizontally. (DDS-1829)

- [#136](https://github.com/dsv-rp/DDS/pull/136) [`a148bc4`](https://github.com/dsv-rp/DDS/commit/a148bc4fa4ea8ee2a44efc45f8739513d5dc6065) Thanks [@poetrainy](https://github.com/poetrainy)! - Table: Updated appearance. (DDS-1857)

## 0.7.0

### Minor Changes

- [#100](https://github.com/dsv-rp/DDS/pull/100) [`b26b122`](https://github.com/dsv-rp/DDS/commit/b26b122562a2dc6400d91026fd9e04e6d4b5f324) Thanks [@poetrainy](https://github.com/poetrainy)! - Progress Indicator: Updated appearance. (DDS-1302)

- [#104](https://github.com/dsv-rp/DDS/pull/104) [`c01e66d`](https://github.com/dsv-rp/DDS/commit/c01e66d51936cb04d46e5daf7ca6239ca85826ba) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Breadcrumb: The `trailing-slash` and `overflow` attributes have been removed. (DDS-1642)
  **BREAKING CHANGE** Breadcrumb Item: The `trailing-slash` attribute has been removed. (DDS-1642)
  **BREAKING CHANGE** Breadcrumb Item: The `ellipsis` value of the `variant` attribute has been removed. In addition, the `current` value has been added. (DDS-1642)
  Breadcrumb: The `show-visited` attribute has been added. (DDS-1642)
  Breadcrumb: Updated appearance. (DDS-1642)
  Breadcrumb Item: The `show-visited` attribute has been added. (DDS-1642)
  Breadcrumb Item: Updated appearance. (DDS-1642)

- [#105](https://github.com/dsv-rp/DDS/pull/105) [`63cf888`](https://github.com/dsv-rp/DDS/commit/63cf8884649d46837e4012b9d85913dd7bf0cd5f) Thanks [@yodas7](https://github.com/yodas7)! - **BREAKING CHANGE** The `@daikin-oss/design-system-web-components` package now requires `@daikin-oss/dds-tokens` package as a peer dependency.
  **BREAKING CHANGE** The `colors.js` file, which exported colors, has been removed. Please use `@daikin-oss/dds-tokens` instead.
  **BREAKING CHANGE** Icon, Tooltip: Changed the prefix for CSS custom properties to `--ddc-` from `--dds-` to avoid conflicts.

- [#73](https://github.com/dsv-rp/DDS/pull/73) [`18a71f6`](https://github.com/dsv-rp/DDS/commit/18a71f6a86fd4bc1cf04172b0e646a657048cd42) Thanks [@poetrainy](https://github.com/poetrainy)! - Tree: Initial Implementation.

- [#99](https://github.com/dsv-rp/DDS/pull/99) [`0efff7a`](https://github.com/dsv-rp/DDS/commit/0efff7a021f73388d22f50df96be833a4b446ae7) Thanks [@poetrainy](https://github.com/poetrainy)! - Input Group: Updated appearance.
  Progress bar: Updated appearance.

- [#107](https://github.com/dsv-rp/DDS/pull/107) [`2af6462`](https://github.com/dsv-rp/DDS/commit/2af646292808a87f5095f7d97e7647dde3ac2260) Thanks [@yodas7](https://github.com/yodas7)! - Accordion: Replaced colors with design tokens (brings dark mode support).
  Breadcrumb: Replaced colors with design tokens (brings dark mode support).
  Button: Replaced colors with design tokens (brings dark mode support).
  Checkbox: Replaced colors with design tokens (brings dark mode support).
  Dropdown: Replaced colors with design tokens (brings dark mode support).
  Icon: Replaced colors with design tokens (brings dark mode support).
  Icon Button: Replaced colors with design tokens (brings dark mode support).
  Input Group: Replaced colors with design tokens (brings dark mode support).
  Link: Replaced colors with design tokens (brings dark mode support).
  List: Replaced colors with design tokens (brings dark mode support).
  Notification: Replaced colors with design tokens (brings dark mode support).
  Pagination: Replaced colors with design tokens (brings dark mode support).
  Progress Bar: Replaced colors with design tokens (brings dark mode support).
  Progress Indicator: Replaced colors with design tokens (brings dark mode support).
  Radio Button: Replaced colors with design tokens (brings dark mode support).
  Select: Replaced colors with design tokens (brings dark mode support).
  Tab: Replaced colors with design tokens (brings dark mode support).
  Table: Replaced colors with design tokens (brings dark mode support).
  Text Area: Replaced colors with design tokens (brings dark mode support).
  Text Field: Replaced colors with design tokens (brings dark mode support).
  Toggle: Replaced colors with design tokens (brings dark mode support).
  Tree: Replaced colors with design tokens (brings dark mode support).

### Patch Changes

- [#111](https://github.com/dsv-rp/DDS/pull/111) [`598656f`](https://github.com/dsv-rp/DDS/commit/598656fc3851ac15461ffff9ca228fa9ad904deb) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Card: Initial Implementation. (DDS-1209)

- [#110](https://github.com/dsv-rp/DDS/pull/110) [`5d5db6b`](https://github.com/dsv-rp/DDS/commit/5d5db6b2990aae84511f5c4e721d101dc7887153) Thanks [@poetrainy](https://github.com/poetrainy)! - Icon Button: Fixed the issue where the size could not be changed. (DDS-1650)

- [#101](https://github.com/dsv-rp/DDS/pull/101) [`5150ef1`](https://github.com/dsv-rp/DDS/commit/5150ef1db56729b0adabbc3b246303241af7eed6) Thanks [@poetrainy](https://github.com/poetrainy)! - Text Area: Updated appearance. (DDS-1290)

- [#103](https://github.com/dsv-rp/DDS/pull/103) [`12fcb40`](https://github.com/dsv-rp/DDS/commit/12fcb406567c1a436f3ac39887096e91d63130da) Thanks [@poetrainy](https://github.com/poetrainy)! - Link: Fixed underline not shown correctly with line breaks.

- [#112](https://github.com/dsv-rp/DDS/pull/112) [`ffdda1e`](https://github.com/dsv-rp/DDS/commit/ffdda1eabd3e3e19dd9fe0929c390c9b56ae3340) Thanks [@poetrainy](https://github.com/poetrainy)! - Button: Updated appearance.

## 0.6.0

### Minor Changes

- [#89](https://github.com/dsv-rp/DDS/pull/89) [`c9bd3a7`](https://github.com/dsv-rp/DDS/commit/c9bd3a77932d1f4c3f2547f35daa7b026eff7a08) Thanks [@poetrainy](https://github.com/poetrainy)! - Dropdown: Update appearance.
  Select: Update appearance.
  Text Area: Update appearance.
  Text Input: Update appearance.

- [#53](https://github.com/dsv-rp/DDS/pull/53) [`651bc76`](https://github.com/dsv-rp/DDS/commit/651bc767f92be4a5b48b4c8c48b3378ef0e13855) Thanks [@yodas7](https://github.com/yodas7)! - **BREAKING CHANGE** Some attributes and properties have been renamed or removed.

  The following attributes (not properties) have been renamed to kebab case:

  - `<daikin-notification>`: ~~`closeButton`~~ -> `close-button`

- [#91](https://github.com/dsv-rp/DDS/pull/91) [`a188387`](https://github.com/dsv-rp/DDS/commit/a188387a0da9a452be1ebad4898a54c205d73b8e) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Dropdown: The `label` attribute has been removed.

### Patch Changes

- [#95](https://github.com/dsv-rp/DDS/pull/95) [`0d78d58`](https://github.com/dsv-rp/DDS/commit/0d78d585963b229c68971d7558b63c2c7d073db9) Thanks [@poetrainy](https://github.com/poetrainy)! - Tooltip: Fixed an issue where the tooltip would remain opened after clicking on the trigger element. (DDS-1631)

- [#88](https://github.com/dsv-rp/DDS/pull/88) [`90e1625`](https://github.com/dsv-rp/DDS/commit/90e1625f6455b60670920e397a51370eba70ace8) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Icon: The `size` attribute now defaults to `current`.
  Icon Button: Add Icon Button Component. (DDS-1536)
  Icon: The `size` attribute now accepts `current` , which references `--dds-icon-size` CSS variable.

- [#96](https://github.com/dsv-rp/DDS/pull/96) [`bdd827f`](https://github.com/dsv-rp/DDS/commit/bdd827fe1bc400de68f11a63bb6312d368cdadd9) Thanks [@poetrainy](https://github.com/poetrainy)! - Accordion: Update appearance.

- [#49](https://github.com/dsv-rp/DDS/pull/49) [`c1f44f8`](https://github.com/dsv-rp/DDS/commit/c1f44f825e0de8422be87a3efdae2e1e84d5d4da) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Add pagination component

- [#79](https://github.com/dsv-rp/DDS/pull/79) [`2e351b8`](https://github.com/dsv-rp/DDS/commit/2e351b8137f5d0aac1c5feb9520d25e35e81f138) Thanks [@yodas7](https://github.com/yodas7)! - Correct package type definitions. (DDS-1529)

- [#93](https://github.com/dsv-rp/DDS/pull/93) [`39a5a8f`](https://github.com/dsv-rp/DDS/commit/39a5a8f27079610bf62094486888b9c7c0af3416) Thanks [@poetrainy](https://github.com/poetrainy)! - Link: Initial Implementation. (DDS-1600)

- [#85](https://github.com/dsv-rp/DDS/pull/85) [`82b4fa9`](https://github.com/dsv-rp/DDS/commit/82b4fa95c1c9c60640ca3ce3d336ed00485908e4) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Modified the descriptions of some properties.

- [#44](https://github.com/dsv-rp/DDS/pull/44) [`d51e2ee`](https://github.com/dsv-rp/DDS/commit/d51e2eed13d3772542fb8141bb524489e2570602) Thanks [@poetrainy](https://github.com/poetrainy)! - Add Table Component.

## 0.5.0

### Minor Changes

- [#80](https://github.com/dsv-rp/DDS/pull/80) [`108e3c1`](https://github.com/dsv-rp/DDS/commit/108e3c152e7ad0589f34eb32f6f0345ec167fb73) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Tab: The `tablist` CSS part has been removed since we started providing default styles. (DDS-1430)
  Tab: Updated appearance. (DDS-1430)

- [#86](https://github.com/dsv-rp/DDS/pull/86) [`923224e`](https://github.com/dsv-rp/DDS/commit/923224e8f90b34c58e9cd32d88d42b6bb9a4b233) Thanks [@poetrainy](https://github.com/poetrainy)! - Radio: Update appearance. (DDS-1350)
  Checkbox: Update appearance. (DDS-1288)
  Toggle: Update appearance. (DDS-1374)
  Accordion: Update appearance. (DDS-1414)
  List: Update appearance. (DDS-1414)

- [#74](https://github.com/dsv-rp/DDS/pull/74) [`3151097`](https://github.com/dsv-rp/DDS/commit/3151097362d40e58e18e70914c5dd2ee83f6c430) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Tooltip: The `closeOnClick` attribute has been removed. (DDS-1501)
  **BREAKING CHANGE** Tooltip: The `trigger` and `tooltip` CSS parts have been removed. (DDS-1501)
  **BREAKING CHANGE** Tooltip: The `tooltip` slot has been renamed to `description` . (DDS-1501)
  Tooltip: The `trigger` attribute now accepts value of `"click"` . (DDS-1501)
  Tooltip: The `popover-value` attribute has been added. (DDS-1501)

- [#64](https://github.com/dsv-rp/DDS/pull/64) [`d0c031d`](https://github.com/dsv-rp/DDS/commit/d0c031d28a6eeac5043546ee01209e86c9f5fc2a) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Text Area: Renamed Textarea (`daikin-textarea`) to Text Area (`daikin-text-area`). (DDS-1327)
  **BREAKING CHANGE** Text Area: The `maxlength` attribute have been removed. (DDS-1327)
  **BREAKING CHANGE** Input Group: The `textareaCounter` attribute has been removed and the `textareaMaxCount` attribute has been added. (DDS-1327)
  Text Area: The `resizable` , `name` and `error` attributes has been added. (DDS-1327)
  Text Area: Updated appearance. (DDS-1327)

- [#62](https://github.com/dsv-rp/DDS/pull/62) [`94d6548`](https://github.com/dsv-rp/DDS/commit/94d65484625bebb2f17f023bb55b565d29d8c972) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Text Field: Renamed Text Input to Text Field. (DDS-1325)
  **BREAKING CHANGE** Input Group: The value accepted by `required` attribute has been changed from `boolean` to `string` (DDS-1325)
  Text Field: The `left-icon` and `right-icon` slots have been accepted. (DDS-1325)
  Text Field: Updated appearance. (DDS-1325)
  Input Group: Updated appearance. (DDS-1325)

### Patch Changes

- [#25](https://github.com/dsv-rp/DDS/pull/25) [`2a59211`](https://github.com/dsv-rp/DDS/commit/2a592110b5e5b1aaf23060832403acba21336845) Thanks [@poetrainy](https://github.com/poetrainy)! - Add Dropdown Component.

- [#65](https://github.com/dsv-rp/DDS/pull/65) [`c72d763`](https://github.com/dsv-rp/DDS/commit/c72d76356cb42c36b3c782a12654e95790ecc837) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Add radio group component. (DDS-1361)

- [#83](https://github.com/dsv-rp/DDS/pull/83) [`9eae0b8`](https://github.com/dsv-rp/DDS/commit/9eae0b866bbff612c33b8920e9dda95835007dc1) Thanks [@poetrainy](https://github.com/poetrainy)! - Add Select Component. (DDS-1566)

- [#47](https://github.com/dsv-rp/DDS/pull/47) [`32ed03c`](https://github.com/dsv-rp/DDS/commit/32ed03cdb2cafb562c57776ac136a3f7be90d8c3) Thanks [@poetrainy](https://github.com/poetrainy)! - Add Progress Indicator Component. (DDS-921)

## 0.4.0

### Minor Changes

- [#72](https://github.com/dsv-rp/DDS/pull/72) [`70391aa`](https://github.com/dsv-rp/DDS/commit/70391aab75eaf72fcf2951b4cb2664d8afa4cbf4) Thanks [@poetrainy](https://github.com/poetrainy)! - Progress Bar: The `size` property has been added. (DDS-1385)
  Progress Bar: Updated appearance. (DDS-1385)

- [#60](https://github.com/dsv-rp/DDS/pull/60) [`b6d7d9f`](https://github.com/dsv-rp/DDS/commit/b6d7d9f4bb5286bb9a8dc719628624dcca3c0f75) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Checkbox: The `readonly`, `size` and `error` property has been removed. (DDS-1288)
  **BREAKING CHANGE** Checkbox: The `labelPosition` property now removed `"left"` value. (DDS-1288)
  **BREAKING CHANGE** Checkbox: The `labelPosition` attribute (not property) has been renamed to `label-position` . (DDS-1288)
  Checkbox: The `labelPosition` property now accepts `"hidden"` value. (DDS-1288)
  Checkbox: Updated appearance. (DDS-1288)

- [#75](https://github.com/dsv-rp/DDS/pull/75) [`3922068`](https://github.com/dsv-rp/DDS/commit/3922068e28efcd5786f576435f68c35983f252c2) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Improve breadcrumb accessibility. (DDS-1482)
  **BREAKING CHANGE** Remove `link` slot from `daikin-breadcrumb-item` .

- [#69](https://github.com/dsv-rp/DDS/pull/69) [`3fcbc38`](https://github.com/dsv-rp/DDS/commit/3fcbc38a1affb1f3d50dbfb4e1aeb1fd34f301a7) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Accordion: The `title` attribute has been removed and replaced with a `summary` slot. (DDS-1414)
  Accordion: Updated appearance. (DDS-1414)
  Accordion Item: Updated appearance. (DDS-1414)

- [#61](https://github.com/dsv-rp/DDS/pull/61) [`36ef955`](https://github.com/dsv-rp/DDS/commit/36ef9551a504de318a51a738b9b6b58edfb7f6f9) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Radio: The `readonly`, `size` and `error` properties have been removed. (DDS-1350)
  **BREAKING CHANGE** Radio: The `labelPosition` property no longer supports `"left"` . Instead, it now supports `"hidden"` . (DDS-1350)
  **BREAKING CHANGE** Radio: The `labelPosition` attribute (not property) has been renamed to `label-position` .
  Radio: Updated appearance. (DDS-1350)

- [#56](https://github.com/dsv-rp/DDS/pull/56) [`a81916a`](https://github.com/dsv-rp/DDS/commit/a81916ac21c4fec5e85eb1e8bf9005137887a662) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Button: The `role` attribute/property is renamed to `button-role` attribute and `buttonRole` property to avoid conflicts with standard HTML attributes.
  **BREAKING CHANGE** Button: The `variant` attribute now accepts values of `"fill"` , `"outline"` and `"ghost"` , instead of `"primary"` , `"secondary"` , `"tertiary"` and `"primaryDanger"` .
  **BREAKING CHANGE** Button: The `isLoading` attribute has been removed.
  **BREAKING CHANGE** Button: The `leftIcon` and `rightIcon` attributes have been renamed to `left-icon` and `right-icon` respectively.
  **BREAKING CHANGE** Button: The `type` attribute now accepts `"link"` , and whether the button becomes a link is now determined by the `type` attribute, not by the presence of the `href` attribute. If `href` is omitted with `type="link"` , it is treated as a disabled state.
  Button: Added `color` attribute that accepts values of `"default"` and `"danger"` .
  Button: Updated appearance. (DDS-1284)

- [#50](https://github.com/dsv-rp/DDS/pull/50) [`4a34db7`](https://github.com/dsv-rp/DDS/commit/4a34db738bc08e347a790c0620bc602bbf1eac5b) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Notification: The `title` and `description` attributes have been removed, and their contents are now specified using slots with the same names.

- [#67](https://github.com/dsv-rp/DDS/pull/67) [`d377f50`](https://github.com/dsv-rp/DDS/commit/d377f5043f8d12c37a28772e44173b0e2a778003) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Tabs: The name of the component has been changed from `Tab Group` to `Tabs`. Use `<daikin-tabs>` instead of `<daikin-tab-group>`. (DDS-1450)
  **BREAKING CHANGE** Tabs: The signatures of the `beforechange` and `change` events have been updated to match those of other components. (DDS-1450)
  **BREAKING CHANGE** Tab Panels: The name of the component has been changed from `Panel Switcher` to `Tab panels` . Use `<daikin-tab-panels>` instead of `<daikin-panel-switcher>` . (DDS-1450)
  **BREAKING CHANGE** Tab: The `size` property has been removed. (DDS-1450)
  Tab: Updated appearance. (DDS-1450)

- [#63](https://github.com/dsv-rp/DDS/pull/63) [`535464e`](https://github.com/dsv-rp/DDS/commit/535464e625a3edb60e7e94ca867e16b390e3097e) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Toggle: The `size` and `error` properties has been removed. (DDS-1374)
  Toggle: Updated appearance. (DDS-1374)

### Patch Changes

- [#82](https://github.com/dsv-rp/DDS/pull/82) [`db7f9f3`](https://github.com/dsv-rp/DDS/commit/db7f9f331650d21d07d192d7032fd2689a849e3d) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Delete Stories area from component documentation page.

- [#77](https://github.com/dsv-rp/DDS/pull/77) [`dce6fa9`](https://github.com/dsv-rp/DDS/commit/dce6fa9128c84d55baf64b3d0ad8f35c4d8ea69c) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Add component import guideline to documentation.

- [#59](https://github.com/dsv-rp/DDS/pull/59) [`dcfaef3`](https://github.com/dsv-rp/DDS/commit/dcfaef3e5aabe47e61b3ed815d2c74fcb14afc68) Thanks [@yodas7](https://github.com/yodas7)! - Storybook: Improve the code displayed by "Show code".
  Storybook: Added a common description of the event to the beginning of the Events section of the component documentation.

- [#55](https://github.com/dsv-rp/DDS/pull/55) [`5d5c051`](https://github.com/dsv-rp/DDS/commit/5d5c0513febb1c38a500850806c9eef0c210a756) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Toggle: Fix `checked` property not updated on `change` event. (DDS-1317)
  Tab Group: Fix `value` property not updated on `change` event. (DDS-1317)

- [#45](https://github.com/dsv-rp/DDS/pull/45) [`42f6d1b`](https://github.com/dsv-rp/DDS/commit/42f6d1b27e4020db4e1c286f16d632aa305457d9) Thanks [@poetrainy](https://github.com/poetrainy)! - Text Input: Fixed an issue where the size of components could not be changed. (DDS-1279)
  Textarea: Fixed an issue where the size of components could not be changed. (DDS-1279)

- [#78](https://github.com/dsv-rp/DDS/pull/78) [`fbd2adb`](https://github.com/dsv-rp/DDS/commit/fbd2adbd671a9d928fb92eec7d548260e5bbaa87) Thanks [@poetrainy](https://github.com/poetrainy)! - Toggle: Assign the `switch` role. (DDS-1531)

- [#70](https://github.com/dsv-rp/DDS/pull/70) [`144a2ad`](https://github.com/dsv-rp/DDS/commit/144a2adbe9043f345f88f42c80a0106fcb68f542) Thanks [@poetrainy](https://github.com/poetrainy)! - Add List Component.

## 0.3.2

### Patch Changes

- [#24](https://github.com/dsv-rp/DDS/pull/24) [`b2971f4`](https://github.com/dsv-rp/DDS/commit/b2971f4f4fff45d7615157e00314ea26ccc747f9) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Add Breadcrumbs Component

- [#42](https://github.com/dsv-rp/DDS/pull/42) [`7db6d0e`](https://github.com/dsv-rp/DDS/commit/7db6d0e0f2f823d9c0ff80e287060b92f32a89ff) Thanks [@yodas7](https://github.com/yodas7)! - Update dependencies.

  - lit: ^3.1.4 -> ^3.2.0

- [#34](https://github.com/dsv-rp/DDS/pull/34) [`dc2640a`](https://github.com/dsv-rp/DDS/commit/dc2640a012c9fb8ab74b969c4721c15a3f814e2c) Thanks [@poetrainy](https://github.com/poetrainy)! - Add Progress Bar Component.

- [#40](https://github.com/dsv-rp/DDS/pull/40) [`d11ec1d`](https://github.com/dsv-rp/DDS/commit/d11ec1d49f9d8c7b9a32582954b9b3f96123c1ef) Thanks [@yodas7](https://github.com/yodas7)! - Include CHANGELOG.md in the package.

- [#29](https://github.com/dsv-rp/DDS/pull/29) [`38a7063`](https://github.com/dsv-rp/DDS/commit/38a706337a4008b163b05fe4f4b90b838b4be4fc) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Add Tooltip Component.

- [#52](https://github.com/dsv-rp/DDS/pull/52) [`d477bae`](https://github.com/dsv-rp/DDS/commit/d477baec057acf00c42038ebcbd7eeba5a13989e) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Add document to breadcrumb component.

## 0.3.1

### Patch Changes

- [#38](https://github.com/dsv-rp/DDS/pull/38) [`8be9351`](https://github.com/dsv-rp/DDS/commit/8be93513040a738f36c0ade2d3a7bb2dc7b0d91f) Thanks [@yodas7](https://github.com/yodas7)! - Fix package not released successfully due to the lack of repository field.

## 0.3.0

### Minor Changes

- [#7](https://github.com/dsv-rp/DDS/pull/7) Navigation Tab
- [#18](https://github.com/dsv-rp/DDS/pull/18) Icon
- [#20](https://github.com/dsv-rp/DDS/pull/20) Accordion
- [#30](https://github.com/dsv-rp/DDS/pull/30) Toggle Switch
- Add icon to button component
- Add icon to notification component

### Patch Changes

- [#33](https://github.com/dsv-rp/DDS/pull/33) [`7dabcfc`](https://github.com/dsv-rp/DDS/commit/7dabcfc08dd3bf9f7dbcc368e0afc25b878f53d0) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Improve Storybook documents

- [#31](https://github.com/dsv-rp/DDS/pull/31) [`f72fbbd`](https://github.com/dsv-rp/DDS/commit/f72fbbd4791a0aad32fe9359ff30bc506d14afff) Thanks [@yodas7](https://github.com/yodas7)! - Introduce Changesets.

- [#35](https://github.com/dsv-rp/DDS/pull/35) Fix button text being wrapped
