Seed v0.3.6 Release Notes

Release Date: 2019-06-09 // almost 5 years ago
    • Fetch module and API heavily changed (breaking)
    • ➕ Added support for request​Animation​Frame, which improves render performance, especially for animations
    • 💅 Styles no longer implicitly add px. Added unit! macro in its place
    • Map can now be used directly in elements, without needing to annotate type and collect (ie for child Elements, and Listeners)
    • Significant changes to MessageMapper
    • Orders hs new methods, clone_app and msg_mapper that allow access to app instance.
    • 🛠 Fixed a bug where empty elements at the top-level were rendering in the wrong order
    • ➕ Added an empty! macro, which is similar to seed::empty
    • 💅 Attributes and style now retain order