chore(release): 0.5.0b0#20
Merged
Merged
Conversation
Minor beta release. Headline feature is the new Flask adapter; also ships client-side optimistic UI patching and JinjaX catalog-sharing guidance. - Bump version 0.4.1b0 -> 0.5.0b0 (new adapter => minor). - CHANGELOG: add [0.5.0b0]; backfill missing [0.4.1b0] and [0.4.0b0] sections. - README: update Current Version to 0.5.0-beta. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017hdmTV88wAXU8ew1rorMjt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 0.5.0b0
Minor beta release bundling the three features merged since
v0.4.1b0.Highlights
[flask]extra) —FlaskRenderer+ sync component blueprint (POST /components/<name>); JSON + HTMX form-encoded bodies; pulls onlyflask>=3.0. (Add Flask adapter #5 / feat(flask): add Flask adapter (closes #5) #19)component-framework.csshooks. (Optimistic UI patch is never applied client-side — applyOptimistic is dead code #16 / fix(optimistic): apply optimistic UI patch client-side (closes #16) #17)JinjaxRendererwith the host app's existingCatalog. (Docs: How to share an existing JinjaX catalog with JinjaxRenderer #13 / docs(jinjax): document sharing an existing Catalog with JinjaxRenderer (closes #13) #18)Changes in this PR
pyproject.tomlversion0.4.1b0→0.5.0b0(new adapter ⇒ minor bump).CHANGELOG.md: add[0.5.0b0]; backfill the previously-missing[0.4.1b0]and[0.4.0b0]sections.README.md: Current Version →0.5.0-beta.Verification
just build→component_framework-0.5.0b0sdist + wheel build cleanly.prek run --all-filesclean (ruff, ruff-format, ty).After merge
Tag
v0.5.0b0(auto-deploys versioned API docs viadocs.yml) and publish a GitHub Release. No PyPI push (no publish workflow configured).🤖 Generated with Claude Code