Releases: next-orders/food
v0.6.1
v0.6.0
🚀 Enhancements
- Timezone on channel working hours (#242)
⚠️ Working days and timezone (#243)- Create new checkouts (#245)
- Delivery and pickup as options (#246)
⚠️ Phone, conditions and minAmountForDelivery (#247)- Check on radio button (#248)
- Settings page with data (#249)
- Update channel general data (#250)
- Cart guard on client side (#251)
- Prisma migration (#252)
- Install food by url (#254)
- Added nuxt-zod-i18n (#257)
- Added confetti (#259)
- Georgian locale (#261)
🏡 Chore
⚠️ Address now is a part of checkout (#244)- Args on script (#253)
- Some visual fixes (#255)
- Check minAmount (#256)
- Locale rework (#258)
- New codes (#260)
⚠️ Breaking Changes
⚠️ Working days and timezone (#243)⚠️ Phone, conditions and minAmountForDelivery (#247)⚠️ Address now is a part of checkout (#244)
❤️ Contributors
- Nick Kosarev (@hmbanan666)
v0.5.0
🚀 Enhancements
- Added nuxt/image for optimizations (#219)
⚠️ Media files with several sizes (#220)- Removing old images on new upload (#224)
- Warehouses (#226)
- Swr for index and catalog pages (#232)
- Now we can choose product variant on client side (#235)
⚠️ Address and paymentMethod (#236)- Finish page (#240)
⚠️ Time and type on checkout (#241)
🩹 Fixes
- Release version (#216)
- Storage path (#221)
- Storage path (#222)
- Storage path (#223)
- Sharp versions for other os (#227)
- Runtime config (#231)
- Swr on product page (#233)
🏡 Chore
- Lib updates (#217)
- Menu activity status change, user name (#225)
- Warehouse rework (#228)
- First category check for LCP (#229)
- Buttons gradient rework (#230)
- Image size optimization (#234)
- Create pull request template (#237)
- Lib updates (#238)
- Payment methods on client (#239)
⚠️ Breaking Changes
⚠️ Media files with several sizes (#220)⚠️ Address and paymentMethod (#236)⚠️ Time and type on checkout (#241)
❤️ Contributors
- Nick Kosarev (@hmbanan666)
- Alexander a.hywax@gmail.com
v0.4.0
🚀 Enhancements
- Added nuxt/image for optimizations (#219)
⚠️ Media files with several sizes (#220)- Removing old images on new upload (#224)
- Warehouses (#226)
🩹 Fixes
- Release version (#216)
- Storage path (#221)
- Storage path (#222)
- Storage path (#223)
- Sharp versions for other os (#227)
🏡 Chore
- Lib updates (#217)
- Menu activity status change, user name (#225)
- Warehouse rework (#228)
- First category check for LCP (#229)
- Timeout on livenessProbe (a810e6e)
⚠️ Breaking Changes
⚠️ Media files with several sizes (#220)
❤️ Contributors
- Nick Kosarev (@hmbanan666)
v0.3.0
🚀 Enhancements
- Turborepo, no nx (#165)
- Website (#166)
- New logo, mike and jake (#172)
- Food app (#173)
- Session creation (#186)
- Search products right on client (#189)
- Command center sign-in page (#191)
- Cool avatars (#196)
- Forms with validation (#201)
- Menu creation (#206)
- Product page (#208)
- Product update (#212)
- Product availability switch (#213)
- Update menu (#215)
🩹 Fixes
🏡 Chore
- New k8s data (#169)
- Icons, color mode, deploy (#170)
- Ui reworked (#171)
- Prisma, components (#175)
- More components (#176)
- K8s config update, useChannel update (#177)
- Pages, product image (#178)
- Cart on desktop (#180)
- Food demo url changed (#184)
- Cart lines, schema update (#185)
- UseCheckout updated (#187)
- Breadcrumbs (#188)
- Checkout page (#190)
- New domain (#193)
- Sign-in by credentials (#194)
- Some localization (#195)
- Lib updates (#197)
- Removed nuxt ui, now shadcn is main config (#199)
- Ui rework (#200)
- Lib updates (#203)
- Components rework, api tests (#205)
- Lib updates (#207)
- Removed old code (#209)
- Locale currency (#210)
- Some k8s updates (#211)
❤️ Contributors
- Nick Kosarev (@hmbanan666)
v0.2.0
What's Changed
- This repository has become a monorepository with NX by @hmbanan666 in #116
🤯 I want to combine all interrelated applications in one place. There is a code that can be reused: UI components, SDK, other packages. Old "api" and "command-center" repos will be archived.
Interested in the idea of using one release version, like:
Docker images
next-orders/food/api:v0.2.0
next-orders/food/storefront-v1:v0.2.0
next-orders/food/command-center:v0.2.0
Let's see what happens!
Full Changelog: v0.1.7...v0.2.0
v0.1.7
CountryCode and Phone validation
Channel now have countryCode property, like "US" (+1). You can check phone validation on second page (Checkout).
Menu now loads separately from Channel
Searching products now in Menu scope, not all Channel. In future client will have ability to choose active Menu.
For example, Channel have 3 Menus:
- Main (from 10am to 10pm)
- Breakfast (from 7am to 10 am)
- Midweek (available from Tuesday to Thursday)
Client can see available Menus, choose one as active. Search works only with active.
Work in progress ⭐
Full Changelog: v0.1.6...v0.1.7
v0.1.6
- New weight units: L, ML, OZ, LB
- New localization: Español
- New currency: EUR
- Menu Category Icon now have standard type on Main API
- Visual fixes and new localized strings
Thank you for your attention! ⭐
Full Changelog: v0.1.5...v0.1.6
v0.1.5
- Visual fixes on small screens
- Breadcrumbs rework
- Dictionary rework
- Per 100 grams block on product page now getting data from Main API
Moved the dictionary structure from the Command Center, it became more convenient to add new languages.
Work is in full swing! ⭐
Full Changelog: v0.1.4...v0.1.5
v0.1.4
- Next.js updated to 14.0.4
- Category icons now hosted right here
- Photos are now properly cropped in CSS
I'll get back to working on the Checkout page soon.
There are a lot of changes going on in the Command Center right now. I want to complete the entire cycle of creating and editing products before moving on.
Thanks for your stars! ⭐
Full Changelog: v0.1.3...v0.1.4