Skip to content

Releases: Desdaemon/typed-htmx

v0.3.1

Choose a tag to compare

@Desdaemon Desdaemon released this 14 May 17:17
  • 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

Choose a tag to compare

@Desdaemon Desdaemon released this 09 May 02:06
  • Update definitions to htmx 1.9.10

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

v0.2.3

Choose a tag to compare

@Desdaemon Desdaemon released this 23 Apr 05:05

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

Choose a tag to compare

@Desdaemon Desdaemon released this 20 Apr 19:38

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

  • Fix ESM imports when not using bundlers

v0.2.1

Choose a tag to compare

@Desdaemon Desdaemon released this 25 Jan 03:36

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

  • Fix types when not using typed-html

v0.2.0

Choose a tag to compare

@Desdaemon Desdaemon released this 20 Aug 06:12

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

Choose a tag to compare

@Desdaemon Desdaemon released this 04 Aug 00:44

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

  • Do not doubly sanitize fragment children

v0.1.3

Choose a tag to compare

@Desdaemon Desdaemon released this 23 Jul 13:08

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

Choose a tag to compare

@Desdaemon Desdaemon released this 22 Jul 20:47

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

v0.1.1

Choose a tag to compare

@Desdaemon Desdaemon released this 22 Jul 20:05

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