Skip to content

Commit

Permalink
v2.5.12
Browse files Browse the repository at this point in the history
- `UIComponent`:
  - Optimize `parseClasses`, `configureClasses`, `appendClasses`.
  - `_callRenderImpl`: optimize check if parent contains content.
  - `_normalizeRenderListValue`: optimize type check order.
  - Improve null-safe code.

- `bones_ui_layout`: optimize.

- dom_tools: ^2.3.2
- dom_builder: ^2.2.7
- swiss_knife: ^3.2.3
- yaml: ^3.1.3
- test: ^1.25.14
- stream_channel: ^2.1.3
- stack_trace: ^1.12.1
  • Loading branch information
gmpassos committed Dec 21, 2024
1 parent e51ad72 commit 69b74f2
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 2.5.12

- `UIComponent`:
- Optimize `parseClasses`, `configureClasses`, `appendClasses`.
- `_callRenderImpl`: optimize check if parent contains content.
- `_normalizeRenderListValue`: optimize type check order.
- Improve null-safe code.

- `bones_ui_layout`: optimize.

- dom_tools: ^2.3.2
- dom_builder: ^2.2.7
- swiss_knife: ^3.2.3
- yaml: ^3.1.3
- test: ^1.25.14
- stream_channel: ^2.1.3
- stack_trace: ^1.12.1

## 2.5.11

- `UIComponent`:
Expand Down
2 changes: 1 addition & 1 deletion lib/src/bones_ui.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class BonesUI {
static const String version = '2.5.11';
static const String version = '2.5.12';
}
20 changes: 10 additions & 10 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bones_ui
description: Bones_UI - An intuitive and user-friendly Web User Interface framework for Dart.
version: 2.5.11
version: 2.5.12
homepage: https://github.com/Colossus-Services/bones_ui

environment:
Expand All @@ -12,11 +12,11 @@ executables:

dependencies:
intl_messages: ^2.3.4
dom_tools: ^2.3.1
dom_builder: ^2.2.6
dom_tools: ^2.3.2
dom_builder: ^2.2.7
json_render: ^2.1.0
json_object_mapper: ^2.0.1
swiss_knife: ^3.2.2
swiss_knife: ^3.2.3
statistics: ^1.1.3
mercury_client: ^2.2.4
dynamic_call: ^2.0.1
Expand All @@ -27,24 +27,24 @@ dependencies:
html_unescape: ^2.0.0
intl: ^0.19.0
enum_to_string: ^2.0.1
yaml: ^3.1.2
yaml: ^3.1.3
archive: ^3.6.1
collection: ^1.18.0
args: ^2.6.0
logging: ^1.3.0
path: ^1.9.1
test: ^1.25.13
test: ^1.25.14
test_api: ^0.7.4
test_core: ^0.6.8
stream_channel: ^2.1.2
stack_trace: ^1.12.0
stream_channel: ^2.1.3
stack_trace: ^1.12.1


dev_dependencies:
build_web_compilers: ^4.1.0
build_runner: ^2.4.14
lints: ^3.0.0
dependency_validator: ^3.2.3
lints: ^4.0.0
dependency_validator: ^4.1.2


#dependency_overrides:
Expand Down

0 comments on commit 69b74f2

Please sign in to comment.