Skip to content

Commit 8f57b36

Browse files
committed
docs(dialog): API docs and Changelog
1 parent 02b1807 commit 8f57b36

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## Unreleased
8+
### Added
9+
- #### Dialog
10+
- A new `message` slot that renders text content inside the dialog component has been added.
11+
712
## [5.2.0] - 2025-01-09
813
### Added
914
- Form-associated elements now have a `defaultValue` property (`defaultChecked` for radio buttons, checkboxes, and switches). When a form is reset, components will use this property’s value as their new value or checked state.

src/components/dialog/dialog.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export interface IgcDialogComponentEventMap {
3737
*
3838
* @slot - Renders content inside the default slot.
3939
* @slot title - Renders the title of the dialog header.
40+
* @slot message - Renders the message content of the dialog.
4041
* @slot footer - Renders the dialog footer.
4142
*
4243
* @csspart base - The base wrapper of the dialog.

0 commit comments

Comments
 (0)