Changelog
1.5.3
dts-bundle-generator
to 9.2.1
, fixing an issue with .d.ts
generation which led methods prefixed with two underscores to be
incorrectly made private in the generated declaration file.Changelog
1.5.1
.d.ts
filesChangelog
1.5.0
7c93190: Add support for static media queries to ultrahtml/transformers/inline
.
You may now pass an env
value to the transformer, for example:
import { transform } from "ultrahtml";
import inline from "ultrahtml/transformers/inline";
const output = await transform(input, [
// Acts as if the screen is 960px wide and 1280px tall
inline({ env: { width: 960, height: 1280 } }),
]);
Changelog
1.4.0
<svg>
to be self-closing for compactnesssanitize
transformer behavior when only using allowElements
Changelog
1.3.0
renderSync
exportmain
entrypointChangelog
1.2.0
useObjectSyntax
option to inline transformer. Note that this option is currently not compatible with transform
Changelog
1.1.0
resolveAsset
option from inline
transformer, making it synchronous again.Changelog
1.0.4
Changelog
1.0.3