Skip to content

v1.2.1

Latest

Choose a tag to compare

@Ducksss Ducksss released this 30 Jul 09:17
65ffe1c

Patch release. The registry holds the same 67 components as v1.2.0 — no blocks added or removed — so this is a fix-and-polish release for the CLI and the published block sources.

Published surface

  • logoLabel is now an optional field on content-quote and stats-proof, so both blocks can carry an attribution label without a fork.
  • The shadcn CLI pin is single-sourced. It used to be written in four places (package.json, the compiled CLI's shadcnCliPackage, and two int specs), which meant a version bump tripped the gate on whichever copy it missed — the reason the Dependabot bumps could never land. Now it resolves from one place, and shadcn moves to 4.15.0.

Why this release exists

npm's latest had been sitting on 1.2.0 while the repo declared 1.2.1: publishing only fires on a published GitHub Release, so no amount of merging to main ever shipped it. Anyone running npx payload-components add was getting the older CLI.

Site changes since v1.2.0 (not part of the package)

The component wall on the landing page no longer crops blocks mid-sentence — the twins' inner layout width is pinned to 1280px per breakpoint, and the 640–1023px band gets a taller frame plus a widened fade. Prettier is now adopted and gated, vite 8 is unblocked, and the template gallery gained accessibility and layout fixes.