@qwickapps/cms 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +7 -4
package/README.md CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  > Reusable Payload CMS collections, globals, and components for building QwickApps-powered websites
4
4
 
5
- ## What's New in v0.4.0
5
+ ## What's New in v0.5.0
6
6
 
7
- - **E-Commerce Integration**: Enhanced BlockRenderer with ProductCard component support for building e-commerce content
8
- - **Cart Functionality**: New client-side exports enable shopping cart integration in content blocks
9
- - **Product Support**: Pages and Posts collections now support e-commerce product displays
7
+ - **HeroSlideshows Collection**: New collection for managing hero slideshow content in the page builder
8
+ - **PeerDependencies Change**: `@payloadcms/email-nodemailer` and `@payloadcms/live-preview-react` are now peerDependencies. Add them to your project's `package.json` directly.
9
+ - **Bug Fixes**: Fixed infinite loop, missing React keys, and hero button contrast issues
10
10
 
11
11
  See [CHANGELOG.md](./CHANGELOG.md) for full details.
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwickapps/cms",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "QwickApps CMS - Reusable Payload CMS collections, globals, and components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -65,6 +65,8 @@
65
65
  "@mui/icons-material": ">=6.0.0",
66
66
  "@mui/material": ">=6.0.0",
67
67
  "@payloadcms/db-postgres": "^3.0.0",
68
+ "@payloadcms/email-nodemailer": "^3.0.0",
69
+ "@payloadcms/live-preview-react": "^3.0.0",
68
70
  "@payloadcms/next": "^3.0.0",
69
71
  "@payloadcms/richtext-lexical": "^3.0.0",
70
72
  "@payloadcms/ui": "^3.0.0",
@@ -79,6 +81,8 @@
79
81
  "@mui/icons-material": "^6.0.0",
80
82
  "@mui/material": "^6.0.0",
81
83
  "@payloadcms/db-postgres": "^3.0.0",
84
+ "@payloadcms/email-nodemailer": "^3.0.0",
85
+ "@payloadcms/live-preview-react": "^3.0.0",
82
86
  "@payloadcms/next": "^3.0.0",
83
87
  "@payloadcms/richtext-lexical": "^3.0.0",
84
88
  "@payloadcms/ui": "^3.0.0",
@@ -101,12 +105,11 @@
101
105
  ],
102
106
  "dependencies": {
103
107
  "@mui/material-nextjs": "^7.3.7",
104
- "@payloadcms/email-nodemailer": "3.65.0",
105
- "@payloadcms/live-preview-react": "3.65.0",
106
108
  "server-only": "^0.0.1"
107
109
  },
108
110
  "optionalDependencies": {
109
- "@qwickapps/logging": "^1.0.1"
111
+ "@qwickapps/logging": "^1.0.1",
112
+ "@qwickapps/log-client": "workspace:*"
110
113
  },
111
114
  "author": "QwickApps <legal@qwickapps.com>",
112
115
  "license": "PolyForm-Shield-1.0.0",