- Fix bug introduced in last version, which disallowed ambient type imports
- More completions for
hx-on-andhx-target
- Update definitions for htmx 1.9.10
- Fix bug introduced in previous version that breaks the built-in HTML renderer
- Fix ESM imports when not using bundlers
- Fix types when not using typed-html
- (Breaking)
jsxConfig.jsonAttributeschanged to be a Set - New template function
htmlfor compatibility with swc-plugin-static-jsx
- Do not doubly sanitize fragment children
- Rename
configtojsxConfig; imported directly fromtyped-htmx - When
jsxConfig.trustedis false (default) andjsxConfig.sanitizeis defined, plain text and interpolated values are sanitized- Slight reduction in performance, dependent on the sanitizer supplied
- Fix
Fragmentnot accepting non-array children and not sanitizing children - Increase jsx robustness against falsy values
- Fix the value 0 not being rendered
- Allow
jsxto process arrays of children, unblocks Bun
- Initialize package