Skip to content

Commit

Permalink
Switcher unmounts in all windows
Browse files Browse the repository at this point in the history
Fixes #139
  • Loading branch information
ecton committed Aug 28, 2024
1 parent 53d3c58 commit 0dd1882
Show file tree
Hide file tree
Showing 6 changed files with 197 additions and 103 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
animating the transition. The previous behavior caused nested collapsed
widgets to grow and shrink in an accordian-like fashion rather than animating
together.
- `Switcher` now unmounts child widgets in all windows it is mounted in. Fixes
[#139][139].

### Added

Expand All @@ -35,6 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `MakeWidget::to_checkbox()`
- `WidgetInstance::to_window()`

[139]: https://github.com/khonsulabs/cushy/issues/139

## v0.4.0 (2024-08-20)

### Breaking Changes
Expand Down
Loading

0 comments on commit 0dd1882

Please sign in to comment.