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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Semver applies from 1.0.0. A breaking change to a documented API needs a major

## [Unreleased]

Nothing yet.

## 22.2.2 - 2026-09-25

### Added

- **cli:** the web role serves `GET /robots.txt` and `GET /sitemap.xml` in `x dev` and in
Expand Down Expand Up @@ -39,6 +43,11 @@ Semver applies from 1.0.0. A breaking change to a documented API needs a major
- **render:** `setStylesheetRoot` resolves a relative root, so `loadApp('.')` from `/app` classifies
sheets correctly. Found in review of #528.

### Commits

- fix(render): resolve a relative stylesheet root before comparing it (#532)
- fix(cli,admin): runtime robots.txt + sitemap.xml, no sync meta when realtime is off, api index edit, /_x locale (#530)

## 22.2.1 - 2026-09-25

### Fixed
Expand Down
Loading
Loading