Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.18.0] - 2026-05-19

Compose readability pass. No behavior change.

### Changed

- `compose.js` `init()` decomposed into 6 inner-function helpers (preview,
autosave, submit, image upload, banner upload, drag-drop). Shared
utilities hoisted to outer scope; section-local helpers scoped to their
section. AbortController signal closure preserved.

### Removed

- Dead `data-mode` attribute on `.compose-form` — set by template, read
by no JS or CSS.

## [3.17.0] - 2026-05-18

Theme: **dark-mode contrast verification + SW cache auto-bump.** A WCAG
Expand Down
Loading