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: rive-app/rive-runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11e9c65e7a4fdf47a94e8d8d3366a1c02b087087
Choose a base ref
...
head repository: rive-app/rive-runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 26dd69f215e7c00a16da95627400efeb7283dbfd
Choose a head ref
  • 1 commit
  • 3 files changed
  • 2 contributors

Commits on Jan 22, 2025

  1. Propagate layout's display to children in runtime

    This fixes a bug noticed at runtime where toggling layout display on/off would not respect its children's display values if they were different than the parent. We need to make sure to consider the layout's display value when calling collapse() on its children. The dart implementation works as expected.
    
    Diffs=
    24d9162103 Propagate layout's display to children in runtime (#8908)
    
    Co-authored-by: Philip Chung <philterdesign@gmail.com>
    philter and philter committed Jan 22, 2025
    Copy the full SHA
    26dd69f View commit details
Loading