mariposa 1.1.0-alpha.3 copy "mariposa: ^1.1.0-alpha.3" to clipboard
mariposa: ^1.1.0-alpha.3 copied to clipboard

outdated

Virtual DOM framework powered by Incremental DOM. Heavily reminiscent of Flutter.

1.1.0-alpha.3 #

  • Added auto-generated Style class.
  • Added HtmlWidget base class, which is the basis of widgets like Div, 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 a Node Function().

1.1.0-alpha.2 #

  • Fixed a bug null return nodes crashed DOM applications.

1.1.0-alpha.1 #

  • Fixed a bug where Lists were being joined with a comma; now they are joined by a single space.

1.1.0-alpha #

  • Added StatefulWidget and State.
  • package:mariposa/mariposa.dart now exports package:html_builder.
  • Use package:angel_container in RenderContext.
  • Depend on package:meta.

1.0.1 #

  • Add RenderContext and ContextAwareWidget.

1.0.0+1 #

  • Dart 2 fixes
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Virtual DOM framework powered by Incremental DOM. Heavily reminiscent of Flutter.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

angel_container, html_builder, js, meta, zen

More

Packages that depend on mariposa