Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Sep 18, 2024
1 parent e7b5136 commit f012049
Show file tree
Hide file tree
Showing 6 changed files with 259 additions and 227 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changes
## [0.10.0] - 2024-09-18

### Added
- Typed Input @Ultraxime

- Split removed in favor of Iced pane grid
- Modal and Floating element removed in favor of Iced Stack.
- Segmented Button Removed use iced button.
- cupertino Removed as we are not going to support these anymore.
### Changes
- (Breaking) Migrated Widgets to Widget folder to mimic Iced @Ultraxime
- (Breaking) Add text::Wrapping support @edwloef
- (Breaking) Iced 0.13.0 upgrades.
- (Breaking) Split removed in favor of Iced pane grid
- (Breaking) Modal and Floating element removed in favor of Iced Stack.
- (Breaking) Segmented Button Removed use iced button.
- (Breaking) cupertino Removed as we are not going to support these anymore.

## [0.9.3] - 2024-05-08

Expand Down
Loading

0 comments on commit f012049

Please sign in to comment.