diff options
author | 2019-11-25 14:55:14 +0100 | |
---|---|---|
committer | 2019-11-25 14:55:14 +0100 | |
commit | 862859142b50cf74a6fe423a4aa23fd63c152843 (patch) | |
tree | 7cac6b187667701a8798f138268a5f128b7b6d0b /CHANGELOG.md | |
parent | 1344ea84fcbb05b1580a0e9108705921c6ad2182 (diff) | |
download | iced-862859142b50cf74a6fe423a4aa23fd63c152843.tar.gz iced-862859142b50cf74a6fe423a4aa23fd63c152843.tar.bz2 iced-862859142b50cf74a6fe423a4aa23fd63c152843.zip |
Add `CHANGELOG` to subcrates
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7beb8102..62fb335a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,28 +5,16 @@ 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] -### Added -- `iced_core`, `iced_native`, and `iced_web` subcrates. [#17] -- The `Length` type. It unifies methods like `width`, `fill_width`, etc. [#17] +## [0.1.0-beta] - 2019-11-25 ### Changed -- `iced` becomes `iced_native`. The current `iced` crate will be empty until we have a first prototype of a low-level renderer. [#17] -- Widgets expose their fields publicly, simplifying the `Renderer` traits in `iced_native`. [#17] -- Widgets no longer hold a default `Style`. Related to [#6] and [#12]. [#17] -- All `Renderer` traits now have total control to produce a `Node`. Related to [#6] and [#12]. [#17] -- The tour example lives in its own crate now and it can be run both on native and web. [#17] - -### Removed -- `Color` generic parameter in widgets. The new `Color` type is used now. This keeps widgets as reusable as possible. It may complicate implementing some runtimes, but a color mapper should be easily implementable in situations where colors are limited. [#17] - -[#6]: https://github.com/hecrj/iced/issues/6 -[#12]: https://github.com/hecrj/iced/issues/12 -[#17]: https://github.com/hecrj/iced/pull/17 +- The old `iced` becomes `iced_native`. The current `iced` crate turns into a batteries-included, cross-platform GUI library. ## [0.1.0-alpha] - 2019-09-05 ### Added - First release! :tada: -[Unreleased]: https://github.com/hecrj/iced/compare/0.1.0-alpha...HEAD +[Unreleased]: https://github.com/hecrj/iced/compare/0.1.0-beta...HEAD +[0.1.0-beta]: https://github.com/hecrj/iced/compare/0.1.0-alpha...0.1.0-beta [0.1.0-alpha]: https://github.com/hecrj/iced/releases/tag/0.1.0-alpha |