- IntrinsicHeight widget
- Improved data merging with component template
- ValueReference default value prop
- Custom decoders & encoders
- Fixes: Key creation
- Testing: setup test environment, added test for component, button, align and center widgets
- AttributeValueMapper import
- DuitDriver constructor with static content (json)
- AnimatedBuilder controller reuse
- Duit native module constructor (use duit as BDUI engine at native apps)
- Startup metrics
- New event type: Timer
- Fixed an issue with animations not working when using AnimatedBuilder inside components
- Migration to duit_kernel v2
- Added experimental implicit animation widget - AnimatedSize
- Added experimental support of animations via AnimatedBuilder
- Added ID property to attribute objects
- Added Keys for duit views based on ID
- Added RepaintBoundary widget
- Added OverflowBox widget
- Added DuitMetaData inherited widget
- Added ListView widget
- Added concurrent mode experimental feature
- Added Meta widget
- Added Subtree widget
- Fixed incorrect transmission of script metadata
- Added ScriptRunner API
- Added sequenced and common event groups
- Replaced text with empty data property using SizedBox.shrink
- Fixed unnecessary convert function call on num type
- FittedBox widget
- Switch widget
- Custom events
- Fixed a problem with duplicate ids of controlled widgets within the component
- Widget tree caching
- Added local executed actions
- Added SingleChildScrollView widget
- Added Radio and RadioGroupContext widgets
- Added Opacity widget
- Added IgnorePointer widget
- Added Slider widget
- Added a reference to the BuildContext in the navigation event handler
- Added components rendering
- Added LifecycleEventListener widget
- Added external event handling
- Added Text.rich widget
- Added Wrap widget
- Added gesture interceptor behaviors
- Added Transform and Align widgets
- Update documentation
- Added hooks to listen on driver events
- Switched dependencies from local package to package from pub.dev (duit_kernel)
- Added GestureDetector widget
- Added update layout event handling
- First release