A production component library·Now in private beta
stable Content

SDF Changelog

Left-ruled release timeline with version, date, colored type tags, and per-entry change lists.

Sign in to copy
  1. Mega menu component with combo class support.

    Ships the long-awaited dropdown navigation pattern with full keyboard support, native open-state class targeting, and copy-paste portability across Webflow projects without custom code.

    • Added sdf-navbar__dropdown-panel with 4 layout variants
    • Pseudo-element hamburger morph (no custom JS required)
    • Sticky navbar + locked dropdown panel on scroll
  2. Stats grid responsive overflow on tablet.

    Fixed a regression where the four-up stats grid would overflow horizontally on narrow tablets. Now collapses to 2x2 at the medium breakpoint.

  3. Removed legacy font tokens.

    All deprecated --sdf-font-mono and --sdf-font-serif tokens are now removed. Components fall back to --sdf-font for any face.

    • Replace all var(--sdf-font-mono) with var(--sdf-font)
    • For mono-look feel: use uppercase + tight letter-spacing
  4. New hero video pattern with edge gradients.

    Adds a hero pattern with full-bleed video background and configurable edge-gradient blends to navbar and next-section colors.

  5. Rewrote theming guide with five-token recipe.

    New theming guide shows how to reskin the entire library by overriding just five CSS variables. Replaces the old 20-token approach.

  6. SDF 3.0 — the second rewrite.

    Library rewritten from the ground up. New BEM naming, new tokens, new structure. Migration guide ships separately.

BaselumenChangelog.tsx 67 lines · TypeScript

The full source is for members

Sign in and choose a plan to view and copy BaselumenChangelog.tsx. The live preview above is free to explore.

Sign in

How to use. Copy BaselumenChangelog.tsx into your project (it's self-contained — the styles ship with it and dedupe across instances in React 19). Theme it by setting --sdf-* tokens on any ancestor. No dependencies, no build step.

All React components
A Stacklumen Product