@acromedia/gesso-api-middleware
6.0.1
Patch Changes
- e8fa722: TS type fixes
6.0.0
Major Changes
-
609c5e9: No breaking changes to these packages, scheduled major release
Gesso V6 Update
- 14 Hook definitions removed (ie
useX
) - 8 Types removed across packages
- 1 Plugin made to be required (
update
) - 20 Data mapping changes (mostly related to
subtotal
,total
,discount
, andtotalItems
being moved toadjustments
inCart
) - 1 Plugin type change (
ComponentFactoryPluginV2
) - 3 Interface properties removed from core
- 1 Environment variable removed from cli
- 1 Command removed from cli
- 2 Config flags removed from create-script
- 5 Templates updated in next/client
- 1 Generator added in next/client
- 1 Theme Token Removed in design-system
- 11 Components With Removed Props in design-system
- 14 Hook definitions removed (ie
5.0.1
Patch Changes
- 352ef12: Update dependencies and clean up dependency tree
5.0.0
Major Changes
-
bff9b4a: # Gesso V5 Update
- 6 Functions Removed
- 1 Theme Token Removed
- 3 Components Removed
- 12 Components With Removed Props
- 2 Export Names Changed
- 8 Type Changes
4.0.2
Patch Changes
- 54f1216: Remove outdated license settings in package.json
4.0.1
Patch Changes
- 03f2414: Fixed some cases where middleware would not correctly wait for a response or would return an incorrect type
4.0.0
Major Changes
- 22b0bb4: bump to v4 to align with other packages - no breaking changes
2.0.0
Major Changes
- f49ee1f: gesso v4 version bump
Bug Fixes
- add missing scope (24c8457)
- add missing test-app start (179c844)
- change husky to use workspace commands instead of cd (b69986a)
- correct dist cache location to account for workspace (e567a4b)
- incorrect gitlab project id (4a45929)
- limit tsc to src files so it ignores cypress cache (5c8d47b)
- master -> main in gitlab-ci (278c4c4)
- master -> main in release config (8d1e0ef)
- try with 1.0.0 version (815b782)
- try with 1.0.0 version (07b7f59)
- wrong registry path in package.json (50b68bc)
- yarn workspaces uses package name not folder name (4ace9ab)