Skip to content

Commit

Permalink
Release 0.9.0 with some clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed May 7, 2024
1 parent 898cf99 commit 6d2c4bf
Show file tree
Hide file tree
Showing 14 changed files with 374 additions and 311 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0] - 2024-05-07

### Added
- font loading example @Redhawk18
- Add font size to date_picker @Strosel

### Changed
- Replace Length with impl Into<Length> in width/height APIs @TitouanReal
- use bounds directly for segmented_button @spamviech
- Updated bootstrap fonts @RedHawk.
- Migrated SF_UI fonts under extended fonts type removing cupertino feature requirement to use them.

### Fixed
- number input over/underflow @TitouanReal
- Numberinput fixes & shortcut support @the-marenga
- hide all fill_quad-calls behind intersects(viewport) or width/height>0 checks @spamviech
- add missing set_active_tab @spamviech
- button doesn't highlight when it is hovered @Sherlock-Holo
- broken grid generic parameters @Exidex
- nerd font not being loaded by using font family name @Redhawk18
- font Icon enums @Redhawk18
- modal overlay fixed
- fixed tabs

## [0.8.0] - 2024-02-24
### Added
- Tab bar now follows native iced theme @Redhawk.
Expand Down
Loading

0 comments on commit 6d2c4bf

Please sign in to comment.