Skip to content

Commit 7c42389

Browse files
committed
0.1.3
1 parent 6603910 commit 7c42389

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 0.1.2
411

512
- Fix `Fragment` not accepting non-array children and not sanitizing children

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typed-htmx",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Definitions for htmx attributes in JSX",
55
"scripts": {
66
"dist": "tsc -b && tsc -p tsconfig.esm.json",

0 commit comments

Comments
 (0)