Skip to content

[Release] v1.4.0#436

Merged
djalmaaraujo merged 1 commit into
mainfrom
release/v1.4.0
Jun 23, 2026
Merged

[Release] v1.4.0#436
djalmaaraujo merged 1 commit into
mainfrom
release/v1.4.0

Conversation

@djalmaaraujo

@djalmaaraujo djalmaaraujo commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Release v1.4.0

Bumps RubyUI::VERSION to 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 which v1.4.0 will be tagged + a GitHub release cut.

Changes

  • gem/lib/ruby_ui.rbVERSION 1.3.0 → 1.4.0
  • gem/Gemfile.lock, docs/Gemfile.lock — regenerated to ruby_ui (1.4.0)
  • docs/app/views/pages/home.rb — home hero badge → "Native Dialog, Form docs, and more" (the header version badge reads RubyUI::VERSION and updates automatically)
  • mcp/data/registry.json — rebuilt for 1.4.0 (rake mcp:build)

Highlights since v1.3.0

How to reproduce / verify

# Gem
cd gem
grep VERSION lib/ruby_ui.rb          # => "1.4.0"
bundle exec rake                     # tests + standardrb, all green

# MCP registry
head -2 ../mcp/data/registry.json    # "version": "1.4.0"

# Docs site
cd ../docs
bin/dev
# open http://localhost:3000 — hero badge reads "Native Dialog, Form docs, and more";
# header version badge reads 1.4.0

Testing instructions for reviewers

  1. Confirm RubyUI::VERSION == "1.4.0" and both Gemfile.locks show ruby_ui (1.4.0).
  2. Run cd gem && bundle exec rake — full suite + StandardRB must pass.
  3. Boot the docs site and confirm the home hero badge and header version badge reflect 1.4.0.
  4. Confirm mcp/data/registry.json top-level version is 1.4.0.

After merge: tag v1.4.0 on 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 now uses the native <dialog> element.
    • Form: Rails form_with integration and practical docs.
    • Multi-component generator and as: render options.
  • Bug Fixes

    • Accordion: closed content is now properly hidden.

Written for commit 78af352. Summary will update on new commits.

Review in cubic

- 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.
@djalmaaraujo djalmaaraujo requested a review from cirdes as a code owner June 23, 2026 16:56

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 5 files

Re-trigger cubic

@djalmaaraujo djalmaaraujo merged commit 957f4fc into main Jun 23, 2026
8 checks passed
@djalmaaraujo djalmaaraujo deleted the release/v1.4.0 branch June 23, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant