docs: Update CHANGELOG.md and package.json#2233
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates release documentation and packaging metadata to align dependency versions with the latest i18n packages and publish notes for the 7.2.0 release.
Changes:
- Bumped
igniteui-i18n-coreandigniteui-i18n-resourcesversions inscripts/_package.jsonto^1.0.5. - Added a new
7.2.0section toCHANGELOG.md, including PR references and a compare link.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| scripts/_package.json | Updates i18n dependency/peerDependency versions to ^1.0.5. |
| CHANGELOG.md | Adds 7.2.0 release notes and a compare link. |
Comment on lines
4
to
+7
| The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
| and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
|
||
| ## [Unreleased] | ||
| ## [7.2.0] - 2026-05-27 |
| - Added `keepOpenOnEscape` property — prevents the drawer from closing when the user presses the **Escape** key (non-relative positions only). | ||
| - Added `igcClosing` event — emitted just before the drawer is closed by user interaction. Cancelable. | ||
| - Added `igcClosed` event — emitted just after the drawer is closed by user interaction. | ||
| - The drawer for non-relative positions are now implemented using the native Popover API, providing built-in modal semantics, focus trapping, and accessibility support. [#2194](https://github.com/IgniteUI/igniteui-webcomponents/pull/2194) |
|
|
||
| ### Changed | ||
| - #### AI-Assisted Development | ||
| - Updated and enhanced the library provided skills [#2232](https://github.com/IgniteUI/igniteui-webcomponents/pull/2232) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.