@markuplint/html-spec
Advanced tools
Comparing version 4.9.3 to 4.10.0
@@ -6,10 +6,19 @@ # Change Log | ||
## [4.9.3](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.9.2...@markuplint/html-spec@4.9.3) (2024-10-15) | ||
# [4.10.0](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.9.3...@markuplint/html-spec@4.10.0) (2024-10-27) | ||
**Note:** Version bump only for package @markuplint/html-spec | ||
### Features | ||
* **html-spec:** add the `alpha` attr to `<input type=color>` ([fd877fc](https://github.com/markuplint/markuplint/commit/fd877fc5213212e266068488bdf6d18d6d356574)) | ||
* **html-spec:** add the `autocorrect` global attribute ([8035fbd](https://github.com/markuplint/markuplint/commit/8035fbd183c3eb1ab722eb7093a8e5916cf4ba25)) | ||
* **html-spec:** add the `colorspace` attr to `<input type=color>` ([93b8c2b](https://github.com/markuplint/markuplint/commit/93b8c2b53d59f27bb608e31e49ae3c4b315579ae)) | ||
## [4.9.3](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.9.2...@markuplint/html-spec@4.9.3) (2024-10-15) | ||
**Note:** Version bump only for package @markuplint/html-spec | ||
## [4.9.2](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.9.1...@markuplint/html-spec@4.9.2) (2024-10-14) | ||
@@ -16,0 +25,0 @@ |
{ | ||
"name": "@markuplint/html-spec", | ||
"version": "4.9.3", | ||
"version": "4.10.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.9", | ||
"@markuplint/test-tools": "4.5.9" | ||
"@markuplint/spec-generator": "4.6.10", | ||
"@markuplint/test-tools": "4.5.10" | ||
}, | ||
"dependencies": { | ||
"@markuplint/ml-spec": "4.7.2" | ||
"@markuplint/ml-spec": "4.8.0" | ||
}, | ||
"gitHead": "c8c82d36c2e48d191091cbc22ca1b99ed0704b9f" | ||
"gitHead": "fab5b494f0bdc491aa83cb2c8722738d557fbefd" | ||
} |
Sorry, the diff of this file is too big to display
1443526
49371
+ Added@markuplint/ml-ast@4.4.7(transitive)
+ Added@markuplint/ml-spec@4.8.0(transitive)
+ Added@markuplint/shared@4.4.8(transitive)
+ Added@markuplint/types@4.6.3(transitive)
- Removed@markuplint/ml-ast@4.4.6(transitive)
- Removed@markuplint/ml-spec@4.7.2(transitive)
- Removed@markuplint/shared@4.4.7(transitive)
- Removed@markuplint/types@4.6.2(transitive)
Updated@markuplint/ml-spec@4.8.0