[Release] v1.4.0#436
Merged
Merged
Conversation
- Bump RubyUI::VERSION to 1.4.0 and regenerate both lockfiles - Update home hero badge to "Native Dialog, Form docs, and more" (header version badge reads RubyUI::VERSION, updates automatically) - Rebuild MCP registry for 1.4.0 Highlights since v1.3.0: native <dialog> element (#435), accordion closed-content visibility fix (#433), Form Rails-integration docs (#434), multi-component generator and as:-render options.
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 v1.4.0
Bumps
RubyUI::VERSIONto 1.4.0 and reflects the new version across the gem, docs site, and MCP registry. The gem has already been published to RubyGems (ruby_ui 1.4.0); this PR lands the version metadata + website changes, after whichv1.4.0will be tagged + a GitHub release cut.Changes
gem/lib/ruby_ui.rb—VERSION1.3.0 → 1.4.0gem/Gemfile.lock,docs/Gemfile.lock— regenerated toruby_ui (1.4.0)docs/app/views/pages/home.rb— home hero badge → "Native Dialog, Form docs, and more" (the header version badge readsRubyUI::VERSIONand updates automatically)mcp/data/registry.json— rebuilt for 1.4.0 (rake mcp:build)Highlights since v1.3.0
<dialog>element for Dialog ([Feature] Dialog: use native <dialog> element (#343) #435 / Make Dialog use <dialog>? #343)height: 0([Bug Fix] Accordion: hide closed content properly instead of zero height (#168) #433 / Accordion is using height to manage visibility #168)form_withintegration + real-world docs ([Documentation] Form: document Rails form_with integration and real-world examples #434 / Form component needs more extensive documentation #134)as:-render options (earlier unreleased features)How to reproduce / verify
Testing instructions for reviewers
RubyUI::VERSION == "1.4.0"and bothGemfile.locks showruby_ui (1.4.0).cd gem && bundle exec rake— full suite + StandardRB must pass.mcp/data/registry.jsontop-levelversionis1.4.0.After merge: tag
v1.4.0on the merge commit and publish the GitHub release.Summary by cubic
Bumps the project to v1.4.0 by updating version metadata across the gem, docs site, and MCP registry. Also updates the docs home hero copy and regenerates both lockfiles.
New Features
<dialog>element.form_withintegration and practical docs.as:render options.Bug Fixes
Written for commit 78af352. Summary will update on new commits.