uix 0.5.0 copy "uix: ^0.5.0" to clipboard
uix: ^0.5.0 copied to clipboard

outdated

Library to build Web User Interfaces inspired by React.

0.5.0 #

  • Fixed wrong sort order for Scheduler write tasks.
  • Fixed bug with clearing wrong flag for nextTick tasks.
  • Removed build step: ComponentGenerator and source_gen dependency.

0.4.0 #

  • createClassName and vClassName auto-generated functions removed. Creating Components is now possible with simple new ClassName() and to create virtual nodes that represent components vComponent($ClassName, ...). When metaclasses are implemented in Dart, build step will be completely removed, and it will be possible to create virtual nodes with vComponent(ClassName, ...). And it will be quite easy to migrate existing codebase just by removing $ prefix in all vComponent calls.
  • resetTransientSubscriptions, resetSubscriptions renamed to cancelTransientSubscriptions and cancelSubscriptions.
  • Added type property check when looking for similar virtual nodes.
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Library to build Web User Interfaces inspired by React.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection

More

Packages that depend on uix