Skip to content

Commit

Permalink
Rename BaseState to WidgetState
Browse files Browse the repository at this point in the history
This is motivated by a desire to avoid some confusion with a
future patch that adds a RootState struct to unify some of the
other stuff shared between various contexts.
  • Loading branch information
cmyr committed May 21, 2020
1 parent f273b38 commit 66db763
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 130 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ This means that druid no longer requires cairo on macOS and uses Core Graphics i
- `SHOW_WINDOW` and `CLOSE_WINDOW` commands now only use `Target` to determine the affected window. ([#928] by [@finnerale])
- Replaced `NEW_WINDOW`, `SET_MENU` and `SHOW_CONTEXT_MENU` commands with methods on `EventCtx` and `DelegateCtx`. ([#931] by [@finnerale])
- Replaced `Command::one_shot` and `::take_object` with a `SingleUse` payload wrapper type. ([#959] by [@finnerale])
- Renamed `BaseState` to `WidgetState` ([#969] by [@cmyr])

### Deprecated

Expand Down Expand Up @@ -215,6 +216,7 @@ This means that druid no longer requires cairo on macOS and uses Core Graphics i
[#959]: https://github.com/xi-editor/druid/pull/959
[#961]: https://github.com/xi-editor/druid/pull/961
[#963]: https://github.com/xi-editor/druid/pull/963
[#969]: https://github.com/xi-editor/druid/pull/969

## [0.5.0] - 2020-04-01

Expand Down
Loading

0 comments on commit 66db763

Please sign in to comment.