Catalin Pinte
e8c1ef1f57
Update pnpm-lock.yaml
2022-10-19 09:46:37 +03:00
Catalin Pinte
e1751eef3f
Make nodejs default runtime
2022-10-19 09:36:12 +03:00
Catalin Pinte
8873d6fa5d
Fix switchable runtimes
2022-10-19 09:34:59 +03:00
Catalin Pinte
dae40fd7f1
Merge branch 'main' of github.com:vercel/commerce into dynamic-api-routes
2022-10-12 15:11:57 +03:00
Catalin Pinte
51c625d283
Revert to local
2022-10-12 15:08:10 +03:00
Catalin Pinte
483b608e0c
Move to Edge runtime
2022-10-12 14:36:43 +03:00
Catalin Pinte
990bdf1e6a
Fix bigcommerce brands ( #837 )
2022-10-06 17:08:58 +03:00
Catalin Pinte
cf1878e9f0
Update errors.ts
2022-10-05 17:30:11 +03:00
Catalin Pinte
02ad42bba6
Update errors.ts
2022-10-05 17:15:37 +03:00
Catalin Pinte
639914494f
Update parser
2022-10-05 17:09:12 +03:00
Catalin Pinte
8cd67f8539
Update cart.ts
2022-10-05 15:45:21 +03:00
Catalin Pinte
577609a71b
Update tsconfig.json
2022-10-05 15:10:01 +03:00
Catalin Pinte
fa9fe72a68
Add checkout endpoint parser & update errors
2022-10-05 14:07:56 +03:00
Catalin Pinte
4bd20ddf0f
Update package.json
2022-10-05 11:11:01 +03:00
Catalin Pinte
a9881d8944
Fix build errors
2022-10-05 11:09:06 +03:00
Catalin Pinte
220035fb6f
Merge branch 'main' of github.com:vercel/commerce into dynamic-api-routes
2022-10-05 10:50:29 +03:00
Catalin Pinte
6c2610584d
Update types ( #831 )
...
* Update product types
* Cart types progress, add zod & initial schema validator
* Update normalize.ts
* Update with-schema-parser.ts
* Updated types, schemas & providers
* Fix providers after schema parse errors
* Fix paths
* More provider fixes
* Fix kibocommerce & commercejs
* Add customer updated types & fixes
* Add checkout & customer types
* Import core types only from commerce
* Update tsconfig.json
* Convert hooks interfaces to types
* Requested changes
* Change to relative paths
* Move Zod dependency
2022-10-05 09:02:29 +03:00
Catalin Pinte
600d8bb325
Updates
2022-10-04 15:40:59 +03:00
Catalin Pinte
3a3883ada0
Update api handlers
2022-10-04 10:12:58 +03:00
Catalin Pinte
8398a96215
Update Shopify API version ( #833 )
2022-09-28 18:06:31 +03:00
Catalin Pinte
30a94cf857
Add missing dependency
2022-09-28 15:47:07 +03:00
Catalin Pinte
17788b1eb0
Add dynamic API endpoints
2022-09-28 15:40:22 +03:00
Catalin Pinte
11609a9e71
Upgrade dependencies & pnpm ( #785 )
...
* Updated log
* Updates to root
* Updates to pnpm
* successfully moved to pnpm
* type issue
* Local as the default provider
* Upgrade dependencies
* Revert to local
* Upgrade React
* Update node-fetch deps
* Fix types
* Ignore warnings
* Fix missing dependency
* Update pnpm-lock.yaml
* Add missing @types/cookie
* Upgrade dependencies
* Fix missing dependencies
* Update README.md
Co-authored-by: Bel Curcio <curciobel@gmail.com>
2022-09-19 08:14:49 +03:00
Catalin Pinte
87134e2990
Fix mobile side menu ( #783 )
...
Co-authored-by: cond0r <1243434+cond0r@users.noreply.github.com>
2022-07-12 19:13:19 +03:00
Lukas Schüth
2c8d46ce90
Fix navigation between cart and menu on mobile ( #709 )
...
* Fix navigation between cart and menu on mobile
On mobile when the Sidebar menu is open and you want to switch to cart, it would toggle the sidebar and close it instead of switching view.
* Adds missing openSidebar to useUI hook
* Sets correct Sidebar view when adding a product
If the last selected view on mobile was the menu, it was shown instead of the cart when adding a product.
Co-authored-by: Bel <curciobelen@gmail.com>
2022-06-13 15:11:01 -04:00
Marin Heđeš
0c5597fb93
fix: put issue templates inside .github folder ( #761 )
2022-06-13 14:59:00 -04:00
Gaspar Garcia Jr
9f88a14c96
Update turbo version ( #764 )
2022-06-02 17:43:20 -05:00
Eduardo Fortuna
f059d4e6c4
Update Shopify Storefront API Version ( #736 )
2022-05-16 16:02:19 +02:00
pfcodes
cf8ff6ccf2
docs: README.md spelling fix ( #747 )
2022-05-04 16:29:27 +01:00
Dom Sip
4bb8fcb06d
docs(sfcc): demo link ( #744 )
2022-04-28 12:54:14 -05:00
Dom Sip
a40cefc528
issue templates ( #733 )
2022-04-20 12:40:39 -05:00
Dom Sip
66e3269b0e
SFCC provider ( #727 )
...
* new SFCC provider
* add search
* normalization + search
* categories as search results
* adress PR feedback
* Update README.md
* get all paths for SSG
* product variants and options
* Apply suggestions from code review
Co-authored-by: Luis Alvarez D. <luis@vercel.com>
* remove console log
* prettier
* clean console log
* ran prettier
* Updated readme
* remove static data and revert config changes
* set default site
Co-authored-by: Luis Alvarez D. <luis@vercel.com>
2022-04-20 12:08:26 -05:00
Dom Sip
a46057c5ef
docs(core): how to run locally ( #716 )
2022-04-19 15:19:41 -03:00
Dom Sip
95d09f7ef3
chore: add prettier vscode settings ( #735 )
...
* chore: add prettier vscode settings
* simplify
2022-04-19 12:49:30 -05:00
Stefan Horne
dd726aabb5
chore(docs): update .env.template provider names ( #721 )
...
Co-authored-by: Stefan Horne <stefanhorne@gmail.com>
2022-04-13 16:45:31 +01:00
markus
acf14b8889
Import config with POSIX path ( #728 )
2022-04-13 16:19:33 +01:00
Bel
52b25b85d6
Bug Fix Round and Updates ( #719 )
...
* Kibo missing dependency
* return 404 for invalid page
* fix and simplify types for pages
Co-authored-by: Dominik Sipowicz <dom@vercel.com>
2022-03-24 11:42:33 +00:00
Stefan Horne
fee16e795c
feat(core): add GBP currency code to product price type ( #717 )
...
Co-authored-by: Stefan Horne <stefanhorne@gmail.com>
2022-03-23 15:29:13 +00:00
Lukasz Ostrowski
ee62ea659a
Add lodash.debounce to Shopify provider package.json dependencies ( #691 )
...
* Add lodash.debounce to package.json dependencies
Shopify provider requires `lodash.debounce` package. This package is installed in BigCommerce provider, but not in Shopify provider. After BigCommerce is removed, Shopfify provider can't be installed.
This PR fixes this error
* Install lodash debounce and its @types to providers that use this package
2022-03-16 15:27:13 +01:00
Luis Orbaiceta
38df404ab5
Prevent click-outside from losing children refs ( #626 )
...
fix(site): prevent click-outside to close children ref
* feat: Add forwardRef for compatibility
* fix(site): remove asChild for dropdown Fragment
Co-authored-by: Dom Sip <dom@vercel.com>
2022-03-16 13:55:41 +00:00
Tommy Sørensen
ac8d4bf63d
Update product.ts ( #708 )
2022-03-16 12:11:04 +01:00
Bel
172deeee86
Fixes & Updates ( #704 )
...
* Adding Dropdown Component
* Styling Issues
* Wishlist Fix
* Fixes for Wishlist View
* Hearts now work again
* Rollback ts
* Removing extra config to disable BigCommerce
* Fixes for Wishlist View
* Remove transition/animation for mobile
* New Updates.
* New Updates.
* Dropdown fix
* Polish
* export
* export
* revert tsconfig
Co-authored-by: Luis Alvarez D. <luis@vercel.com>
Co-authored-by: Dom Sip <dom@vercel.com>
Co-authored-by: Luis Alvarez D. <luis@vercel.com>
2022-03-16 12:05:58 +01:00
Luis Alvarez D
6e6db0773b
Updated deploy button ( #705 )
2022-03-08 23:24:23 -05:00
Luis Alvarez D
9a45329ad2
Disabled wishlist and user login in bigcommerce ( #703 )
2022-03-08 00:34:59 +00:00
B
5af4004b57
Bug: Visual Regressions ( #699 )
...
* ProductTag offset
* ProductTag offset
2022-03-02 13:59:13 +01:00
Dom Sip
0ae927fbcf
fix(vendure): add new image domain ( #698 )
2022-03-02 12:49:12 +01:00
B
bbe97ab0cb
Update README.md with correct Shopify provider variable value ( #697 )
2022-03-02 09:51:31 +00:00
Dom Sip
ddc6f83c2e
add FAQ for cannot find module error ( #695 )
2022-03-01 18:50:32 -05:00
Andrea Barani
9387178538
fix(bigcommerce): add limit on product variants ( #655 )
...
add explicit limit on product variants field to load more than default
2022-02-18 04:40:59 -05:00
Dom Sip
db170558d5
feat: replace next-seo with custom solution ( #660 )
...
* replace next-seo with custom solution
* Updated check
Co-authored-by: LFades <luis@vercel.com>
2022-02-18 04:26:31 -05:00