@markuplint/html-spec
Advanced tools
Comparing version 4.10.2 to 4.11.0
@@ -6,2 +6,9 @@ # Change Log | ||
# [4.11.0](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.10.2...@markuplint/html-spec@4.11.0) (2024-11-17) | ||
### Features | ||
- **html-spec:** add `command` and `commandfor` attributes with the `command` event ([19142ab](https://github.com/markuplint/markuplint/commit/19142abe2dbefdf9b333ea43001f7492793cf93e)) | ||
- **html-spec:** remove `nonStandard` flag from the deprecated `type` attr of the `li` element ([a28cd02](https://github.com/markuplint/markuplint/commit/a28cd02fc870f155eaad6240a310aeb410b55e30)) | ||
## [4.10.2](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.10.1...@markuplint/html-spec@4.10.2) (2024-10-31) | ||
@@ -8,0 +15,0 @@ |
{ | ||
"name": "@markuplint/html-spec", | ||
"version": "4.10.2", | ||
"version": "4.11.0", | ||
"description": "A specification of HTML Living Standard for markuplint", | ||
@@ -30,9 +30,9 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"devDependencies": { | ||
"@markuplint/spec-generator": "4.6.12", | ||
"@markuplint/test-tools": "4.5.12" | ||
"@markuplint/spec-generator": "4.6.13", | ||
"@markuplint/test-tools": "4.5.13" | ||
}, | ||
"dependencies": { | ||
"@markuplint/ml-spec": "4.8.2" | ||
"@markuplint/ml-spec": "4.9.0" | ||
}, | ||
"gitHead": "c35e0beb5e14093a41cee7634221dbe7f7d577f9" | ||
"gitHead": "b2154ecf1e67559a3791991752f45c9c0283801a" | ||
} |
Sorry, the diff of this file is too big to display
1443927
49366
+ Added@markuplint/ml-ast@4.4.9(transitive)
+ Added@markuplint/ml-spec@4.9.0(transitive)
+ Added@markuplint/shared@4.4.10(transitive)
+ Added@markuplint/types@4.7.0(transitive)
+ Added@types/css-tree@2.3.9(transitive)
+ Addedcss-tree@3.0.1(transitive)
+ Addedmdn-data@2.12.1(transitive)
+ Addedtype-fest@4.27.0(transitive)
- Removed@markuplint/ml-ast@4.4.8(transitive)
- Removed@markuplint/ml-spec@4.8.2(transitive)
- Removed@markuplint/shared@4.4.9(transitive)
- Removed@markuplint/types@4.6.4(transitive)
- Removed@types/css-tree@2.3.8(transitive)
- Removedcss-tree@3.0.0(transitive)
- Removedmdn-data@2.10.0(transitive)
- Removedtype-fest@4.26.1(transitive)
Updated@markuplint/ml-spec@4.9.0