Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ These are changes that have backwards-compatible solutions present and that comp

### Latest Release

## Release 0.10.47

**Bugfixes**
- `Popover` - Prevent ESC key event from bubbling up to parent components such as `Modal`

**Maintenance**
- `ProgressIndicator` - TypeScript types update

## Release 0.10.46

**Bugfixes**
Expand Down
7 changes: 7 additions & 0 deletions patch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Release 0.10.47

**Bugfixes**
- `Popover` - Prevent ESC key event from bubbling up to parent components such as `Modal`

**Maintenance**
- `ProgressIndicator` - TypeScript types update