Skip to content

Releases: Desdaemon/typed-htmx

v0.3.1

14 May 17:17
Compare
Choose a tag to compare
  • Fix bug introduced in last version, which disallowed ambient type imports
  • More completions for hx-on- and hx-target

Full Changelog: v0.3.0...v0.3.1

v0.3.0

09 May 02:06
Compare
Choose a tag to compare
  • Update definitions to htmx 1.9.10

Full Changelog: v0.2.3...v0.3.0

v0.2.3

23 Apr 05:05
Compare
Choose a tag to compare

What's Changed

  • Update the optional children type definition in jsx.d.ts by @bertez in #7
  • Fix a bug introduced in v0.2.2 that broke the default HTML renderer

New Contributors

  • @bertez made their first contribution in #7

Full Changelog: v0.2.2...v0.2.3

v0.2.2

20 Apr 19:38
Compare
Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

  • Fix ESM imports when not using bundlers

v0.2.1

25 Jan 03:36
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

  • Fix types when not using typed-html

v0.2.0

20 Aug 06:12
Compare
Choose a tag to compare

Full Changelog: v0.1.4...v0.2.0

  • (Breaking) jsxConfig.jsonAttributes changed to be a Set
  • New template function html for compatibility with swc-plugin-static-jsx

v0.1.4

04 Aug 00:44
Compare
Choose a tag to compare

Full Changelog: v0.1.3...v0.1.4

  • Do not doubly sanitize fragment children

v0.1.3

23 Jul 13:08
Compare
Choose a tag to compare

Full Changelog: v0.1.2...v0.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

v0.1.2

22 Jul 20:47
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2

v0.1.1

22 Jul 20:05
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1