[Release] v1.5.0#459
Merged
Merged
Conversation
Bump RubyUI to 1.5.0 (minor: new components since v1.4.0). - gem/lib/ruby_ui.rb → 1.5.0; regenerate gem/ and docs/ Gemfile.lock - docs home hero badge → headline features (Bubble, Message, Empty) - rebuild mcp/data/registry.json Highlights since v1.4.0: - New components: Bubble (#445), Message (#446), Message Scroller (#447), Empty (#448) - Port hover_card & context_menu to Floating UI, drop Popper.js (#438) - Bug fixes: Dialog closed-state + docs controller (#458), DropdownMenu z-index (#440)
0f3b339 to
e642c19
Compare
cirdes
approved these changes
Jul 1, 2026
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 PR for v1.5.0 (minor — new components accumulated since v1.4.0).
Changes in this PR
gem/lib/ruby_ui.rb:VERSION→1.5.0gem/Gemfile.lock+docs/Gemfile.lock: regenerated (ruby_ui (1.5.0))docs/app/views/pages/home.rb: hero badge copy → headline features (the header version badge readsRubyUI::VERSIONand updates automatically)mcp/data/registry.json: rebuilt viarake mcp:buildHighlights since v1.4.0
New components (minor):
Bug fixes:
<dialog>stayed visible + stale docs controller ([Bug Fix] Dialog: keep closed native <dialog> hidden and sync docs controller (#343) #458)Post-merge release steps
gem build+gem pushto RubyGems (MFA/OTP — done by maintainer)v1.5.0on the merge commit + push🤖 Generated with Claude Code
Summary by cubic
Release v1.5.0 of
ruby_ui, bumping the version, refreshing lockfiles, updating the docs home hero to highlight new components, and rebuilding the MCP registry. This minor release adds new components and fixes Dialog and DropdownMenu issues.New Features
hover_cardandcontext_menutoFloating UI(removedPopper.js).Bug Fixes
Written for commit e642c19. Summary will update on new commits.