v0.12.0 #253
chrisvxd
announced in
Announcements
v0.12.0
#253
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Puck docs now live at https://puckeditor.com/.
Summary
This release introduces support for React Server Components (thanks @4leite), makes huge improvements to responsive behaviour (🙇♂️ @monospaced) and introduces a Remix recipe (ty @EarthlingDavey).
⚡️ React Server Components
Puck now supports Puck server components via the included
@measured/puck/rsc
bundle. You should import Render from this bundle instead of the main bundle if you need to support RSC:Docs: https://puckeditor.com/docs/integrating-puck/server-components
📱 Responsive Improvements
Puck now behaves much better on small viewports! We’ll continue to iterate on this experience.
✨ Remix Recipe
The new Remix recipe enables you to generate a Remix v2 application configured with Puck
💅 New CSS imports
You can now import your CSS directly from the Puck package, instead of reaching into
dist
. This is backwards compatible.Changelog
Features
Bug Fixes
zones
getting wiped out if data prop updated (0c4514f)Full Changelog: v0.11.0...v0.12.0
New Contributors
This discussion was created from the release v0.12.0 .
Beta Was this translation helpful? Give feedback.
All reactions