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 9d6778e commit 3605f20Copy full SHA for 3605f20
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.3.1
4
+
5
+- Fix bug introduced in last version, which disallowed ambient type imports
6
+- More completions for `hx-on-` and `hx-target`
7
8
## 0.3.0
9
10
- Update definitions for htmx 1.9.10
package.json
@@ -1,6 +1,6 @@
{
"name": "typed-htmx",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "Definitions for htmx attributes in JSX",
"scripts": {
"dist": "bash scripts/dist.sh",
0 commit comments