mirror of
https://github.com/danbulant/cushy
synced 2026-06-18 22:11:34 +00:00
Noting Easing change
This commit is contained in:
parent
5f604c41dc
commit
06e9072a23
1 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- `CushyWindowBuilder` has been renamed to `StandaloneWindowBuilder` and
|
||||
`MakeWidget::build_virtual_window` has been renamed to
|
||||
`build_standalone_window`.
|
||||
- All animation easing related functionality has been reactored into a separate
|
||||
crate: `easing-function`. Most code will remain unaffected due to re-exports,
|
||||
but the `Easing` trait no longer accepts a `ZeroToOne` parameter, instead
|
||||
accepting an `f32` value.
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
@ -45,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
but also fixes `Stack`, `Grid`, and `WidgetRef` to automatically remount as
|
||||
needed.
|
||||
|
||||
|
||||
[158]: https://github.com/khonsulabs/cushy/issues/158
|
||||
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Reference in a new issue