Skip to content

Commit bbf8d93

Browse files
committed
Merge remote-tracking branch 'origin/master' into mkirkova/feat-1289
2 parents c1e0f50 + 4bcd3bb commit bbf8d93

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+3147
-1767
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ v18.19.1
2727
git clone https://github.com/IgniteUI/igniteui-webcomponents.git
2828
cd igniteui-webcomponents
2929
npm ci
30-
npm run build
30+
npm start
3131
```
3232

3333
## Making Changes

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
### Added
9+
- 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.
10+
811
### Changed
912
- Calendar - allow passing a string value to the backing `value`, `values` and `activeDate` properties [#1467](https://github.com/IgniteUI/igniteui-webcomponents/issues/1467)
1013
- Date-time input - allow passing a string value to the backing `value`, `min` and `max` properties [#1467](https://github.com/IgniteUI/igniteui-webcomponents/issues/1467)
1114
- Date picker - allow passing a string value to the backing `value`, `min`, `max` and `activeDate` properties [#1467](https://github.com/IgniteUI/igniteui-webcomponents/issues/1467)
15+
- Component validation - aligned validation constraints to follow the behavior of their native HTML counterparts.
16+
For example, `minlength` will no longer trigger a `tooShort` validity state, unless there is text present in the component.
17+
18+
### Fixed
19+
- Combo - Rendering issue after Edge browser autofill behavior [#1497](https://github.com/IgniteUI/igniteui-webcomponents/issues/1497)
1220

1321
## [5.1.2] - 2024-11-04
1422
### Added

SECURITY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
| Version | Supported |
6+
| ------- | ------------------ |
7+
| 5.1.x | :white_check_mark: |
8+
| < 5.0.x | :x: |
9+
10+
## Reporting a Vulnerability
11+
12+
Please report any suspected vulnerability through the [issues](../../issues) section.

0 commit comments

Comments
 (0)