Skip to content

Commit 2669996

Browse files
committed
Update changelog.md
1 parent fe2c500 commit 2669996

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,32 @@ permalink: /changelog/
88

99
This changelog covers changes to the site theme and design. It does not track changes to individual blog posts or article content. **Note**: the site theme is not licensed for copying or modification.
1010

11+
## 2026-05-11
12+
13+
### View transitions
14+
15+
- **MPA page transitions**`@view-transition { navigation: auto }` added to the CSS so the browser plays a cross-fade animation when navigating between pages; old and new root snapshots each animate for 250ms with `ease-out` timing; the entire effect is suppressed under `prefers-reduced-motion: reduce`
16+
- **Shared hero image transition** — the post-card thumbnail and the full-post hero image share a `view-transition-name` keyed to the post slug (`post-img-{slug}`), so the thumbnail morphs smoothly into the full hero image when opening a post
17+
- **Scroll anchor offset**`scroll-padding-top: 4rem` added to `html` so anchor-linked headings clear the fixed topbar after a transition
18+
19+
### Container queries
20+
21+
- **Post card container**`.post-card` now carries `container-type: inline-size; container-name: post-card`; the list-view layout rules (thumbnail width, body padding, excerpt clamp) are applied inside a `@container post-card (min-width: 480px)` query rather than a viewport media query, so cards adapt to their actual rendered width regardless of how the grid is configured
22+
23+
### Focus ring refinement
24+
25+
- **Consistent 3px outline** — the standard `:focus-visible` ring increased from 2px to 3px; the accessible-mode ring reduced from 4px to 3px, giving both a uniform thickness with a slightly larger offset
26+
27+
### About & Community Review page — timeline components
28+
29+
- **Presentations timeline** — the flat presentation list in `_data/presentations.yml` is now grouped by year via Liquid `group_by` and rendered as a visual vertical timeline with circular year markers and per-entry month badges; data fields changed from a single `date` string to structured `year`, `month`, and `month_name` fields
30+
- **Awards timeline** — the MVP award list in `_data/awards.yml` changed from a single `years` string to `start` / `end` integer fields (supporting `"Present"` as end value); rendered as a `.award-timeline` with logo, category, and date-range display
31+
- **Publications timeline** — the publications list on the Community Review page is now grouped by year (extracted from the existing `date` string) and rendered in the same vertical timeline style as presentations
32+
33+
### Tailwind CSS
34+
35+
- **Upgraded to v4.3.0**`tailwindcss`, `@tailwindcss/cli`, `@tailwindcss/node`, and `@tailwindcss/oxide` updated to v4.3.0
36+
1137
## 2026-05-09
1238

1339
### Post hero image

0 commit comments

Comments
 (0)