This release is the result of nearly a year of work and it contains many changes and fixes that greatly improve Floem.
Highlights
Floem Editor Integration
#296 by @MinusGix merged support for the Floem text editor which is the same text editor that powers Lapce!
Wasm Support
#527 by @timsueberkrueb merged experimental support for wasm support, enabling Floem apps to run in the browser!
This helps push Floem forward in it's goal of being a library that enables you to run your UI on any platform.
Keyframe Animations
#563 by @jrmoulton merged support for full keyframe animations
This complements the trasitions that @Zoxc built into the style system and allow for Floem to support modern dynamic UI's.
As part of the upgrade to animations in Floem, any custom easing function that implements the Easing trait can be used and this allowed for spring animations to be built in to Floem.
view-transition-new.mp4
Vello Renderer
#635 added support for Vello as a renderer. Support is behind a feature flag and it isn't yet the main renderer used for Floem but Vello is an exciting upgrade to the capabilities of the GPU renderer.
ECS - View implementation improvements
#432 by @dzhou121 reworked the storage of views and simplified the process of implementing a custom View.
Logo
@dzhou121 has designed a logo for Floem!
Other changes and fixes
There have been a ton of other changes and bug fixes. Check out the changelog to see all of the great contributions that made this release!
https://github.com/lapce/floem/blob/main/CHANGELOG.md
Thanks!
Thanks to everyone who contributed! You've helped make this an awesome update.
New Contributors
- @sudormrfbin made their first contribution in #280
- @adrian5 made their first contribution in #293
- @GNUSheep made their first contribution in #294
- @tamewild made their first contribution in #308
- @thiagola92 made their first contribution in #323
- @dparnell made their first contribution in #324
- @sexnine made their first contribution in #329
- @I-Info made their first contribution in #330
- @aalhitennf made their first contribution in #339
- @habics made their first contribution in #360
- @studystill made their first contribution in #366
- @15artis made their first contribution in #372
- @Long0x0 made their first contribution in #387
- @Narref95 made their first contribution in #414
- @timboudreau made their first contribution in #444
- @MikaelUrankar made their first contribution in #443
- @Sol-Ell made their first contribution in #485
- @jm-observer made their first contribution in #510
- @dspo made their first contribution in #516
- @RagibHasin made their first contribution in #544
- @sgued made their first contribution in #546
- @timsueberkrueb made their first contribution in #527
- @RTSAjwad made their first contribution in #569
- @hydra made their first contribution in #593