Skip to content

Releases: pro-laico/atomic-payload

v0.2.0

12 Mar 19:42
e9aaff2

Choose a tag to compare

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

v0.1.2

28 Jan 20:06
1b6cdf2

Choose a tag to compare

‼️ 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

v0.1.1

19 Jan 21:13
84e974a

Choose a tag to compare

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

Full Changelog: v0.1.0...v0.1.1

Initial Release

05 Jan 20:13

Choose a tag to compare

Atomic Payload Now Exists