Add as-button-warning CSS class for yellow link-as-button styling
Add TextStyle enum to replace string literals for button style checks
Register yellow button option in text style selectors and formatting dropdown
Update renderInline() and content-formatting-selector to use TextStyle enum
Add confirmation dialog before page deletion
Detect fragment usages via rows.fragment.pageContentId and disable delete
Detect album-index parent pages via contentPaths starts-with and disable delete
Improved delete tooltip showing why deletion is blocked
Release notes generator never overwrites existing pages (preserves manual edits)
Remove redundant H3 heading that repeats H1 title in generated release notes
Fix isActionButtons crash when row.type is undefined (TypeError: Cannot read properties of undefined reading 'toString')
Fix blank page when navigating from map pins by wrapping Leaflet marker click in NgZone.run()
Remove dead zone.js overrides in polyfills.ts (flags set after import had no effect)