v0.2.0
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.