Releases: marc2332/freya
Releases · marc2332/freya
Release v0.3.4 🦀
Release v0.3.3 🦀
What's Changed
Full Changelog: v0.3.2...v0.3.3
Release v0.3.2 🦀
What's Changed
Full Changelog: v0.3.1...v0.3.2
Release v0.3.1 🦀
What's Changed
- fix: Margin should not be applied again after auto measurement by @marc2332 in #1174
- blog: 0.3 by @marc2332 in #1162
Full Changelog: v0.3.0...v0.3.1
Release v0.3.0 🦀
Blog post 👉🏻 https://freyaui.dev/posts/0.3
What's Changed
- feat: Close popup with esc key by @ZeroX-DG in #594
- fix(deps): update dependency astro to v4 by @renovate in #599
- feat: Add window drag area by @ZeroX-DG in #597
- chore: Rust 1.78 by @marc2332 in #600
- feat: Close app with
use_platformby @marc2332 in #613 - feat: Animated
VirtualScrollViewby @marc2332 in #604 - feat:
placeholderfor Input by @marc2332 in #616 - fix: Out of sync element ids on events by @marc2332 in #609
- fix:
WindowDragAreacomponent hanging on non-left click. by @dload0 in #625 - feat:
WithWindowevent by @marc2332 in #626 - feat: Improved special text editing support by @marc2332 in #622
- fix: Fix performance dropping rapidly after selecting a text for some time by @marc2332 in #624
- feat: Delete text selection with backspace by @marc2332 in #640
- feat: Text dragging with shift and cursor by @marc2332 in #642
- feat: Remove text with Delete by @marc2332 in #644
- feat:
use_preferred_themeby @marc2332 in #631 - feat: Reactive Platform data by @marc2332 in #635
- feat: Reactive Window data by @marc2332 in #637
- docs: Update the differences with Dioxus doc by @marc2332 in #638
- docs: Update the book guides by @marc2332 in #639
- fix: Proper accessibility reactivity by @marc2332 in #648
- feat: Revamp internal text selection by @marc2332 in #647
- feat: Queued focus by @marc2332 in #650
- feat: Select all text by @marc2332 in #652
- refactor: Use single position cursor by @marc2332 in #653
- refactor: process all queued keyboard events at once by @marc2332 in #629
- feat:
onpressevent forButtonby @marc2332 in #601 - chore: Run against main branch of Dioxus every 3 days by @marc2332 in #682
- feat: Persisted devtools routing by @marc2332 in #657
- feat: Do not re-export freya-testing by @marc2332 in #669
- feat: More reliable devtools by @marc2332 in #667
- feat: Support nested routes in
ActivableRouteby @marc2332 in #675 - feat: Tab and Tabsbar components by @marc2332 in #673
- feat: Tree builder utilities for components by @marc2332 in #681
- fix: Store cached assets in Root Scope by @marc2332 in #668
- feat: Optionally allow inserting tabs as spaces by @marc2332 in #664
- feat: Replace selected text with the new insert by @marc2332 in #678
- feat: Tree-like explorer for devtools by @marc2332 in #684
- feat:
winitv0.30.0 +glutin-winitv0.5.0 +accesskitv0.14.0 +accesskit_winitv0.20.0 by @marc2332 in #598 - feat: React to scale factor changes by @marc2332 in #606
- feat: Expose scale factor by @marc2332 in #607
- internal:
rustfmt.tomlby @marc2332 in #689 - feat: Signal-based reactivity for
use_canvasby @marc2332 in #693 - chore: Fix the color value in the launch method doc test by @faith0831 in #694
- fix: Fix some inconsitencies with the winit 0.30 update by @marc2332 in #696
- feat: Built-in vertical alignment for text by @marc2332 in #701
- feat:
highlight_modeattribute by @marc2332 in #704 - fix: Prevent crash on keyboard navigation with empty text by @marc2332 in #706
- feat: Only send keydowns when the window is focused by @marc2332 in #705
- chore: Rust 1.79 by @marc2332 in #710
- refactor: Move rendering to
freya-coreby @marc2332 in #712 - refactor: Rename node states to follow an unified naming by @marc2332 in #713
- refactor: Reorganize
freya-rendererby @marc2332 in #715 - feat: Skia-safe v0.75 by @marc2332 in #716
- fix(deps): update all non-major dependencies by @renovate in #578
- chore(deps): update actions/upload-artifact action to v4 by @renovate in #718
- feat: Use System fonts by @marc2332 in #661
- fix(deps): update dependency astro to v4.10.3 by @renovate in #721
- fix(deps): update rust crate dashmap to v6 by @renovate in #726
- chore(deps): update rust crate rustc-hash to v2 by @renovate in #725
- Revert "fix(deps): update rust crate dashmap to v6" by @marc2332 in #730
- internal: Simplify the
VirtualDOMpolling by @marc2332 in #729 - Internal: Rethink mutations writer by @marc2332 in #731
- feat: Canvas snapshots for
freya-testingby @marc2332 in #720 - feat: Render one more item in VirtualScrollView for smooth scrolling by @marc2332 in #723
- chore(deps): update all non-major dependencies by @renovate in #728
- fix(deps): update rust crate dashmap to v6 by @renovate in #739
- feat:
dioxus-queryexample by @marc2332 in #737 - fix(deps): update all non-major dependencies by @renovate in #738
- chore(deps): update dependency @biomejs/biome to v1.8.3 by @renovate in #743
- fix: Skip DOM Nodes loaded in the same mutations run by @marc2332 in #744
- feat: Simplify return type of
use_animationby @marc2332 in #748 - feat: Animated router transitions by @marc2332 in #745
- feat:
BottomTabcomponent by @marc2332 in #747 - chore(deps): update all non-major dependencies by @renovate in #749
- feat: Change the wheels scroll based on the direction by @marc2332 in #751
- fix: Fix
unfocusof accesibility nodes by @marc2332 in #755 - fix: Require to pass both the width and height for window size at once when desired by @marc2332 in #757
- fix: Only send left mouseover event when not clicking the mouse by @marc2332 in #753
- feat: Support
space-between/space-around/space-evenlyalignments by @marc2332 in #758 - feat: Panic when an attribute has a wrongly-formatted value, but only in debug builds to easily spot bugs by @marc2332 in #759
- fix: Consider corner radius for events and overflow clipping by @marc2332 in #768
- feat: Allow custom Tokio Runtimes by @marc2332 in #765
- fix: Support alpha channel in AnimColor by @marc2332 in #771
- feat: Move
shadowofInputtoInputThemeby @marc2332 in #781 - fix: Prevent opacity from clipping the node bounds by @marc2332 in #764
- feat: Scroll controller by @marc2332 in #772
- fix: Last frame of animations was not always applied by @marc2332 in #798
- feat: Add missing gradient functions by @Aiving in #776
- fix: Show missing attributes in devtools by @marc2332 in #801
- feat:
import_svgmacro by @marc2332 in #790 - feat: Support percentage of auto in layout by @marc2332 in #784
- feat: Avoid copying images when rendering by @marc2332 in #808
- feat: Add
performance-overlayfeature tofreyacrate by @marc2332 in #809 - feat: Ignore unnecessary dioxus vdom mutations by @marc2332 in http...
Release v0.3.0-rc.5 🦀
v0.3.0-rc.5
Release v0.3.0-rc.4 🦀
v0.3.0-rc.4
Release v0.3.0-rc.3 🦀
Same as v0.3.0-rc.2, but hopefully docs.rs build queue wont be down while this gets released
Release v0.3.0-rc.2 🦀
v0.3.0-rc.2
Release v0.3.0-rc.1 🦀
v0.3.0-rc.1