From 7c42389cba897bfba3bdd6bb6c83def694b81558 Mon Sep 17 00:00:00 2001 From: Viet Dinh <54ckb0y789@gmail.com> Date: Sun, 23 Jul 2023 09:04:06 -0400 Subject: [PATCH] 0.1.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",