-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: react-query
and supplementary improvements
#147
Closed
Commits on Feb 27, 2024
-
The main motivation being that with pnpm packages in the monorepo don't have to specify versions of the dependencies of other packages in the monorepo. It is also widely adopted across different monorepos. As well as `changesets` would replace the `workspace:*` marked versions on fly, so there won't be a need in managing those by hands (if there was one before). Fixes the lint issue, where in `with-next-auth` example a lint config was not properly set up, which caused the `lint` job to hang up waiting for stdin input. Adds a `turbo.json` config to `auth-kit` to depend on `auth-client`, as the build job for the first depends on the latter.
Configuration menu - View commit details
-
Copy full SHA for b12ce1a - Browse repository at this point
Copy the full SHA b12ce1aView commit details
Commits on Feb 28, 2024
-
fix:
Date.now()
being revaluated in thepoll
functionMoved the `Date.now()` to `now` variable to ensure the timestamp at which the polling started is preserved correctly.
Configuration menu - View commit details
-
Copy full SHA for 69ac42e - Browse repository at this point
Copy the full SHA 69ac42eView commit details -
It is a breaking change, since the hook APIs also change. However, everything is much more reliable now, and effects are not triggered when they don't have to. The context was changed to simply hold the `config`, which one has now to initiate with `createConfig`, in order to construct an `appClient`. The rest of the state now is handled by `zustand`, specifically, the `useProfile` and `useSignInMessage` use it.
Configuration menu - View commit details
-
Copy full SHA for b82871f - Browse repository at this point
Copy the full SHA b82871fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 075acaa - Browse repository at this point
Copy the full SHA 075acaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 626ead6 - Browse repository at this point
Copy the full SHA 626ead6View commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b06f2e - Browse repository at this point
Copy the full SHA 7b06f2eView commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6cb43f9 - Browse repository at this point
Copy the full SHA 6cb43f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6163e4c - Browse repository at this point
Copy the full SHA 6163e4cView commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 25b2761 - Browse repository at this point
Copy the full SHA 25b2761View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2483029 - Browse repository at this point
Copy the full SHA 2483029View commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b75beb8 - Browse repository at this point
Copy the full SHA b75beb8View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4fc586c - Browse repository at this point
Copy the full SHA 4fc586cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65f2bd5 - Browse repository at this point
Copy the full SHA 65f2bd5View commit details
Commits on Mar 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b1eb3f3 - Browse repository at this point
Copy the full SHA b1eb3f3View commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8093323 - Browse repository at this point
Copy the full SHA 8093323View commit details -
refactor: bring back the old api
I introduced changes to routes, data types and now I'm reverting it back
Configuration menu - View commit details
-
Copy full SHA for 1d8e329 - Browse repository at this point
Copy the full SHA 1d8e329View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c21b18 - Browse repository at this point
Copy the full SHA 0c21b18View commit details -
Configuration menu - View commit details
-
Copy full SHA for c76efc5 - Browse repository at this point
Copy the full SHA c76efc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39e0cf8 - Browse repository at this point
Copy the full SHA 39e0cf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 906520a - Browse repository at this point
Copy the full SHA 906520aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55afa21 - Browse repository at this point
Copy the full SHA 55afa21View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.