Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.5.5 #35

Merged
merged 8 commits into from
May 13, 2024
Merged

v2.5.5 #35

merged 8 commits into from
May 13, 2024

Conversation

gmpassos
Copy link
Contributor

@gmpassos gmpassos commented May 9, 2024

  • New UIRootComponent:

    • Implemented by UIRoot and UIDialogBase
  • UIComponent:

    • Extends UIRootComponent.
    • Added getter uiRootComponent.
    • Added renderingUIComponent: returns the current rendering component in the stack,
    • Added parentRenderingUIComponent: can resolve asynchronous parent renderer.
    • _construct: improved parent UIComponent resolution.
  • UIDialogBase extends UIRootComponent:

    • getRenderedUIComponentById, getRenderedUIComponents: fix resolution of child UIComponents.
  • archive: ^3.5.1

  • args: ^2.5.0

  • test: ^1.25.5

  • test_core: ^0.6.2

- New `UIRootComponent`:
  - Implemented by `UIRoot` and `UIDialogBase`

- `UIComponent`:
  - Extends `UIRootComponent`.
  - Added getter `uiRootComponent`.
  - Added `renderingUIComponent`: returns the current rendering component in the stack,
  - Added `parentRenderingUIComponent`: can resolve asynchronous parent renderer.
  - `_construct`: improved parent `UIComponent` resolution.

- `UIDialogBase` extends `UIRootComponent`:
  - `getRenderedUIComponentById`, `getRenderedUIComponents`: fix resolution of child `UIComponent`s.

- archive: ^3.5.1
- args: ^2.5.0
- test: ^1.25.5
- test_core: ^0.6.2
Copy link

codecov bot commented May 9, 2024

Codecov Report

Attention: Patch coverage is 67.32673% with 33 lines in your changes are missing coverage. Please review.

Project coverage is 36.41%. Comparing base (c9855c0) to head (6c97958).

Files Patch % Lines
lib/src/bones_ui_component.dart 66.66% 24 Missing ⚠️
lib/src/bones_ui_root.dart 76.92% 6 Missing ⚠️
lib/src/component/dialog.dart 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
+ Coverage   35.88%   36.41%   +0.53%     
==========================================
  Files          22       22              
  Lines        3269     3339      +70     
==========================================
+ Hits         1173     1216      +43     
- Misses       2096     2123      +27     
Flag Coverage Δ
unittests 36.41% <67.32%> (+0.53%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gmpassos gmpassos merged commit ef40a23 into master May 13, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant