# ultrahtml
## 1.5.2
### Patch Changes
- 244be0a: Update `parsel-js` to latest
## 1.5.1
### Patch Changes
- a989b5a: Bundle type definitions in `.d.ts` files
## 1.5.0
### Minor Changes
- 7c93190: Add support for static media queries to `ultrahtml/transformers/inline`.
You may now pass an `env` value to the transformer, for example:
```js
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 } })
]);
```
## 1.4.0
### Minor Changes
- 8bbaeef: Allow elements inside of `