deact 0.3.1
deact: ^0.3.1 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
0.3.0 #
- BREAKING CHANGE: Renamed
NodetoDeactNodeto avoid name conflicts with the Node class from thedart:htmlpackage
0.3.1 #
- Fix: Setting the attributes
selectedandcheckedhad not has any effect, if a user interaction has changed the underlying properties