This repository was archived by the owner on May 9, 2026. It is now read-only.
chore: version packages#129
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
54b2aaa to
6f0e4a2
Compare
6f0e4a2 to
b0f34a9
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@clearcms/admin@0.5.0
Minor Changes
#114
1a10300Thanks @slavasolutions! - Add hosted SSO bridge —POST /api/auth/_internal/mint-sessionlets cloud'sconsole mint a session row in the admin's local DB (HMAC-signed via
CLEAR_SESSION_MINT_SECRET). Self-hosters who don't set the env never exposethe endpoint (404). Closes #113.
Companion:
/sign-innow redirects toCLEAR_HOSTED_REDIRECT_URL(with?return=<original-url>) when set, so customer editors of hosted Clearinstances reach the console login surface instead of admin's local form.
Closes #111.
Patch Changes
#116
a4b3efeThanks @slavasolutions! - Editor shell cleanup:PageItemEditor,PagePageEditor, and the samplePaperview. Those instances rendered aninert toolbar bar with B/I/Link/etc. buttons that had no
onClickhandlers(only the
editor-bound instance insidePaper's ItemView wired actuallytoggled marks). Hiding them removes a button surface that did nothing and
visually competed with the editor's own controls.
hint at the bottom of the item editor canvas. The hint targeted operators
who wanted to override the derived schema, but it leaked an internal
storage detail into a routine editing surface and added vertical noise on
every draft.
Properly-wired bubble menus on rich-text fields are unaffected.
#115
8864aeaThanks @slavasolutions! - Surface the visual schema designer in the admin nav. The route at/schemasexisted but had no UI entry point — toggling the Schema editor feature
in Settings → Features only exposed the legacy
/settings/content-typesform, leaving operators unable to reach the visual designer without typing
the URL by hand.
schemaEditor).