Skip to content

Commit

Permalink
feat: Show settings with member visibility and theme
Browse files Browse the repository at this point in the history
  • Loading branch information
DiFuks committed Jul 8, 2022
1 parent de9125c commit b346192
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typedoc-theme-hierarchy",
"version": "2.0.6",
"version": "3.0.0",
"license": "ISC",
"main": "dist/index.js",
"repository": "git@github.com:DiFuks/typedoc-theme-hierarchy.git",
Expand Down Expand Up @@ -32,13 +32,13 @@
"terser-webpack-plugin": "^5.3.3",
"ts-loader": "^9.2.6",
"ts-node": "^10.8.1",
"typedoc": "^0.23.5",
"typedoc": "^0.23.6",
"typescript": "^4.7.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"peerDependencies": {
"typedoc": "0.23.5"
"typedoc": "^0.23.6"
},
"scripts": {
"build": "webpack && tsc --project tsconfig.build.json",
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ npm i typedoc-theme-hierarchy@^1.3.5 -D

# For typedoc 0.23.5
npm i typedoc-theme-hierarchy@^2.0.0 -D

# For typedoc ^0.23.6
npm i typedoc-theme-hierarchy@^3.0.0 -D
```

## Usage
Expand Down
1 change: 1 addition & 0 deletions src/partials/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const navigation =

return (
<div class='tree'>
<div class='tree-settings'>{context.settings()}</div>
<div class='tree-config'>
<button
class='tree-config__button tree-config__button--expand js-tree-expand'
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5975,7 +5975,7 @@ __metadata:
terser-webpack-plugin: ^5.3.3
ts-loader: ^9.2.6
ts-node: ^10.8.1
typedoc: ^0.23.5
typedoc: ^0.23.6
typescript: ^4.7.4
webpack: ^5.65.0
webpack-cli: ^4.9.1
Expand All @@ -5984,9 +5984,9 @@ __metadata:
languageName: unknown
linkType: soft

"typedoc@npm:^0.23.5":
version: 0.23.5
resolution: "typedoc@npm:0.23.5::__archiveUrl=https%3A%2F%2Fregistry.npmjs.org%2Ftypedoc%2F-%2Ftypedoc-0.23.5.tgz"
"typedoc@npm:^0.23.6":
version: 0.23.6
resolution: "typedoc@npm:0.23.6::__archiveUrl=https%3A%2F%2Fregistry.npmjs.org%2Ftypedoc%2F-%2Ftypedoc-0.23.6.tgz"
dependencies:
lunr: ^2.3.9
marked: ^4.0.16
Expand All @@ -5996,7 +5996,7 @@ __metadata:
typescript: 4.6.x || 4.7.x
bin:
typedoc: bin/typedoc
checksum: a8c0aed855f588a2c008e5520e59e4a59d48d14cd483d0030fc3345bed3757aac8618659c59b4087c221aa2f7a7875b9f30c7a4a966e43ec969cd8905d6d8b67
checksum: 74db2eedec4af4764b182d83f7d9ba20f934b7b1ff989de72f104cf173baeca90221e044c3229e7f2df58590078ead3fc5eca3b0088214e588d9d1da0b85ee58
languageName: node
linkType: hard

Expand Down

0 comments on commit b346192

Please sign in to comment.