payload-plugin-newsletter 0.20.0 → 0.20.1

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [0.20.1] - 2025-07-31
2
+
3
+ ### Fixed
4
+ - **Next.js App Router Compatibility** - Fixed React `createContext` error in Next.js App Router
5
+ - Added missing `"use client"` directive to `PluginConfigContext`
6
+ - Added `"use client"` directive to component barrel exports
7
+ - Fixed server-side rendering issues with client components
8
+ - Improved compatibility with Next.js 15+ App Router
9
+
10
+ ### Technical Changes
11
+ - Added `"use client"` directive to `PluginConfigContext.tsx`
12
+ - Added `"use client"` directive to `EmptyField.tsx`
13
+ - Added `"use client"` directive to component index files
14
+ - Ensured proper server/client component separation
15
+
1
16
  ## [0.20.0] - 2025-07-31
2
17
 
3
18
  ### Added