Closed AmirthavalliG closed 2 years ago
And please write a test also for the TreeBinding
and see if it works as expected
And please write a test also for the
TreeBinding
and see if it works as expected
@flovogt : As discussed we will not consider the TreeBinding as part of this PR as it has very limited scope when compared to the list binding. We would revisit the TreeBinding later
And please write a test also for the
TreeBinding
and see if it works as expected
Clarified not in the scope of this PR.
:tada: This PR is included in version 2.3.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR is for fixing the list binding still showing the removed items if submit changes is not done immediately. Use another array to capture the client removed resources and fill it appropriately to decide whether during reset changes the contexts needs to be recreated (for those resources which are not yet submitted but was removed using the remove operation)