diff --git a/CHANGELOG.md b/CHANGELOG.md index 2afd51a..d0bc2aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## 2.5.10 + +- sdk: '>=3.5.0 <4.0.0' + +- intl_messages: ^2.3.4 +- dom_builder: ^2.2.6 +- swiss_knife: ^3.2.2 +- statistics: ^1.1.3 +- mercury_client: ^2.2.4 +- extended_type: ^2.1.1 +- expressions: ^0.2.5+2 +- args: ^2.6.0 +- logging: ^1.3.0 +- path: ^1.9.1 +- test: ^1.25.13 +- test_api: ^0.7.4 +- test_core: ^0.6.8 +- stack_trace: ^1.12.0 + +- build_web_compilers: ^4.1.0 +- build_runner: ^2.4.14 + ## 2.5.9 - `UIRootComponent`: diff --git a/lib/src/bones_ui.dart b/lib/src/bones_ui.dart index 4ca02d9..106cf6d 100644 --- a/lib/src/bones_ui.dart +++ b/lib/src/bones_ui.dart @@ -1,3 +1,3 @@ class BonesUI { - static const String version = '2.5.9'; + static const String version = '2.5.10'; } diff --git a/lib/src/bones_ui_navigator.dart b/lib/src/bones_ui_navigator.dart index 6c33b98..f4f9405 100644 --- a/lib/src/bones_ui_navigator.dart +++ b/lib/src/bones_ui_navigator.dart @@ -353,7 +353,9 @@ class UINavigator { if (!force && _lastNavigateRoute == route && - isEquivalentMap(parameters, _lastNavigateRouteParameters)) return; + isEquivalentMap(parameters, _lastNavigateRouteParameters)) { + return; + } var routeNavigable = findNavigable(route); diff --git a/lib/src/component/capture.dart b/lib/src/component/capture.dart index f8026d3..fcd1fcd 100644 --- a/lib/src/component/capture.dart +++ b/lib/src/component/capture.dart @@ -733,8 +733,6 @@ class _CapturedData { } } } - default: - throw StateError("Unknown format: $dataFormat"); } } diff --git a/lib/src/component/loading.dart b/lib/src/component/loading.dart index 0a3f9da..0d95501 100644 --- a/lib/src/component/loading.dart +++ b/lib/src/component/loading.dart @@ -453,8 +453,6 @@ String? getUILoadingTypeClass(UILoadingType type) { return 'ui-loading-ripple'; case UILoadingType.ellipsis: return 'ui-loading-ellipsis'; - default: - return null; } } @@ -474,8 +472,6 @@ int _getUILoadingTypeSubDivs(UILoadingType type) { return 2; case UILoadingType.ellipsis: return 4; - default: - return 0; } } diff --git a/pubspec.yaml b/pubspec.yaml index d2c0cf2..0d5cd4d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,48 +1,48 @@ name: bones_ui description: Bones_UI - An intuitive and user-friendly Web User Interface framework for Dart. -version: 2.5.9 +version: 2.5.10 homepage: https://github.com/Colossus-Services/bones_ui environment: - sdk: '>=3.4.0 <4.0.0' + sdk: '>=3.5.0 <4.0.0' executables: bones_ui: bones_ui_test: dependencies: - intl_messages: ^2.3.1 + intl_messages: ^2.3.4 dom_tools: ^2.3.1 - dom_builder: ^2.2.5 + dom_builder: ^2.2.6 json_render: ^2.1.0 json_object_mapper: ^2.0.1 - swiss_knife: ^3.2.0 - statistics: ^1.1.1 - mercury_client: ^2.2.2 + swiss_knife: ^3.2.2 + statistics: ^1.1.3 + mercury_client: ^2.2.4 dynamic_call: ^2.0.1 project_template: ^1.1.0 resource_portable: ^3.1.0 - extended_type: ^2.1.0 - expressions: ^0.2.5+1 + extended_type: ^2.1.1 + expressions: ^0.2.5+2 html_unescape: ^2.0.0 intl: ^0.19.0 enum_to_string: ^2.0.1 yaml: ^3.1.2 archive: ^3.6.1 collection: ^1.18.0 - args: ^2.5.0 - logging: ^1.2.0 - path: ^1.9.0 - test: ^1.25.8 - test_api: ^0.7.3 - test_core: ^0.6.5 + args: ^2.6.0 + logging: ^1.3.0 + path: ^1.9.1 + test: ^1.25.13 + test_api: ^0.7.4 + test_core: ^0.6.8 stream_channel: ^2.1.2 - stack_trace: ^1.11.1 + stack_trace: ^1.12.0 dev_dependencies: - build_web_compilers: ^4.0.10 - build_runner: ^2.4.11 + build_web_compilers: ^4.1.0 + build_runner: ^2.4.14 lints: ^3.0.0 dependency_validator: ^3.2.3