You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`theme::Custom::with_fn` to generate completely custom themes. [#2067](https://github.com/iced-rs/iced/pull/2067)
31
+
-`style` attribute for `Font`. [#2041](https://github.com/iced-rs/iced/pull/2041)
32
+
- Texture filtering options for `Image`. [#1894](https://github.com/iced-rs/iced/pull/1894)
33
+
-`default` and `shift_step` methods for `slider` widgets. [#2100](https://github.com/iced-rs/iced/pull/2100)
34
+
-`Custom` variant to `command::Action`. [#2146](https://github.com/iced-rs/iced/pull/2146)
35
+
- Mouse movement events for `MouseArea`. [#2147](https://github.com/iced-rs/iced/pull/2147)
11
36
12
37
### Changed
13
-
- Updated `wgpu` to `0.17`. [#2065](https://github.com/iced-rs/iced/pull/2065)
14
-
- Changed `Button::style` to take an `impl Into<...>` for consistency. [#2046](https://github.com/iced-rs/iced/pull/2046)
38
+
- Enable WebGPU backend in `wgpu` by default instead of WebGL. [#2068](https://github.com/iced-rs/iced/pull/2068)
39
+
- Update `glyphon` to `0.4`. [#2203](https://github.com/iced-rs/iced/pull/2203)
40
+
- Require `Send` on stored pipelines. [#2197](https://github.com/iced-rs/iced/pull/2197)
41
+
- Update `wgpu` to `0.19`, `glyphon` to `0.5`, `softbuffer` to `0.4`, `window-clipboard` to `0.4`, and `raw-window-handle` to `0.6`. [#2191](https://github.com/iced-rs/iced/pull/2191)
42
+
- Update `winit` to `0.29`. [#2169](https://github.com/iced-rs/iced/pull/2169)
43
+
- Provide actual bounds to `Shader` primitives. [#2149](https://github.com/iced-rs/iced/pull/2149)
44
+
- Deny warnings in `test` workflow. [#2135](https://github.com/iced-rs/iced/pull/2135)
45
+
- Update `wgpu` to `0.18` and `cosmic-text` to `0.10`. [#2122](https://github.com/iced-rs/iced/pull/2122)
46
+
- Compute vertex positions in the shader. [#2099](https://github.com/iced-rs/iced/pull/2099)
47
+
- Migrate twox-hash -> xxhash-rust and switch to Xxh3 for better performance. [#2080](https://github.com/iced-rs/iced/pull/2080)
48
+
- Add `keyboard` subscriptions and rename `subscription::events` to `event::listen`. [#2073](https://github.com/iced-rs/iced/pull/2073)
49
+
- Use workspace dependencies and package inheritance. [#2069](https://github.com/iced-rs/iced/pull/2069)
50
+
- Update `wgpu` to `0.17`. [#2065](https://github.com/iced-rs/iced/pull/2065)
51
+
- Support automatic style type casting for `Button`. [#2046](https://github.com/iced-rs/iced/pull/2046)
52
+
- Make `with_clip` and `with_save` in `Frame` able to return the data of the provided closure. [#1994](https://github.com/iced-rs/iced/pull/1994)
53
+
- Use `Radians` for angle fields in `Arc` and `arc::Elliptical`. [#2027](https://github.com/iced-rs/iced/pull/2027)
54
+
- Assert dimensions of quads are normal in `iced_tiny_skia`. [#2082](https://github.com/iced-rs/iced/pull/2082)
55
+
- Remove `position` from `overlay::Element`. [#2226](https://github.com/iced-rs/iced/pull/2226)
15
56
16
57
### Fixed
17
-
- Missing `width` attribute in `styling` example. [#2062](https://github.com/iced-rs/iced/pull/2062)
58
+
- Clipping of `TextInput` selection. [#2199](https://github.com/iced-rs/iced/pull/2199)
59
+
-`Paragraph::grapheme_position` when ligatures are present. [#2196](https://github.com/iced-rs/iced/pull/2196)
60
+
- Docs to include missing feature tags. [#2184](https://github.com/iced-rs/iced/pull/2184)
61
+
-`PaneGrid` click interaction on the top edge. [#2168](https://github.com/iced-rs/iced/pull/2168)
62
+
-`iced_wgpu` not rendering text in SVGs. [#2161](https://github.com/iced-rs/iced/pull/2161)
63
+
- Text clipping. [#2154](https://github.com/iced-rs/iced/pull/2154)
64
+
- Layout invalidation when `Tooltip` changes `overlay`. [#2143](https://github.com/iced-rs/iced/pull/2143)
0 commit comments