summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-01-14 00:49:58 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-01-14 01:10:28 +0100
commit9fe46de13f86967543de8f00b5a4f9e45d8f5bcf (patch)
tree448810ef123d1e3d492521ef72625dbe049be7fd /CHANGELOG.md
parent597af315af714f3ecadd195516e80506504dcb26 (diff)
downloadiced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.tar.gz
iced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.tar.bz2
iced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.zip
Bump versions :tada:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 29cdef58..1cbb7e96 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.7.0] - 2023-01-14
+### Added
+- Widget-driven animations. [#1647](https://github.com/iced-rs/iced/pull/1647)
+- Multidirectional scrolling support for `Scrollable`. [#1550](https://github.com/iced-rs/iced/pull/1550)
+- `VerticalSlider` widget. [#1596](https://github.com/iced-rs/iced/pull/1596)
+- `Shift+Click` text selection support in `TextInput`. [#1622](https://github.com/iced-rs/iced/pull/1622)
+- Profiling support with the `chrome-trace` feature. [#1565](https://github.com/iced-rs/iced/pull/1565)
+- Customization of the handle of a `PickList`. [#1562](https://github.com/iced-rs/iced/pull/1562)
+- `window` action to request user attention. [#1584](https://github.com/iced-rs/iced/pull/1584)
+- `window` action to gain focus. [#1585](https://github.com/iced-rs/iced/pull/1585)
+- `window` action to toggle decorations. [#1588](https://github.com/iced-rs/iced/pull/1588)
+- `Copy` implementation for `gradient::Location`. [#1636](https://github.com/iced-rs/iced/pull/1636)
+
+### Changed
+- Replaced `Application::should_exit` with a `window::close` action. [#1606](https://github.com/iced-rs/iced/pull/1606)
+- Made `focusable::Count` fields public. [#1635](https://github.com/iced-rs/iced/pull/1635)
+- Added `Dependency` argument to the closure of `Lazy`. [#1646](https://github.com/iced-rs/iced/pull/1646)
+- Switched arguments order of `Toggler::new` for consistency. [#1616](https://github.com/iced-rs/iced/pull/1616)
+- Switched arguments order of `Checkbox::new` for consistency. [#1633](https://github.com/iced-rs/iced/pull/1633)
+
+### Fixed
+- Compilation error in `iced_glow` when the `image` feature is enabled but `svg` isn't. [#1593](https://github.com/iced-rs/iced/pull/1593)
+- Widget operations for `Responsive` widget. [#1615](https://github.com/iced-rs/iced/pull/1615)
+- Overlay placement for `Responsive`. [#1638](https://github.com/iced-rs/iced/pull/1638)
+- `overlay` implementation for `Lazy`. [#1644](https://github.com/iced-rs/iced/pull/1644)
+- Minor typo in documentation. [#1624](https://github.com/iced-rs/iced/pull/1624)
+- Links in documentation. [#1634](https://github.com/iced-rs/iced/pull/1634)
+- Missing comment in documentation. [#1648](https://github.com/iced-rs/iced/pull/1648)
+
+Many thanks to...
+
+- @13r0ck
+- @Araxeus
+- @ben-wallis
+- @bungoboingo
+- @casperstorm
+- @nicksenger
+- @Night-Hunter-NF
+- @rpitasky
+- @rs017991
+- @tarkah
+- @wiktor-k
+
## [0.6.0] - 2022-12-07
### Added
- Support for non-uniform border radius for `Primitive::Quad`. [#1506](https://github.com/iced-rs/iced/pull/1506)