Skip to content

v2.2.3 — Calendar dot centering

Choose a tag to compare

@mhju0 mhju0 released this 19 Jul 05:17

Calendar day-cell polish.

Fixes

  • Calendar — event dot centering. The little status dot under each day now sits centered in the gap between the digit and the cell floor. It was pinned with a hard-coded bottom: 6 px offset (tuned for one cell size) that read slightly low; it's now positioned as a share of cell height, so it stays centered at any screen size. The day number is unchanged.

Docs

  • Regenerated the calendar screenshot and the social-preview banner for the new dot position, and relocated the social preview under docs/screenshots/.

npx tsc --noEmit and 45 Jest tests pass in CI.

Full changelog: v2.2.2...v2.2.3