typedoc-material-theme
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -5,2 +5,11 @@ # Changelog | ||
# [1.3.0](https://github.com/dmnsgn/typedoc-material-theme/compare/v1.2.0...v1.3.0) (2025-01-21) | ||
### Bug Fixes | ||
* update search input top position to support typedoc@0.27 ([1cd3beb](https://github.com/dmnsgn/typedoc-material-theme/commit/1cd3beb77bdc31a8558f4e156bce5c074759a004)), closes [#17](https://github.com/dmnsgn/typedoc-material-theme/issues/17) [#18](https://github.com/dmnsgn/typedoc-material-theme/issues/18) | ||
# [1.2.0](https://github.com/dmnsgn/typedoc-material-theme/compare/v1.1.0...v1.2.0) (2024-11-26) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "typedoc-material-theme", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "A TypeDoc theme based on Material 3.", | ||
@@ -54,8 +54,8 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/node": "^22.10.0", | ||
"typedoc": "^0.26.11", | ||
"typescript": "^5.6.x" | ||
"@types/node": "^22.10.7", | ||
"typedoc": "^0.27.6", | ||
"typescript": "^5.7.x" | ||
}, | ||
"peerDependencies": { | ||
"typedoc": "^0.25.13 || ^0.26.x" | ||
"typedoc": "^0.25.13 || ^0.26.x || ^0.27.x" | ||
}, | ||
@@ -69,4 +69,5 @@ "engines": { | ||
"lint": false, | ||
"updateVersions": false | ||
"updateVersions": false, | ||
"docs": false | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
25944
573