Skip to content

Commit 1134bdb

Browse files
authored
Merge branch 'master' into rkaraivanov/combo-navigation-refactor
2 parents 6829d5b + 156fb3d commit 1134bdb

File tree

17 files changed

+9628
-7601
lines changed

17 files changed

+9628
-7601
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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. The enhancement was introduced to align the design behavior between Ignite UI for WC and Ignite UI for Angular, ensuring a consistent user experience across products. The newly added `message' slot comes with additional styling with a max-width of 40 characters. The default slot is also still available for rendering content inside the dialog without limiting the component's width.
11+
12+
### Fixed
13+
- #### Rating
14+
- Inaccurate value calculation on selection when step is set to 1 [#1548](https://github.com/IgniteUI/igniteui-webcomponents/issues/1548)
15+
716
## [5.2.0] - 2025-01-09
817
### Added
918
- 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.

0 commit comments

Comments
 (0)