You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Commits must follow [Conventional Commits](https://www.conventionalcommits.org/)
80
80
- Drawer takes a flat `readonly ControlButton[]` — rendered as a single grid
81
81
- Help overlay is config-driven and must be fail-safe (never break core controls if help fails)
82
82
- Mobile viewport handling: lock document scroll and compute height from visual viewport (keyboard-aware)
83
-
-When behaviour/config/API changes, update `CHANGELOG.md` under `Unreleased` in the same change set
83
+
-Changelog and versioning are fully automated by semantic-release — do not manually edit `CHANGELOG.md`. Use conventional commit types to control releases: `feat:` → minor, `fix:` → patch, `BREAKING CHANGE` → major. Non-release types: `chore:`, `docs:`, `refactor:`, `test:`, `ci:`
84
84
- All DOM creation in `util/dom.ts` helpers
85
85
- Keyboard state preserved: capture `isKeyboardOpen()` before action, use `conditionalFocus()` after
86
86
- Tests use happy-dom for DOM environment (e2e/CLI tests use node environment)
0 commit comments