summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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)