From e642c19ae5492d41a2dd5dd23ee11ff89b95d915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Djalma=20Ara=C3=BAjo?= Date: Wed, 1 Jul 2026 16:46:00 -0300 Subject: [PATCH] [Release] v1.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- docs/Gemfile.lock | 2 +- docs/app/views/pages/home.rb | 2 +- gem/Gemfile.lock | 2 +- gem/lib/ruby_ui.rb | 2 +- mcp/data/registry.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 475858cc..36d19d17 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -15,7 +15,7 @@ GIT PATH remote: ../gem specs: - ruby_ui (1.4.0) + ruby_ui (1.5.0) PATH remote: ../mcp diff --git a/docs/app/views/pages/home.rb b/docs/app/views/pages/home.rb index e2123b40..ff095bd3 100644 --- a/docs/app/views/pages/home.rb +++ b/docs/app/views/pages/home.rb @@ -7,7 +7,7 @@ def view_template div(class: "container flex max-w-[64rem] flex-col items-center gap-4 text-center mx-auto") do Link(href: docs_changelog_path, variant: :outline, class: "rounded-2xl px-4 py-1.5 text-sm font-medium") do span(class: "sm:hidden") { "New components available" } - span(class: "hidden sm:inline") { "Native Dialog, Form docs, and more" } + span(class: "hidden sm:inline") { "New Bubble, Message, Empty components, and more" } svg(xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewbox: "0 0 24 24", fill: "none", stroke: "currentColor", stroke_width: "2", stroke_linecap: "round", stroke_linejoin: "round", class: "ml-2 h-4 w-4") { |s| s.path(d: "M5 12h14") s.path(d: "m12 5 7 7-7 7") diff --git a/gem/Gemfile.lock b/gem/Gemfile.lock index eb078753..62c44820 100644 --- a/gem/Gemfile.lock +++ b/gem/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby_ui (1.4.0) + ruby_ui (1.5.0) GEM remote: https://rubygems.org/ diff --git a/gem/lib/ruby_ui.rb b/gem/lib/ruby_ui.rb index deeb57dc..d4b4eda4 100644 --- a/gem/lib/ruby_ui.rb +++ b/gem/lib/ruby_ui.rb @@ -3,5 +3,5 @@ require "date" module RubyUI - VERSION = "1.4.0" + VERSION = "1.5.0" end diff --git a/mcp/data/registry.json b/mcp/data/registry.json index 384af86e..0c83744e 100644 --- a/mcp/data/registry.json +++ b/mcp/data/registry.json @@ -1,5 +1,5 @@ { - "version": "1.4.0", + "version": "1.5.0", "components": { "accordion": { "name": "Accordion",