2.9 KiB
2.9 KiB
saleor-app-cms-v2
2.3.1
Patch Changes
a81f061
: Updated Macaw to pre-127d9d0f64
: Fixed background color of the modal. Previously white background was missing and only blur was applied. Now it is blurred and white with an opacity (in the dark mode it is fixed with dark grey)fcc37e7
: Remove clsx package from the projects no longer using it.- Updated dependencies [
2a1385b
] - Updated dependencies [
a81f061
] - Updated dependencies [
fcc37e7
]- @saleor/apps-shared@1.8.1
- @saleor/react-hook-form-macaw@0.2.5
- @saleor/apps-ui@1.1.8
2.3.0
Minor Changes
6f1c5c9
: Added Payload CMS support.
Patch Changes
e9378e7
: Fix PayloadCMS form where two inputs were stuck together without a margin. Now, they are placed in two columns6f1c5c9
: Fix styling of modal in the dark mode
2.2.2
Patch Changes
8b3d961
: Updated Macaw UI to pre.118c50797e
: Extracted MetadataManager creation to factory from shared package- Updated dependencies [
8b3d961
] - Updated dependencies [
c50797e
]- @saleor/react-hook-form-macaw@0.2.4
- @saleor/apps-shared@1.8.0
- @saleor/apps-ui@1.1.7
2.2.1
Patch Changes
3002354
: Added error logging for exceptions thrown at tRPC routes.
2.2.0
Minor Changes
fe767a4
: Changed public (manifest) name app to be "CMS" (previously it was "CMS 2", since two apps existed at the same time)
2.1.2
Patch Changes
261957f
: Updated dependencies: vite, vitest, eslint, prettier, dotenv, turbo, syncpack, changesets, lint staged- Updated dependencies [
261957f
]- @saleor/react-hook-form-macaw@0.2.3
- @saleor/apps-shared@1.7.6
- @saleor/apps-ui@1.1.6
2.1.1
Patch Changes
2fab86b
: Updated graphql package to 16.7.1 and @graphql-codegen related dependencies to the latest version.aa6fec1
: Updated Macaw UI to pre-1064578659
: Made Builder.io api keys inputs type of "password" so they are masked now- Updated dependencies [
aa6fec1
] - Updated dependencies [
aa6fec1
]- @saleor/react-hook-form-macaw@0.2.2
- @saleor/apps-shared@1.7.5
- @saleor/apps-ui@1.1.5
2.1.0
Minor Changes
-
5d41af9
: Added validation for channel-provider connection. Now form will display error when user tries to add a connection that already exists. -
5d41af9
: Added set of improvements around app quality- Ensured forms have fields properly set as "required", so form validation will prevent empty form submissions
- Contentful and DatoCMS forms now validate the credentials.
- Added logs (server side) in various places
- Bulk sync finished now triggers notification
-
5d41af9
: Added skeletons instead raw "Loading" texts. Also removed unnecessary warning message in bulk sync section