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 660e448 commit db34ad5Copy full SHA for db34ad5
.changeset/happy-birds-breathe.md
packages/html/CHANGELOG.md
@@ -1,5 +1,14 @@
1
# @kitajs/html
2
3
+## 4.2.7
4
+
5
+### Patch Changes
6
7
+- [#369](https://github.com/kitajs/html/pull/369)
8
+ [`660e448`](https://github.com/kitajs/html/commit/660e4484a7ec757a4a7e26e61905a84ca1e3bee6)
9
+ Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Allow undefined in style
10
+ attributes
11
12
## 4.2.6
13
14
### Patch Changes
packages/html/package.json
@@ -1,6 +1,6 @@
{
"name": "@kitajs/html",
- "version": "4.2.6",
+ "version": "4.2.7",
"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