Skip to content

[Release] v1.3.0#414

Merged
djalmaaraujo merged 2 commits into
mainfrom
release/v1.3.0
Jun 10, 2026
Merged

[Release] v1.3.0#414
djalmaaraujo merged 2 commits into
mainfrom
release/v1.3.0

Conversation

@djalmaaraujo

@djalmaaraujo djalmaaraujo commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Release 1.3.0

Resolves #408 — released 1.2.0 (Apr 29) predates Toast (#389), so rails g ruby_ui:component Toast fails on the installed gem. Verified on a fresh Rails 8.1 app against main: both Toast (9 components + 2 Stimulus controllers) and DataTable (17 components + 3 controllers + 7 dependency components) generate cleanly.

Changes

  • RubyUI::VERSION → 1.3.0 (+ both lockfiles regenerated)
  • Home hero badge: "Combobox updates and more" → "Datatable, Toast, and more"
  • Header version badge is dynamic (logo.rb renders RubyUI::VERSION) — no edit needed
  • Dedupe data_table: key in dependencies.yml (duplicate identical entries; YAML last-key-wins so no behavior change)

After merge

  • Tag v1.3.0 + GitHub release (changelog page feeds off the releases atom feed)
  • gem build && gem push to RubyGems from gem/

Summary by cubic

Release v1.3.0 to ship Toast and DataTable generators and fix the rails g ruby_ui:component Toast failure in 1.2.0 (fixes #408).
Also updates the docs hero text, removes the duplicate data_table entry in dependencies.yml, bumps RubyUI::VERSION, regenerates lockfiles, and rebuilds the MCP registry for 1.3.0.

Written for commit 2ace7f5. Summary will update on new commits.

Review in cubic

- Bump RubyUI::VERSION to 1.3.0 and regenerate both lockfiles
- Update home hero badge to "Datatable, Toast, and more"
  (header version badge reads RubyUI::VERSION, updates automatically)
- Remove duplicate data_table entry from dependencies.yml
  (YAML last-key-wins; entries were identical, first was dead weight)
@djalmaaraujo djalmaaraujo requested a review from cirdes as a code owner June 10, 2026 12:49
@djalmaaraujo djalmaaraujo merged commit a9e8e3a into main Jun 10, 2026
8 checks passed
@djalmaaraujo djalmaaraujo deleted the release/v1.3.0 branch June 10, 2026 12:52
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.

Component not found: Toast

1 participant