Changelog
Component-composed latest release, archive, empty, long-content, and mobile documentation states.
Product release history
Latest, archive, empty, long-content, and narrow documentation states.
Complete screen
Nitro Kit release archive
Browse the complete release history, ordered from newest to oldest.
Release archive
Browse every published release and its change count.
| Version | Released | Summary | Changes |
|---|---|---|---|
| 2.0.0 | July 13, 2026 | Typed application sections — Adds explicit data, form, navigation, and safety compositions for Rails applications. | 3 |
| 2.0.0-beta.2 | July 06, 2026 | Rails-native form composition — Moves form rendering to direct Phlex while preserving Rails naming and multipart behavior. | 2 |
| 2.0.0-beta.1 | June 29, 2026 | Agent-native component kernel — Introduces self-describing markup, closed Ruby options, and gem-owned CSS. | 2 |
| 2.0.0 | July 13, 2026 | Typed application sections — Adds explicit data, form, navigation, and safety compositions for Rails applications. | 3 |
| 2.0.0-beta.2 | July 06, 2026 | Rails-native form composition — Moves form rendering to direct Phlex while preserving Rails naming and multipart behavior. | 2 |
| 2.0.0-beta.1 | June 29, 2026 | Agent-native component kernel — Introduces self-describing markup, closed Ruby options, and gem-owned CSS. | 2 |
Viewport
Ruby
test/dummy/app/components/gallery/compositions/changelog_page.rbworkspace_surface do
render_header
render_release_summary if featured_release
render_changelog
end