🎁📄🐜 Cleaner Docs, removeTemps, useFind
This release includes the following fixes and improvements:
- 📄 Docs: @fratzinger generously made a huge update to many places in the documentation. This included clarifications, updates, and removal of straggling content left over from 2.0.
- 🎁 Improvement: The
removeTemps
mutation has been updated to allow removing temporary records that have not yet been created in the API. Its original purpose was to assist in migrating temporary records into thekeyedById
service store after successfully saving the temp record to the api server. Outside of the original context, the mutation finally works as you would expect. ;). Thanks @fratzinger! - 🐜 Fixed: The
useFind
server-side pagination has been fixed thanks to a bug caught by @agte.
Many, many thanks to @fratzinger and @agte for their assistance and contributions for this release!