mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 16:40:07 +01:00
Now a reactive component could inherit the reactive instance from the parent DOM element. This way components are more reusable. Apart, some new state updates have been added. To the previous create, update and delete, now the update message could provide also put and override, making the state update message more REST alike and simplifying the backend returns processing.