Releases: blitz-js/blitz
Releases · blitz-js/blitz
v0.7.0
Minor Changes
- Add useQuery pagination & add pagination to store example: #278
- See example usage here. Docs are coming.
Patches
- Add start script to new app template package.json: #270
- Change default DB to SQLite instead of postgres: #283
- Fix types for second argument of useQuery and ssrQuery: #286
- Fix some HMR bugs by upgrading next to 9.3.6-canary.13: #291
Changes to Example Apps
- Update links on homepage of store example: 875f99a
Internal Meta Changes
- Docs: add LoriKarikari as a contributor: #288
- Chore: remove double jest usage - tests now fixed: fd62421
- Docs: add eliasjohansson as a contributor: #290
Credits
Huge thanks to @eliasjohansson and @kandros for helping!
v0.6.6
v0.6.5
v0.6.4
Patches
- Fix super slow CLI startup when used in a folder with many files: #254
- Make
blitz h
print the help menu: #252 - Change new app template Prisma model to be the same as the user guide: 5a69c49
- Remove the slow warning message: c8527d9
Credits
Huge thanks to @jimthedev and @jclancy93 for helping!
v0.6.3
v0.6.2
v0.6.2-canary.0
Patches
- Attempt fix for cli package detection: 55fdaa0