All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Increment required versions to the latest.
- Change
createListHooktocreateConnector. The method still returns a react hook, but it also does other things like setting up server methods. It can now set up a single document data query. For these reasons, a more general name is appropriate. - Add a
singleconfiguration property, to create a connector for a single document. - Always call
validatebeforerunon server and client. - No need to run through
useTrackerin server rendering. - Switched to official
react-meteor-datahook implementation. - No longer export
useTracker- users must migrate to import frommeteor:react-meteor-data.
- Fix error with importing useTracker correctly after making a local copy.
- Include a copy of
useTrackeruntil the official package is released. This will be removed at some point, please don't rely on it.
- Breaking change: Changed the format of the return data from an object with data, and loading props named after the connector name or nameProp value, to a tuple. Much simpler, and more flexible, but a breaking change from 0.1.0.
- First version!