Releases: Colossus-Services/bones_ui
Releases · Colossus-Services/bones_ui
v2.0.9
- `UIComponent`:
- New `uiRoot` getter.
- Improve `parentUIComponent` resolution.
- `UIRoot.renderLoading` now is the default render for loading children `UIComponent`s.
- dependency_validator: ^3.1.0
v2.0.8
- Dart `2.16`:
- Organize imports.
- Fix new lints.
- sdk: '>=2.15.0 <3.0.0'
- json_render: ^2.0.2
- dom_tools: ^2.1.0
- mercury_client: ^2.1.3
- args: ^2.3.0
v2.0.7
dart_test.yaml: timeout: 3x
v2.0.6
- Added helper `$uiLoading`.
- Improved `Element` field name resolution: now also accepts the `name` attribute for `<input>` elements.
- mercury_client: ^2.1.1
- dom_builder: ^2.0.7
v2.0.5
- Updated `bones_ui_app_template.tar.gz`.
v2.0.4
- Added CLI
bones_ui
.
- Added
Bones_UI App
template.
- Re-factor.
- Files structure.
- Change from package
pedantic
to lints
.
- Improve example.
v2.0.3
ui-template
:
- Allow DOM elements in template.
DSX
integration.
- Better resolution of variables and blocks.
- Allow simple variables outside
ui-template
.
ui-button
:
- Added attributes:
loaded-text-class
, loaded-text-error-class
, loaded-text-error-classes
, button-class
- New registered tag:
ui-svg
- dom_builder: ^2.0.6
- swiss_knife: ^3.0.8
v2.0.2
- swiss_knife: ^3.0.7
- mercury_client: ^2.0.3
- sdk: '>=2.13.0 <3.0.0'
v2.0.1
- Sound null safety compatibility.
- dynamic_call: ^2.0.1
- mercury_client: ^2.0.1
- intl_messages: ^2.0.1
- dom_tools: ^2.0.1
- json_render: ^2.0.1
- html_unescape: ^2.0.0
- enum_to_string: ^2.0.1
- collection: ^1.15.0
v2.0.0-nullsafety.0
- Initial compatibility with Null Safety.
- Better render of async content.
- `dom_builder` compatibility.
- removed PWA support (waiting null safety of package `service_worker`).