ElContainer
, imported in prelude, renamed toView
. (Breaking)- Internal refactor of
El
: Now wrapped inNode
, along with
Empty
andText
. Creation macros returnNode(Element)
. (Breaking) - Changed the way special attributes like
disabled
,autofocus
, and
checked
are handled (Breaking) MessageMapper
now accepts closuresOrders
is a trait now instead of a struct. (Breaking)- Significant changes to MessageMapper
- Orders has new methods,
clone_app
andmsg_mapper
which can allow access to app instance. - Added more SVG element macros
- Several minor bux fixes
- Examples updated to reflect these changes
- Improvements to Fetch API, especially regarding error handling
and deserialization