Releases: blitz-js/blitz
Releases · blitz-js/blitz
v0.16.4
v0.16.3
v0.16.2
🐞 Patches
- Update blitz db cli command to default to --help if no command specified: #730
- Fix buggy global/local CLI resolution code: #731
Internal Meta Changes
- Docs: add tylangesmith as a contributor: #732
Credits
Huge thanks to @tylangesmith for helping!
v0.16.1
v0.16.0
🔥 Breaking Changes
- Upgrade React Query to v2: #720
- Dependent queries are now accomplished with the
enabledflag instead of a function that 'throws':--useQuery(getProjects, () => ({where: {id: projectId}}) ++useQuery(getProjects, {where: {id: projectId}}, { enabled: !!projectId })
- There are some other breaking changes for less commonly used features. You can see the full list of breaking changes here: react-query v2 release notes
- Dependent queries are now accomplished with the
🚀 Minor Changes
- Add support for Optimistic UI Updates by adding refetch option to useQuery mutate(): #715
🐞 Patches
- Fix
blitz db resetfor Prisma >= 2.0.0-beta.8: #716 - Fix middleware error handling when using
next(error): #719 - Fix
Routerexport fromblitz: #722 - Fix experimental flags in blitz.config.js not being used: #721
Internal Meta Changes
- Docs: add SigurdMW as a contributor: #718
- Add auth example app (currently empty, PRs coming soon): 35b5f12
- Add @styfle as a contributor: 8d699f5
- Docs: add shaunchurch as a contributor: #717
- Add @sbardian as a contributor: d4cb652
- Add @GarrisonS as a contributor: 06859d6
Credits
Huge thanks to @shaunchurch, @toshi1127, @SigurdMW, and @ganeshmani for helping!
v0.15.3
🐞 Patches
- Fix
blitz start -p 1234not throwing an error if port 1234 is already in use: #631 - Fix
blitz newdependency install issue (missing dependency in @blitzjs/generator): #711 - Fix field names being modified during model generation: #708
Internal Meta Changes
- Update @osirvent as a contributor: c6f4772
- Update @LoriKarikari as a contributor: 9c04a9d
- Update MEETING_NOTES.md: 48250d0
Credits
Huge thanks to @ganeshmani, @wKovacs64, and @toshi1127 for helping!
v0.15.2
🐞 Patches
- Fix page generator with custom context: #669
- Fix broken CLI from error: @blitzjs/cli: Cannot find module 'react': #704
- Fix broken cli when using npm where global blitz version used instead of local: #705
- Various DX improvements: #706
Internal Meta Changes
- Standardize prettier options across all Blitz code bases: #703
- Add @shaunchurch as a contributor: 8ae42c5
- GUI design polish: #702
- Remove post-checkout git hook - too annoying: 25f96d0
Credits
Huge thanks to @peaonunes, @wKovacs64, and @merelinguist for helping!
v0.15.1
🐞 Patches
- Fix the stuck at _manifest bug on
blitz start#697 - Update react-query to 1.5.8: #692
- [Page template] Forward submit event from form to parent event handler: #695
Internal Meta Changes
Credits
Huge thanks to @simonedelmann, @wKovacs64, and @ryardley for helping!
v0.15.0
💥 Breaking Changes
- Change
queryinuseRouterandwithRouterto only have query string items and then addparamswhich contains only the dynamic route parameters (see the new docs): #677- This brings
useRouterandwithRouterinto harmony with ouruseParams()anduseRouterQuery()hooks
- This brings
🚀 Minor Changes
- Add HTTP Middleware!! 🎉 (see the new docs): #652
🐞 Patches
- Fix top level await in
blitz console🎉: #659 - Prevent
blitz db migratefrom attempting to create new migration files in production: #683 - Ignore all
.gitsub files and folders: #687 - Fix typo in model generation output: #688
Internal Meta Changes
Credits
Huge thanks to @toshi1127, @ryardley, and @wKovacs64 for helping!
v0.14.1
🐞 Patches
- Add spinner for Prettier formatting during 'blitz new': #680
- Fix missing
useParamimport inedit.tsxpage template: #684 - Possible fix for stuck at _manifest: Debounce manifest writing: #685
Internal Meta Changes
- Syncify getConfig method in @blitzjs/config package: #676
- Fix eslint warnings in GUI: #679
- Docs: add fnoah as a contributor: #681
- Docs: add donni106 as a contributor: #686
Credits
Huge thanks to @fnoah, @donni106, @ryardley, and @Zeko369 for helping!