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 #
v0.1.0 #
- Intial release
v0.1.0+1 #
- Fixed some maintenance and health issues
v0.1.1 #
- Added references
v0.1.1+1 #
- Fixed documentation
v0.1.1+2 #
- Bug fix for references
v0.2.0 #
- Added global references (see
globalRef()
andComponentRenderContext.globalRef()
) - A
Ref
now provides a stream of change events - BREAKING CHANGE: Renamed
globalStateProvider()
toglobalState()
- BREAKING CHANGE: Renamed
Component
toComponentNode
,Element
toElementNode
,Text
toTextNode
andFragment
toFragmentNode
to avoid name conflicts with thedart:html
package
v0.3.0 #
- BREAKING CHANGE: Renamed
Node
toDeactNode
to avoid name conflicts with the Node class from thedart:html
package
v0.3.1 #
- Fix: Setting the attributes
selected
andchecked
had not has any effect, if a user interaction has changed the underlying properties