🚀 Minor Changes
- Add
useInfiniteQuery
hook (read the docs): #590 - Add
useQuery
mutate function for updating query cache (read the docs): #596 - Add
useParams
anduseRouterQuery
hooks (read the docs): #574 - Add ability to prefetch query data (read the docs): #546
🐞 Patches
- Fix queries when Prisma isn't being used: #593
- Fix
blitz console
loading freeze: #592 - Fix
blitz help
not working from global cli: #613 - Ensure Prisma client is generated on blitz build & blitz start: #567
- Allow function config in blitz.config.js: #599
- Do not warn on nested route errors: #601
- Fix ready event bug: #616
- Tiny improvement to
blitz console
help text: 3215b32
Internal Meta Changes
- Update release script: 4181efb
- Fix
examples/store
code style issues: #580 - Docs: add anteprimorac as a contributor: #581
- Docs: add MykalMachon as a contributor: #594
- Docs: add ganeshmani as a contributor: #625
- Remove alpha docs and redirect to blitzjs.com: #628
- [RFC] Blitz File Structure & Routing: #74
- [RFC] Blitz App Architecture: #73
- Add rules summary to stages README.md: #629
- Add new unit tests for file-pipeline: #617
- Tidy up tests in server: #584
- Extract out display package: #589
- Extract out file transformer: #591
- Add base infrastructure for
blitz gui
: #603 - Add universal stream abstraction: #615
- Docs: add jamiedavenport as a contributor: #622
- [GUI] Fallback to NPM when Yarn isn't installed: #621
- Fix Glob in GUI for Windows: #609
Credits
Huge thanks to @eliasjohansson, @anteprimorac, @ivandevp, @MykalMachon, @jportela, @wKovacs64, @ganeshmani, @ryardley, @MrLeebo, @merelinguist, and @jamiedavenport for helping!