Skip to content

Commit 8a2c49b

Browse files
committed
1.1.16
1 parent 832e757 commit 8a2c49b

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
1+
<a name="1.1.16"></a>
2+
3+
## [1.1.16](https://github.com/compodoc/compodoc/compare/1.1.15...1.1.16) (2021-11-23)
4+
5+
### Features
6+
7+
- feat(app): dark mode toggle button ([97d2763](https://github.com/compodoc/compodoc/commit/97d2763)), closes [#1127](https://github.com/compodoc/compodoc/issues/1127)
8+
9+
### Merged
10+
11+
- fix: Routing aliases [#1148](https://github.com/compodoc/compodoc/pull/1148), Thanks [Bengejd](https://github.com/Bengejd)
12+
- feat(i18n): Traditional Chinese language [#1151](https://github.com/compodoc/compodoc/pull/1151), Thanks [doggy8088](https://github.com/doggy8088)
13+
- fix(link-parser): avoid crashing with invalid links [#1136](https://github.com/compodoc/compodoc/pull/1136), Thanks [sandrafreihofer](https://github.com/sandrafreihofer)
14+
- feat: add decorators to class inputs [#1135](https://github.com/compodoc/compodoc/pull/1135), Thanks [sandrafreihofer](https://github.com/sandrafreihofer)
15+
- fix(app): change layout in modules template [#1132](https://github.com/compodoc/compodoc/pull/1132), Thanks [ddubrava](https://github.com/ddubrava)
16+
17+
### Bug fixes
18+
19+
- fix(app): multi decorators support ([3814299](https://github.com/compodoc/compodoc/commit/3814299)), closes [#1128](https://github.com/compodoc/compodoc/issues/1128)
20+
- fix(app): URL parsing when using @link for @inputs ([95e4945](https://github.com/compodoc/compodoc/commit/95e4945)), closes [#1125](https://github.com/compodoc/compodoc/issues/1125)
21+
122
<a name="1.1.15"></a>
223

3-
## [1.1.15](https://github.com/compodoc/compodoc/compare/1.1.14...1.1.15) (2021-09_17)
24+
## [1.1.15](https://github.com/compodoc/compodoc/compare/1.1.14...1.1.15) (2021-09-17)
425

526
### Merged
627

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compodoc/compodoc",
3-
"version": "1.1.15",
3+
"version": "1.1.16",
44
"description": "The missing documentation tool for your Angular application",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)