|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
4 | 4 |
|
| 5 | +## [0.96.0](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.95.1...v0.96.0) (2025-12-14) |
| 6 | + |
| 7 | +### ⚠ BREAKING CHANGES |
| 8 | + |
| 9 | +- **radio-button-group:** change `legendText` slot to `legendChildren` |
| 10 | +- **tile-group:** rename `legend` to `legendText` |
| 11 | +- **selectable-tile-group:** rename `legend` to `legendText` |
| 12 | +- **data-table:** change `title`/`description` slots to `titleChildren`, `descriptionChildren` |
| 13 | +- **inline-notification:** change `title`/`subtitle`/`caption` slot names to `titleChildren`/`subtitleChildren`/`captionChildren` |
| 14 | +- **toast-notification:** change `title`/`subtitle`/`caption` slot names to `titleChildren`/`subtitleChildren`/`captionChildren` |
| 15 | +- **header:** change `company` prop to `companyText` |
| 16 | +- **header-action:** change `text` slot to `textChildren` |
| 17 | +- **context-menu-option:** change `labelText` slot to `labelChildren` |
| 18 | +- **file-uploader-drop-container:** change `labelText` slot to `labelChildren` |
| 19 | +- **file-uploader-button:** change `labelText` slot to `labelChildren` |
| 20 | +- **number-input:** change `labelText` slot to `labelChildren` |
| 21 | +- **text-area:** change `labelText` slot to `labelChildren` |
| 22 | +- **text-input:** change `labelText` slot to `labelChildren` |
| 23 | +- **password-input:** change `labelText` slot to `labelChildren` |
| 24 | +- **date-picker-input:** change `labelText` slot to `labelChildren` |
| 25 | +- **toggle-skeleton:** change `labelText` slot to `labelChildren` |
| 26 | +- **toggle:** change `labelText` slot to `labelChildren` |
| 27 | +- **search:** change `labelText` slot to `labelChildren` |
| 28 | +- **multi-select:** change `labelText` slot to `labelChildren` |
| 29 | +- **select:** change `labelText` slot to `labelChildren` |
| 30 | +- **combo-box:** change `labelText` slot to `labelChildren` |
| 31 | +- **progress-bar:** change `labelText` slot to `labelChildren` |
| 32 | +- **slider:** change `labelText` slot to `labelChildren` |
| 33 | +- **checkbox:** change `labelText` slot to `labelChildren` |
| 34 | +- **tree-view:** change `labelText` slot to `labelChildren` |
| 35 | +- **radio-button:** change `labelText` slot to `labelChildren` |
| 36 | +- **time-picker:** change `labelText` slot to `labelChildren` |
| 37 | +- **time-picker-select:** change `labelText` slot to `labelChildren` |
| 38 | + |
| 39 | +### Features |
| 40 | + |
| 41 | +- **inline-notification:** add `open` prop ([63058c6](https://github.com/carbon-design-system/carbon-components-svelte/commit/63058c6b3f12f9b4ced0c5123b02569273fda60b)), closes [#630](https://github.com/carbon-design-system/carbon-components-svelte/issues/630) |
| 42 | +- **selectable-tile-group:** add `legendChildren` slot ([ddb6abd](https://github.com/carbon-design-system/carbon-components-svelte/commit/ddb6abd78b1912b30b7764a4ed3c4beb03c81536)) |
| 43 | +- **stack:** support `gap={0}` ([e374436](https://github.com/carbon-design-system/carbon-components-svelte/commit/e374436204adac6cae8a665b4eaa39efd8c6616e)), closes [#2426](https://github.com/carbon-design-system/carbon-components-svelte/issues/2426) |
| 44 | +- **tile-group:** add `legendChildren` slot ([4ff133b](https://github.com/carbon-design-system/carbon-components-svelte/commit/4ff133b202c45a47f7e287d4479d8bccdfc35566)) |
| 45 | +- **toast-notification:** add `open` prop ([d703135](https://github.com/carbon-design-system/carbon-components-svelte/commit/d70313509920c11687bf91b5709e470d8cbe259b)) |
| 46 | + |
| 47 | +### Bug Fixes |
| 48 | + |
| 49 | +- **pagination:** update JSDoc descriptions for dispatched events ([4588944](https://github.com/carbon-design-system/carbon-components-svelte/commit/4588944c4c394cf45ebc61c40dfa85288df4d30d)) |
| 50 | +- **stack:** include styles for individual themes ([397ccba](https://github.com/carbon-design-system/carbon-components-svelte/commit/397ccbaf33fa9f9720eaece4096d8e508df7da62)), closes [#2417](https://github.com/carbon-design-system/carbon-components-svelte/issues/2417) |
| 51 | +- **time-picker:** allow longer labels ([3d1d187](https://github.com/carbon-design-system/carbon-components-svelte/commit/3d1d1876e0ad43ea268be713df4a91e682165f73)), closes [#1749](https://github.com/carbon-design-system/carbon-components-svelte/issues/1749) |
| 52 | + |
5 | 53 | ### [0.95.1](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.95.0...v0.95.1) (2025-12-04) |
6 | 54 |
|
7 | 55 | ### Bug Fixes |
|
0 commit comments