Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Sep 19, 2024
1 parent 7d14e42 commit c0514f8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.11.0] - 2024-09-19
### Changes
- (Breaking) Removed Fonts and replaced with iced_fonts.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iced_aw"
version = "0.10.0"
version = "0.11.0"
authors = [
"Kaiden42 <gitlab@tinysn.com>",
"Andrew Wheeler <genusistimelord@gmail.com>",
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Include `iced_aw` as a dependency in your `Cargo.toml`:
```toml
[dependencies]
iced = "0.13.0"
iced_aw = { version = "0.10.0", default-features = false, features = [...] }
iced_aw = { version = "0.11.0", default-features = false, features = [...] }
```

## Versioning
Expand All @@ -25,7 +25,7 @@ iced_aw = { version = "0.10.0", default-features = false, features = [...] }
| -------------- | ----------------- |
| 0.10 | 0.7 |
| 0.12 | 0.9 |
| 0.13 | 0.10 |
| 0.13 | 0.10, 0.11 |

## Widgets

Expand Down Expand Up @@ -161,10 +161,6 @@ Enable Sidebar with the feature `sidebar`.

Also included in this feature, are two widgets `sidebar::column::FlushColumn` and `sidebar::row::FlushRow` that flushes the end/start element to the opposite direction to the alignment of the container.

## Quickstart features

Quickstart features are pretty handy to start and experiment having everything like colors or icons available. Nevertheless, it is recommended to disable these features once the GUI is ready for production and to only include the things you really need.

### Color palette

This crate adds a predefined color palette based on the [CSS color palette](https://www.w3schools.com/cssref/css_colors.asp).
Expand Down

0 comments on commit c0514f8

Please sign in to comment.