Skip to content

🎁📄🐜 Cleaner Docs, removeTemps, useFind

Compare
Choose a tag to compare
@marshallswain marshallswain released this 12 Mar 20:40
· 369 commits to master since this release

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 the keyedById 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!