We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6603910 commit 7c42389Copy full SHA for 7c42389
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.1.3
4
+
5
+- Rename `config` to `jsxConfig`; imported directly from `typed-htmx`
6
+- When `jsxConfig.trusted` is false (default) and `jsxConfig.sanitize` is
7
+ defined, plain text and interpolated values are sanitized
8
+ - Slight reduction in performance, dependent on the sanitizer supplied
9
10
## 0.1.2
11
12
- Fix `Fragment` not accepting non-array children and not sanitizing children
package.json
@@ -1,6 +1,6 @@
{
"name": "typed-htmx",
- "version": "0.1.2",
+ "version": "0.1.3",
"description": "Definitions for htmx attributes in JSX",
"scripts": {
"dist": "tsc -b && tsc -p tsconfig.esm.json",
0 commit comments