What's Changed
- Fix window visibility modifier by @ponchofiesta in #521
- Remove a dead code warning when the clipboard feature is disabled by @midnightveil in #533
- Text Stroke Support by @midnightveil in #528
- Make markdown (via comrak) an optional feature to save on deps by @midnightveil in #532
- New auto-layout system by @geom3trik in #519
- Improvements to views by @geom3trik in #526
- Add method to retrieve the parent window from an event context by @geom3trik in #536
- Add dropdown modifiers for popup properties by @geom3trik in #538
- Fix multiwindow creation by @geom3trik in #539
- Update accesskit dependency by @geom3trik in #540
- Improve docs by @geom3trik in #541
- Fix init scaling + scaling for scroll by @geom3trik in #543
- Use logical size for window modifiers by @geom3trik in #544
- Cache paths for faster drawing by @geom3trik in #542
- Use ancestor hashes for faster style matching by @geom3trik in #545
- Split stores from models by @geom3trik in #546
- Add rayon feature for computing style matches in parallel by @geom3trik in #548
- Avoid indirectly compiling rayon when the feature is not enabled. by @Greatness7 in #549
- Fixes for circle demo by @GammaSagittarii in #472
- Add basic grid support by @geom3trik in #552
- Remove Hash from Lens and update StoreId by @geom3trik in #550
- Add collapsible view by @geom3trik in #555
- Add anchoring for popup window by @geom3trik in #557
- Add todo list example app by @geom3trik in #556
- Cleanup examples by @geom3trik in #559
- Clamp slider value to defined range by @ryanroe in #563
- Various fixes by @geom3trik in #561
- Add basic support for IME by @sout233 in #566
- Fix clipboard feature not working when
x11
feature is disabled. by @Greatness7 in #571 - Do not use default features for winit by @PieterPenninckx in #567
New Contributors
- @ponchofiesta made their first contribution in #521
- @midnightveil made their first contribution in #533
- @nicoburns made their first contribution in #535
- @GammaSagittarii made their first contribution in #472
- @ryanroe made their first contribution in #563
- @sout233 made their first contribution in #566
- @PieterPenninckx made their first contribution in #567
Full Changelog: 0.2.0...0.3.0