- Added auto-generated
Style
class. - Added
HtmlWidget
base class, which is the basis of widgets likeDiv
,Button
, etc. - Corrected
StatefulWidget
infrastructure. - Add a unique stamp ID to each created node - this will be useful for re-hydrating SSR output.
- Rendering now takes a
Node
, rather than aNode Function()
.
- Fixed a bug
null
return nodes crashed DOM applications.
- Fixed a bug where Lists were being joined with a comma; now they are joined by a single space.
- Added
StatefulWidget
andState
. package:mariposa/mariposa.dart
now exportspackage:html_builder
.- Use
package:angel_container
inRenderContext
. - Depend on
package:meta
.
- Add
RenderContext
andContextAwareWidget
.
- Dart 2 fixes