Release Version 1.4.5
- Convert
loadItems
into its own action so it does not keep triggeringcreate
andupdate
events for every item on the list which can cause infinite loops between the api listener and the data creation;
Improvements:
- Calling
loadItems
no longer leave the store size at its previous state. The size of the store reflects the new items loaded; beforeChange
is now typed- Loaded items will now validate all items first before putting them into the store;
What's Changed
- Develop by @ECorreia45 in #1
- Develop by @ECorreia45 in #2
- Develop by @ECorreia45 in #3
- License by @ECorreia45 in #4
New Contributors
- @ECorreia45 made their first contribution in #1
Full Changelog: https://github.com/beforesemicolon/client-web-storage/commits/1.4.5