Add #125 to changelog

This commit is contained in:
Insality 2021-10-17 18:28:55 +03:00
parent 19ece205f8
commit a501d3418b

View File

@ -214,3 +214,4 @@ Have a good day.
- **#132** Add example with grid add/remove with animations - **#132** Add example with grid add/remove with animations
- **#112** Allow remap default Druid input bindings. - **#112** Allow remap default Druid input bindings.
- **#66** Add `druid:set_whitelist()` and `druid.set_blacklist()` functions. It's affects only on input process step, you can allow/forbid interact with list of specific components - **#66** Add `druid:set_whitelist()` and `druid.set_blacklist()` functions. It's affects only on input process step, you can allow/forbid interact with list of specific components
- **#125** Now `component:set_input_priority()` affects on all component's children too