Skip to content

v17.2.2

Latest

Choose a tag to compare

@deanleigh deanleigh released this 16 Mar 08:00
· 55 commits to main since this release
ba45c36

What's New

Navigation Features

  • Table of Contents — New feature that auto-generates a collapsible navigation list from titled feature blocks in the same area. Sticky bar with expand-on-click, collapses after selection. Area-aware (only lists blocks in its own area).
  • In-Page Navigation - Mobile Offcanvas — Mobile experience replaced with a fixed bottom bar that opens an offcanvas panel. Replaces the previous collapse-top pattern.
  • Human-Readable Fragment IDs — Feature blocks now use slugified titles as IDs (e.g. #introduction-a1b2) instead of raw GUIDs. Clickable anchor links on headings with a superscript # on hover.

Content & Documentation

  • All 15 feature pages rewritten with comprehensive content, in-page navigation in the right sidebar, and code blocks at the bottom
  • Consistent page pattern: descriptive content in middle, in-page nav in right column, code sample at bottom

Improvements

  • Sticky breakpoint aligned to lg (992px) to match column stacking
  • Bootstrap navbar toggler used consistently across all navigation components
  • Card titles fixed to use pageTitleShort instead of pageTitle
  • New block picker icons for Navigation - In Page and Table of Contents
  • CSS @container scroll-state(stuck) for native sticky detection with JS fallback
  • Mobile body padding when in-page navigation bar is present

Package Updates

  • Umbraco.Cms 17.1.0 → 17.2.2 (security fixes)
  • uSync 17.0.2 → 17.0.4
  • UmbNav 4.1.3 → 4.1.4

Element Type Changes

  • New: featureNavigationTableOfContents
  • Renamed: featureTableOfContentsfeatureNavigationTableOfContents

Full Changelog: 17.2.0...17.2.2