Releases: getrailsui/railsui
Releases · getrailsui/railsui
v.3.1.1
v3.1.0
- Migrate Rails UI to Tailwind CSS v4
- Improvements for consistency
- Redesigned start page
- Open source gem now lives on rubygems.org.
v3.0.1
What's Changed
- Bug fixes. Adds avatars and combobox components by @justalever in #46
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Full Changelog: v2.1.1...v3.0.0
- Use Rails UI with new and existing rails apps
- Swappable themes
- Easier configuration
Read more at https://railsui.com
If you're actively using an older version of Rails UI be sure to update your Gemfile to the following as v3 is a major breaking change:
# Gemfile
gem "railsui", github: "getrailsui/railsui", branch: "v2"
v2.1.2
v2.1.1
What's Changed
- Namespace Rails UI JS to reduce conflicts by @justalever in #36
Full Changelog: v2.1.0...v2.1.1
v2.1.0
Shift focus to Tailwind CSS and launch Shepherd theme
What's Changed
- Introduce 'Shepherd' Theme & Shift Rails UI to Tailwind CSS-First by @justalever in #30
New Contributors
- @cuilei5205189 made their first contribution in #26
Full Changelog: v1.1.2...v2.0.0
v1.1.2
- Install turbo by default
v1.1.1
A tiny release dedicated to Rails UI config page display improvements.