Skip to content

Cut 2.3.0 - #19

Merged
HarryCordewener merged 1 commit into
mainfrom
release-prep
Sep 22, 2026
Merged

HarryCordewener merged 1 commit into
mainfrom
release-prep

Conversation

@HarryCordewener

@HarryCordewener HarryCordewener commented Sep 22, 2026

Copy link
Copy Markdown
Member

Release preparation, steps 1 and 2 of docs/releasing.md.

  • ## Unreleased becomes ## 2.3.0 — 2026-09-22, with the clear-across-a-delegated-layer fix folded into the nesting entry it belongs to.
  • PublicAPI.Unshipped.txt promoted to PublicAPI.Shipped.txt in all five packages: 202 members in the core, 6 in Ansi, 3 in Mxp, 2 in Pueblo, none in Html. From here the analyzer treats a removal or a signature change as a build error.

Verified: 644/644 tests, and all five packages pack (core, Ansi and Html against the 2.2.0 baseline; Mxp and Pueblo have none yet, which is their first release).

Version judgement. 2.3.0 rather than 3.0.0: every API change is additive, and the behaviour changes that could reach an existing consumer are narrow. Worth your eye before tagging:

  • HTML, Pueblo, MXP and BBCode now render a layer from another package nested inside styling inside that styling, so anyone pinning exact rendered strings sees different output. The portal's own CSS does not care.
  • MarkupRegistry.With(IMarkupCodec) now throws for a codec claiming a kind core writes itself — only reachable by a consumer who happened to pick sound, image, pane and the like.
  • MarkupText.Wrap now throws for a point over non-carrier text, which nothing released could build: points arrive in this release.

If you would rather treat the rendering change as breaking, say so and I will redo this as 3.0.0.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • New Features

    • Added markup support for screen controls, links, gauges, images, login prompts, panes, prefetching, relocation, sounds, statuses, variables, points, and alerts.
    • Added registration support for MXP and Pueblo markup formats.
    • Added factory methods and helper APIs for creating the new markup elements.
  • Bug Fixes

    • Ensured ANSI style clearing remains effective across delegated layers and removes styling outside delegated content.
  • Release

    • Published version 2.3.0 on September 22, 2026.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Sep 22, 2026

Copy link
Copy Markdown

Review in Change Stack →

Navigate logical layers of code changes, visualize relationships, and explore their blast radius.

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Essentials

Run ID: 903a4b97-71f1-411a-90ee-eaaa75ff4b6f

📥 Commits

Reviewing files that changed from the base of the PR and between 40b61ac and 58d8690.

📒 Files selected for processing (9)
  • CHANGELOG.md
  • MarkupString.Ansi/PublicAPI.Shipped.txt
  • MarkupString.Ansi/PublicAPI.Unshipped.txt
  • MarkupString.Mxp/PublicAPI.Shipped.txt
  • MarkupString.Mxp/PublicAPI.Unshipped.txt
  • MarkupString.Pueblo/PublicAPI.Shipped.txt
  • MarkupString.Pueblo/PublicAPI.Unshipped.txt
  • MarkupString/PublicAPI.Shipped.txt
  • MarkupString/PublicAPI.Unshipped.txt
💤 Files with no reviewable changes (4)
  • MarkupString.Mxp/PublicAPI.Unshipped.txt
  • MarkupString/PublicAPI.Unshipped.txt
  • MarkupString.Ansi/PublicAPI.Unshipped.txt
  • MarkupString.Pueblo/PublicAPI.Unshipped.txt

Included review availability: 0 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 1 review per hour.


Walkthrough

The 2.3.0 release moves MarkupString, ANSI, MXP, and Pueblo APIs into shipped public API declarations. It removes their unshipped declarations and updates the changelog with the release date and ANSI styling behavior.

Changes

Public API publication

Layer / File(s) Summary
Core MarkupString API publication
MarkupString/PublicAPI.Shipped.txt, MarkupString/PublicAPI.Unshipped.txt
The shipped API now includes markup types, factories, constants, singleton instances, and generated members. The corresponding unshipped declarations are removed.
Integration API publication
MarkupString.Ansi/PublicAPI.*, MarkupString.Mxp/PublicAPI.*, MarkupString.Pueblo/PublicAPI.*
ANSI, MXP, and Pueblo public APIs move into shipped declarations. Their unshipped declarations are removed.
Release metadata update
CHANGELOG.md
The changelog records version 2.3.0 dated 2026-09-22 and documents the AnsiStyle.Clear behavior across delegated layers.

Priority: ➖ Normal

Estimated code review effort: 2 (Simple) | ~10 minutes

Change: Other

Merge Risk: ⚪ Minimal · up to 58d86

No concrete merge-blocking risk was found in the API publication or 2.3.0 release metadata changes.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately identifies the main change: preparing the 2.3.0 release. It is concise and includes the release version.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Comment @coderabbitai help to get the list of available commands.

@HarryCordewener
HarryCordewener merged commit 09bf8fa into main Sep 22, 2026
7 checks passed
@HarryCordewener
HarryCordewener deleted the release-prep branch September 22, 2026 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant