We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6b495 commit dc3ae9aCopy full SHA for dc3ae9a
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v2.7.9 / 2024-10-10
2
+
3
+* Fix the scaffold form template to render text forms and check boxes properly in all versions of Rails. (#418) @Earlopain
4
5
6
## v2.7.8 / 2024-10-08
7
8
* Fix the scaffold form template to render checkboxes properly. (#416) @enderahmetyurt
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- tailwindcss-rails (2.7.8)
+ tailwindcss-rails (2.7.9)
railties (>= 7.0.0)
GEM
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "2.7.8"
+ VERSION = "2.7.9"
end
0 commit comments