diff --git a/CHANGELOG.md b/CHANGELOG.md index f3161f0..95eb251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.1.3 + +- Rename `config` to `jsxConfig`; imported directly from `typed-htmx` +- When `jsxConfig.trusted` is false (default) and `jsxConfig.sanitize` is + defined, plain text and interpolated values are sanitized + - Slight reduction in performance, dependent on the sanitizer supplied + ## 0.1.2 - Fix `Fragment` not accepting non-array children and not sanitizing children diff --git a/package.json b/package.json index 6809620..2bc3785 100644 --- a/package.json +++ b/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",