atomify 0.1.4+5
atomify: ^0.1.4+5 copied to clipboard
An idiomatic Dart library for building web applications with a focus on simplicity and reactivity.
0.1.4+5 #
- Added
Videoclass to represent video elements in the DOM with configurable properties. - Updated
pubspec.yamlto reflect the new version. - Fixed minor bugs in the
AudioandVideoelements. - Include default query parameters in
Pagerendering.
0.1.3+4 #
- Updated
PageandPageRefto usePageItemfor better structure and flexibility. - Enhanced
pushandgoTomethods inPageRefto includescrollToTopandparams. - Updated tests to reflect changes in
PageandPageRef. - Fixed minor bugs in the
PageandPageRefelements. - Updated the app structure to include these changes.
0.1.2+3 #
- Added
scrollToTopmethod toBoxelement. - Invoked
scrollToTopinPageelement when a new page is rendered. - Updated the app structure to include these changes.
- Fixed minor bugs in the
BoxandPageelements.
0.1.1+2 #
- Added
AudioandImageelements with respective references. - Updated the app structure to include these new elements.
0.1.0+1 #
- Initial release of the Atomify package with basic components and utilities.
- Support for Cssify v0.1.0.