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 390ad48 commit 2998437Copy full SHA for 2998437
CHANGELOG.md
@@ -1,4 +1,6 @@
1
## [Unreleased]
2
+
3
+## 3.0.1 - 2025-11-15
4
- Remove debounce from filter method in command controller
5
- Form, make debounce timeout configurable with a default value
6
- No need to hide flash messages during Turbo preview
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- css-zero (3.1.0)
+ css-zero (3.0.1)
GEM
7
remote: https://rubygems.org/
lib/css_zero/version.rb
@@ -1,3 +1,3 @@
module CssZero
- VERSION = "3.1.0"
+ VERSION = "3.0.1"
end
0 commit comments