We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a16de commit d333895Copy full SHA for d333895
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## v0.3.2 - 2026/01/30
4
+* The debounce in `FormAutosubmitElement` can now be configured through data attributes
5
+
6
## v0.3.1 - 2026/01/09
7
* Allow element in events to be a function that returns an element
8
package.json
@@ -1,6 +1,6 @@
{
"name": "sprinkles-js",
- "version": "0.3.1",
+ "version": "0.3.2",
"main": "index.js",
"repository": "https://github.com/tree-company/sprinkles-js",
"author": "Tree company <development@treecompany.be>",
0 commit comments