Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Colossus-Services/bones_ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.5.6
Choose a base ref
...
head repository: Colossus-Services/bones_ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 18 files changed
  • 1 contributor

Commits on Jun 10, 2024

  1. - dom_builder: ^2.2.5

    - test: ^1.25.7
    - test_api: ^0.7.2
    - test_core: ^0.6.4
    gmpassos committed Jun 10, 2024
    Copy the full SHA
    da09019 View commit details

Commits on Jul 12, 2024

  1. v2.5.7

    - `UIElementExtension`:
      - `setValue`: handle `SelectElement`.
    
    - dom_tools: ^2.3.1
    - archive: ^3.6.1
    - test: ^1.25.8
    - test_api: ^0.7.3
    - test_core: ^0.6.5
    gmpassos committed Jul 12, 2024
    Copy the full SHA
    a64dfa3 View commit details
  2. Change whereNotNull() to nonNulls.

    gmpassos committed Jul 12, 2024
    Copy the full SHA
    44583e4 View commit details
  3. v2.5.7

    gmpassos committed Jul 12, 2024
    Copy the full SHA
    be057f8 View commit details

Commits on Aug 7, 2024

  1. v2.5.8

    - sdk: '>=3.4.0 <4.0.0'
    
    - intl_messages: ^2.3.1
    - statistics: ^1.1.1
    - extended_type: ^2.1.0
    gmpassos committed Aug 7, 2024
    Copy the full SHA
    0eb8bce View commit details

Commits on Sep 15, 2024

  1. v2.5.9

    - `UIRootComponent`:
      - Constructor:
        - register at `_rootComponentInstances`, using `WeakReference`.
      - Added `getInstances`.
    
    - `UIComponent`:
      - `_getUIComponentByContent`, `_getUIComponentByChild`:
        - Search first through `UIRoot.getInstance()` and also through `UIRootComponent.getInstances()`.
    gmpassos committed Sep 15, 2024
    Copy the full SHA
    6d23c9e View commit details

Commits on Sep 16, 2024

  1. Merge v2.5.9

     - `UIRootComponent`:
       - Constructor:
         - register at `_rootComponentInstances`, using `WeakReference`.
       - Added `getInstances`.
    
     - `UIComponent`:
       - `_getUIComponentByContent`, `_getUIComponentByChild`:
         - Search first through `UIRoot.getInstance()` and also through `UIRootComponent.getInstances()`.
    gmpassos authored Sep 16, 2024
    Copy the full SHA
    dac2913 View commit details
  2. bones_ui_component: optimize _getUIComponent.

    gmpassos committed Sep 16, 2024
    Copy the full SHA
    5503240 View commit details

Commits on Dec 19, 2024

  1. v2.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
    gmpassos committed Dec 19, 2024
    Copy the full SHA
    0fa1058 View commit details
  2. v2.5.11

    - `UIComponent`:
      - Optimize`_notifyRendered`.
      - Optimize `_scheduleCheckFinishedRendered`.
    gmpassos committed Dec 19, 2024
    Copy the full SHA
    430da77 View commit details

Commits on Dec 21, 2024

  1. - bones_ui_layout: optimize.

    gmpassos committed Dec 21, 2024
    Copy the full SHA
    154651a View commit details
  2. fix lint

    gmpassos committed Dec 21, 2024
    Copy the full SHA
    9fe6f5a View commit details
  3. - UIComponent:

      - Optimize `parseClasses`, `configureClasses`, `appendClasses`.
      - `_callRenderImpl`: optimize check if parent contains content.
      - `_normalizeRenderListValue`: optimize type check order.
      - Improve null-safe code.
    gmpassos committed Dec 21, 2024
    Copy the full SHA
    987f931 View commit details
  4. fix lint

    gmpassos committed Dec 21, 2024
    Copy the full SHA
    e51ad72 View commit details
  5. v2.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
    gmpassos committed Dec 21, 2024
    Copy the full SHA
    69b74f2 View commit details
  6. Optimize appendStyle

    gmpassos committed Dec 21, 2024
    Copy the full SHA
    fb276d9 View commit details
  7. Merge v2.5.12 - Optimize

     - `UIComponent`:
       - Optimize `parseClasses`, `configureClasses`, `appendClasses` and `appendStyle`.
       - `_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
    gmpassos authored Dec 21, 2024
    Copy the full SHA
    c4acd53 View commit details

Commits on Dec 27, 2024

  1. v2.5.13

    - `UIComponent`:
      - `requestRefresh`: added optional parameter `delay`.
    gmpassos committed Dec 27, 2024
    Copy the full SHA
    53d7a43 View commit details
Loading