chore(sync): no-op upstream docs badge update (f8c0850)#289
Merged
Conversation
Syncs upstream nuxt/ui commit f8c0850 (docs: update badges). Docs-only relabeling of availability badges to the v4.10.0 version string (:badge label="Soon" -> "4.10+", input-rating Soon -> New, use-tour drops New). NOT APPLICABLE: the relabeling targets upstream's version string (4.10+), which doesn't map to b24ui's independent versioning. b24ui already uses a New-style availability convention and the affected docs are already correct — scroll-area/ table/input-rating already carry label="New", and drawer/empty/modal/slideover/ chat-* carry no availability badge in b24ui. No-op — cursor advanced only. Ledger: cursor -> f8c0850; previous entry ada1580 reconciled to PR #288. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JS8ypVfQSFzYVZzkTHhURb
IgorShevchik
added a commit
that referenced
this pull request
Jul 20, 2026
) Syncs upstream nuxt/ui commit f400bc6. In the REPL playground, replace the hardcoded composable list with one derived from publicComposables (the auto-import source of truth) and generate the window assignments dynamically, so REPL code can call every auto-imported composable without a hand list. - playgrounds/repl/src/App.vue: import publicComposables from ../../../src/imports, const composables = Object.values(publicComposables).flat(), and rewrite importCode to `import b24Ui, { ${composables.join(', ')} } from '@bitrix24/b24ui-builtin'` + dynamic `window.X = X` assignments. The new list matches b24ui's real auto-import surface (drops the previously hardcoded useColorMode, which isn't in publicComposables; adds the many that were missing). Playground/repl only, not in the ci gate — verified via pnpm repl:build. Suite: 5557 passed / 6 skipped. Ledger: cursor -> f400bc6; previous entry f8c0850 reconciled to PR #289. Claude-Session: https://claude.ai/code/session_01JS8ypVfQSFzYVZzkTHhURb Co-authored-by: Shevchik Igor <noreply@anthropic.com>
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.
Syncs upstream nuxt/ui commit
f8c0850— docs: update badges.Decision: no-op
Docs-only relabeling of availability badges now that features shipped in v4.10.0:
:badge{label="Soon"}→:badge{label="4.10+"}(chat-prompt/chat-tool/drawer/empty/modal/scroll-area/slideover/table), input-ratingSoon→New, use-tour dropsNew.Not applicable to b24ui: the relabeling targets upstream's version string (
4.10+), which doesn't map to b24ui's independent versioning. b24ui uses aNew-style availability convention and the affected docs are already in the correct state:label="New"/navigation.badge: New(features shipped here).Ledger-only: cursor advanced to
f8c0850; previous entryada1580reconciled to PR #288.🤖 Generated with Claude Code
Generated by Claude Code