Seed v0.4.2 Release Notes

    • โž• Added an Init struct, which can help with initial routing (Breaking)
    • The routes function now returns an Option<Msg> (Breaking)
    • โšก๏ธ Updated Tag::from() to accept more input types
    • ๐Ÿ’… style! now accepts also Option<impl ToString>
    • ๐Ÿ›  Fixed a bug affecting element render order
    • โž• Added a hashchange listener
    • ๐Ÿ‘Œ Improved error-handling
    • Tweaked bootstrap order so that main_el_vdom is initialized first (internal)
    • Macro custom! checks if you set tag, and panics when you forget
    • ๐Ÿ›  Fixed a bug with children being absent from cloned elements
    • ๐Ÿ‘Œ Improved debugging
    • ๐Ÿ›  Fixed a namespace bug with adding children to Svg elements
    • ๐Ÿ›  Fixed a bug affecting Safari
    • โž• Added seed::html_document() and seed::cookies convenience functions