Skip to content

Releases: github/include-fragment-element

v6.4.1

Choose a tag to compare

@manuelpuyol manuelpuyol released this 03 Sep 16:08
fcf132a

What's Changed

  • Refactor content type check for response handling by @jonrohan in #110

Full Changelog: v6.4.0...v6.4.1

v6.4.0

Choose a tag to compare

@manuelpuyol manuelpuyol released this 19 May 21:38
75ac8d9

What's Changed

New Contributors

Full Changelog: v6.3.0...v6.4.0

v6.3.0

Choose a tag to compare

@keithamus keithamus released this 16 Jun 09:25
f28f8ae

What's Changed

Full Changelog: v6.2.1...v6.3.0

v6.2.1

Choose a tag to compare

@keithamus keithamus released this 16 Jun 09:20
ee02f93

What's Changed

Full Changelog: v6.2.0...v6.2.1

v6.2.0

Choose a tag to compare

@keithamus keithamus released this 16 Jun 09:12
a0df3be

What's Changed

Full Changelog: v6.1.1...v6.2.0

v6.1.1

Choose a tag to compare

@manuelpuyol manuelpuyol released this 19 Dec 17:04
2d85b9f

What's Changed

New Contributors

Full Changelog: v6.1.0...v6.1.1

v6.1.0

Choose a tag to compare

@dgreif dgreif released this 06 Dec 22:22
5dfb899

CSP trusted types is an API that allows a website to reduce the possibility of XSS by controlling what kind of content can be placed in a "sink" like .innerHTML.

This release introduces a flexible callback that allows the calling code to provide its own sanitization or rejection of an server response for an <include-fragment-element>. For example, the site may want to allow the server to send a header to assert that certain HTML is sanitized and safe to use as-is, or the site may want to run the response through a sanitizer.

What's Changed

New Contributors

Full Changelog: v6.0.1...v6.1.0

v6.0.1

Choose a tag to compare

@koddsson koddsson released this 31 Mar 14:57
c405e3a

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.0.1

v6.0.0

Choose a tag to compare

@koddsson koddsson released this 16 Feb 10:51

What's Changed

New Contributors

Full Changelog: v5.3.2...v6.0.0

v5.3.2

Choose a tag to compare

@koddsson koddsson released this 29 Jul 11:37
v5.3.2
88fe24f

This release fixes a bug where calling load() on a loading=lazy element causes the contents not to be replaced when the element becomes visible.

Thanks to @latentflip for his contributions to this release 🙌🏻

v5.3.1...v5.3.2