typedoc-material-theme
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -5,2 +5,19 @@ # Changelog | ||
# [1.2.0](https://github.com/dmnsgn/typedoc-material-theme/compare/v1.1.0...v1.2.0) (2024-11-26) | ||
### Bug Fixes | ||
* bare-minimum scrollbar not working on Chrome 121+ ([#10](https://github.com/dmnsgn/typedoc-material-theme/issues/10)) ([17a9de7](https://github.com/dmnsgn/typedoc-material-theme/commit/17a9de7b26983d3b55b9fd32fe31afe4046dae5b)) | ||
* changed package.json to use non-fixed version of typedoc ([d69cc96](https://github.com/dmnsgn/typedoc-material-theme/commit/d69cc96b9b7af21bddc10d84a314f2d87bf94303)) | ||
* page-toolbar styling issue with overlapping elements ([#8](https://github.com/dmnsgn/typedoc-material-theme/issues/8)) ([e89fa11](https://github.com/dmnsgn/typedoc-material-theme/commit/e89fa11609ac22cc45a88d9904b93f9173a5105c)) | ||
* updated typdoc to include 0.26.11 ([676f344](https://github.com/dmnsgn/typedoc-material-theme/commit/676f3441ccae31cf1a9fb2abff5fbf654dccbca5)) | ||
### Features | ||
* add word-break for long page title ([86be2b3](https://github.com/dmnsgn/typedoc-material-theme/commit/86be2b3352c053b34fa6c229332abb0bfdd12302)) | ||
# [1.1.0](https://github.com/dmnsgn/typedoc-material-theme/compare/v1.0.3...v1.1.0) (2024-07-02) | ||
@@ -7,0 +24,0 @@ |
{ | ||
"name": "typedoc-material-theme", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "A TypeDoc theme based on Material 3.", | ||
@@ -51,11 +51,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/material-color-utilities": "^0.2.7" | ||
"@material/material-color-utilities": "^0.3.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.14.6", | ||
"typedoc": "^0.26.3", | ||
"typescript": "^5.5.2" | ||
"@types/node": "^22.10.0", | ||
"typedoc": "^0.26.11", | ||
"typescript": "^5.6.x" | ||
}, | ||
"peerDependencies": { | ||
"typedoc": "^0.25.13 || ^0.26.3" | ||
"typedoc": "^0.25.13 || ^0.26.x" | ||
}, | ||
@@ -62,0 +62,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25440
570
+ Added@material/material-color-utilities@0.3.0(transitive)
- Removed@material/material-color-utilities@0.2.7(transitive)