Commit 8fa57db
philter
chore(editor): Move stateful toggle to NestedArtboard (#12490) 9f0dc79e3f
Moving isStateful toggle to NestedArtboard (Component) from Artboard. This allows marking components as stateful on a per instance basis rather than on the Artboard itself.1 parent 728946b commit 8fa57db
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Submodule rive-runtime updated 16 files
- .rive_head+1-1
- dev/defs/artboard.json-9
- dev/defs/nested_artboard.json+9
- include/rive/artboard_component_list.hpp+3
- include/rive/generated/artboard_base.hpp-19
- include/rive/generated/core_registry.hpp+18-18
- include/rive/generated/nested_artboard_base.hpp+18
- src/artboard_component_list.cpp+1-5
- src/nested_artboard.cpp+2-2
- tests/unit_tests/assets/databind_viewmodel.riv
- tests/unit_tests/assets/stateful_artboard_swap.riv
- tests/unit_tests/assets/stateful_list_props.riv
- tests/unit_tests/assets/stateful_multi_property.riv
- tests/unit_tests/assets/stateful_nested.riv
- tests/unit_tests/assets/unbound_stateful_component.riv
- tests/unit_tests/runtime/component_test.cpp+5-2
0 commit comments