Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

typedoc-material-theme

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedoc-material-theme - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

17

CHANGELOG.md

@@ -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 @@

12

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc