Skip to content

Latest commit

 

History

History
165 lines (130 loc) · 6.24 KB

CHANGELOG.md

File metadata and controls

165 lines (130 loc) · 6.24 KB

CHANGELOG

Unreleased Changes

Compare changes

Core

Published Entry
  • Entry translations/hreflang alternate links (#2059)
  • Allow registering additional headers for published entries (#2112)
  • Always use jpg for social share images (#2118)
  • Allow opening external privacy settings via privacy link (#2120, #2130)
  • Replace mentions of Twitter with X (#2111)
Admin
  • Create default permalink directory for new sites (#2105)
  • Make user admin attributes table extensible (#2087)
  • Add config option to redirect to editor after entry create (#2085)
Editor
  • Auto-orient images when determining dimensions (#2113)
JavaScript API
  • Improve media events (#2070, #2071)
  • Pass entry model to additional editor initializers (#2082)
Rails Engine
  • Invoke hook when entry is created via admin (#2078)
  • Extend version range to allow Resque 2 (#2054)
Internal

Paged Entry Type

Internal
  • Explicitly require regnerator runtime (#2076)
  • Build pageflow-paged-react with Rollup (#2060)

Scrolled Entry Type

Published Entry
  • Honor user's reduced motion preference for backdrop animations (#2125)
  • Cutoff modes (#2115, #2117)
  • Improve text inline file rights (#2102)
  • Bug fix: Add workaround for video scaling issue in iOS 17 below 17.4 (#2090)
  • Bug fix: Fix image gallery scrolling in editor on Safari (#2088)
  • Bug fix: Prevent gap in background with parallax effect (#2056)
Editor
  • Do not switch to section settings when adding section (#2080)
  • Improve editable link component (#2129)
  • Do not sync non-react widgets to scrolled state in editor (#2119)
  • Allow hiding sections outside of editor (#2116)
Widgets
  • Add translations menu to default navigation bar (#2075, #2108)
  • Allow extending default navigation with custom components (#2126, #2121)
  • Fix chapter scroller issue on Chrome 126 on OS X (#2122)
Content Elements
  • Add TikTok content element (#2095)
  • First iteration of Hotspot content element (#2106)
  • Backdrop content elements (#2093)
Themes
  • Add typography classes for external links (#2124)
  • Also apply quote mark font family to text block quotes (#2123)
  • External links improvements (#2110)
  • Accent color palettes for default navigation (#2104)
  • Add typography classes for different sizes of quote element (#2097)
  • Add theme property for image gallery scroll button size (#2089)
  • Additional theme options and properties (#2077)
  • Fix hanging quote position in center-ragged layout (#2057)
  • Add theme property to customize logo height in default navigation (#2055)
Rails Engine
  • Pass real request object to additional seed callable (#2128)
  • Add if and unless options to additional packs (#2084)
  • Allow registering additional editor packs with stylesheets (#2083)
Internal
  • Upgrade to Storybook 7 (#2066)

See 17-0-stable branch for previous changes.