We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be97bb commit fb43d7aCopy full SHA for fb43d7a
3 files changed
.changeset/fix-sandbox-type.md
packages/html/CHANGELOG.md
@@ -1,5 +1,14 @@
1
# @kitajs/html
2
3
+## 4.2.13
4
+
5
+### Patch Changes
6
7
+- [#464](https://github.com/kitajs/html/pull/464)
8
+ [`0be97bb`](https://github.com/kitajs/html/commit/0be97bbb74b6ef8fb8e404d2b088e92a0b4adafe)
9
+ Thanks [@Moshyfawn](https://github.com/Moshyfawn)! - Align sandbox attribute type with
10
+ WHATWG specs
11
12
## 4.2.12
13
14
### Patch Changes
packages/html/package.json
@@ -1,6 +1,6 @@
{
"name": "@kitajs/html",
- "version": "4.2.12",
+ "version": "4.2.13",
"description": "Fast and type safe HTML templates using TypeScript.",
"homepage": "https://github.com/kitajs/html/tree/master/packages/html#readme",
"bugs": "https://github.com/kitajs/html/issues",
0 commit comments