deact 0.2.0
deact: ^0.2.0 copied to clipboard
A web UI framework inspired by React. The main building blocks are components, which can be implemented as classes or functions.
Changelog #
0.1.0 #
- Intial release
0.1.0+1 #
- Fixed some maintenance and health issues
0.1.1 #
- Added references
0.1.1+1 #
- Fixed documentation
0.1.1+2 #
- Bug fix for references
0.2.0 #
- Added global references (see
globalRef()andComponentRenderContext.globalRef()) - A
Refnow provides a stream of change events - BREAKING CHANGE: Renamed
globalStateProvider()toglobalState() - BREAKING CHANGE: Renamed
ComponenttoComponentNode,ElementtoElementNode,TexttoTextNodeandFragmenttoFragmentNodeto avoid name conflicts with thedart:htmlpackage