Releases: pro-laico/atomic-payload
v0.2.0
Important
Atomic Payload now utilizes a monorepo structure in order to better manage packages. The first package available is the create-atomic-payload, allowing for faster project setup with npm.(#16)
pnpx @pro-laico/create-atomic-payload .The next packages to be added will be Payload plugins utilized by the Atomic Payload template.
Chores
- Updated non breaking package dependencies including Payload. (#15)
Contributors
- Chad Hill @chad-hill
v0.1.2
‼️ Important
Atomic Payload now utilizes Next.js v16.1.6! This is an initial implementation and not all functionality has been adapted to align 100% with Next.js best practices. However it works identically to the previous v15 implementation.
See (#12) for details.
🚀 Features
- Adds
INCLUDE_SEED.env toggle for removing/disabling seed functionality (#9)
🔧 Fixes
- Generate metadata now properly uses page SEO titles. (#8)
- Update Atomic Store provider to use useState rather than a ref. (#10)
🧹Chores
- Updated dependencies (#12)
🤝 Contributors
- Chad Hill @chad-hill
v0.1.1
Summary
This release adds UnoCSS Typography(prose) configuration controls to the Payload CMS UI. This works in tandem with the rich text block to apply styles to the generated child elements.
🚀 Features
UnoCSS Typography / Prose
by @chad-hill in #4
Showcase
This video shows the seed prose page which contains default, sm, base and lg size prose handling.
The page is broken into 4 sections. The top green text of each section indicates the className of the rich text block.
prose-example-video.mp4
Other Changes
- Removed Consent Requirement by @chad-hill in #1
- Remove Analytics GTM Check by @chad-hill in #3
Full Changelog: v0.1.0...v0.1.1
Initial Release
Atomic Payload Now Exists