Skip to content

Commit 52aa7e5

Browse files
chore: version packages (#189)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c3dfcf1 commit 52aa7e5

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
lines changed

.changeset/tiny-pots-fail.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

packages/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# overlay-kit
22

3+
## 1.8.4
4+
5+
### Patch Changes
6+
7+
- [#187](https://github.com/toss/overlay-kit/pull/187) [`c3dfcf1`](https://github.com/toss/overlay-kit/commit/c3dfcf169663069955f871bfe4f61923af3a1fd3) Thanks [@jungpaeng](https://github.com/jungpaeng)! - Fixed a bug where overlays could not be reopened after closing with the same ID.
8+
9+
### Fixed Issues
10+
11+
- Resolved issue where overlays would not display when reopened with the same `overlayId` after being closed
12+
- Improved mounting state tracking with added `isMounted` property in overlay state management
13+
- Added state change detection logic to ensure proper reopen handling
14+
15+
### Changes
16+
17+
- Added `isMounted` property to `OverlayItem` type for better mounting state tracking
18+
- Enhanced `ADD` action in reducer to handle reopening of existing closed overlays
19+
- Implemented automatic reopen mechanism through state comparison in `OverlayProvider`
20+
- Added test cases for overlay reopen scenarios
21+
22+
This fix ensures overlays work as expected when closing and reopening them.
23+
324
## 1.8.3
425

526
### Patch Changes

packages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "overlay-kit",
3-
"version": "1.8.3",
3+
"version": "1.8.4",
44
"description": "Next-generation tools for managing overlays",
55
"keywords": [
66
"overlay",

0 commit comments

Comments
 (0)