summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-02-03 19:07:06 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-03 19:07:06 +0100
commit878134883e5298aa8e12261a3ebd85879eae1d19 (patch)
treefe8fcec55cce4d8ff74bbf234e1e250bc55bcc1c /CHANGELOG.md
parent6756594fc6edc699f8a254c369aabdecc4e2dcea (diff)
parented02c1b24d22122e292b54950381589f29c5b21e (diff)
downloadiced-878134883e5298aa8e12261a3ebd85879eae1d19.tar.gz
iced-878134883e5298aa8e12261a3ebd85879eae1d19.tar.bz2
iced-878134883e5298aa8e12261a3ebd85879eae1d19.zip
Merge pull request #2170 from varbhat/vbt/colorpalettes
Add Nord, Dracula, Solarized and Gruvbox themes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec3e87ea..3bd1cf2a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `default` and `shift_step` methods for `slider` widgets. [#2100](https://github.com/iced-rs/iced/pull/2100)
- `Custom` variant to `command::Action`. [#2146](https://github.com/iced-rs/iced/pull/2146)
- Mouse movement events for `MouseArea`. [#2147](https://github.com/iced-rs/iced/pull/2147)
+- Dracula, Nord, Solarized, and Gruvbox variants for `Theme`. [#2170](https://github.com/iced-rs/iced/pull/2170)
### Changed
- Enable WebGPU backend in `wgpu` by default instead of WebGL. [#2068](https://github.com/iced-rs/iced/pull/2068)
@@ -127,6 +128,7 @@ Many thanks to...
- @Tahinli
- @tarkah
- @tzemanovic
+- @varbhat
- @william-shere
## [0.10.0] - 2023-07-28