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 22d095f commit 098e02bCopy full SHA for 098e02b
CHANGELOG.md
@@ -1,10 +1,11 @@
1
# `tailwindcss-rails` Changelog
2
3
-## v4.3.0.rc2
+## v4.3.0
4
5
### Improved
6
7
* Experimental support for Rails engines. Feedback is welcome at #355. #554, #556 @bopm
8
+* Gracefully handle application created with `--skip-system-test`. #559, #562 @flavorjones
9
10
11
## v4.2.3 / 2025-05-02
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- tailwindcss-rails (4.3.0.rc2)
+ tailwindcss-rails (4.3.0)
railties (>= 7.0.0)
tailwindcss-ruby (~> 4.0)
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "4.3.0.rc2"
+ VERSION = "4.3.0"
end
0 commit comments