Arnoud
Arnoud
Opted for an injector parameter for all inject* functions. An options object having an injector property might be preferable to easily add additional options in the future. But having two...
Also updates TypeScript to 5.4.5
## Breaking changes ### Import paths #### withDevtools moved to subpath Most applications, to completely tree shake devtools from production builds ```ts import { withDevtools } from '@tanstack/angular-query-experimental/devtools' ``` If...
### Describe the bug The Angular Query devtools are lazy loaded to optimize startup performance of the app while developing and to minimize bundle sizes. However, even if the code...
Improves tree shaking to about 0,13KB Adds `deps` option - fixes #8824
`injectQueries` has always been non-functional. It needs to be fixed in implementation, API and typing. PR: https://github.com/TanStack/query/pull/8690
Moves files using `git mv` so history stays intact and merging main into this branch is easier. Removes references to experimental stage from docs Renames packages Removes deprecated APIs Todo:...