Skip to content

Commit

Permalink
Finish 1.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
vogloblinsky committed Nov 23, 2021
2 parents 0c4b2b1 + 8a2c49b commit f74bae2
Show file tree
Hide file tree
Showing 55 changed files with 2,983 additions and 17,887 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/check-outdated.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Check Outdated

on:
schedule:
- cron: '0 12 * * 1'

jobs:
check_updates:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install npm
run: npm install
- name: Check outdated
run: npm outdated
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
<a name="1.1.16"></a>

## [1.1.16](https://github.com/compodoc/compodoc/compare/1.1.15...1.1.16) (2021-11-23)

### Features

- feat(app): dark mode toggle button ([97d2763](https://github.com/compodoc/compodoc/commit/97d2763)), closes [#1127](https://github.com/compodoc/compodoc/issues/1127)

### Merged

- fix: Routing aliases [#1148](https://github.com/compodoc/compodoc/pull/1148), Thanks [Bengejd](https://github.com/Bengejd)
- feat(i18n): Traditional Chinese language [#1151](https://github.com/compodoc/compodoc/pull/1151), Thanks [doggy8088](https://github.com/doggy8088)
- fix(link-parser): avoid crashing with invalid links [#1136](https://github.com/compodoc/compodoc/pull/1136), Thanks [sandrafreihofer](https://github.com/sandrafreihofer)
- feat: add decorators to class inputs [#1135](https://github.com/compodoc/compodoc/pull/1135), Thanks [sandrafreihofer](https://github.com/sandrafreihofer)
- fix(app): change layout in modules template [#1132](https://github.com/compodoc/compodoc/pull/1132), Thanks [ddubrava](https://github.com/ddubrava)

### Bug fixes

- fix(app): multi decorators support ([3814299](https://github.com/compodoc/compodoc/commit/3814299)), closes [#1128](https://github.com/compodoc/compodoc/issues/1128)
- 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)

<a name="1.1.15"></a>

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

### Merged

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
<a href="https://www.npmjs.com/package/@compodoc/compodoc"><img src="https://badge.fury.io/js/%40compodoc%2Fcompodoc.svg" alt="npm badge"/></a>
<a href="https://sonarcloud.io/dashboard?id=compodoc_compodoc"><img src="https://sonarcloud.io/api/project_badges/measure?project=compodoc_compodoc&metric=alert_status" alt="Quality Gate Status"/></a>
<br/>
<a href="https://david-dm.org/compodoc/compodoc"><img src="https://david-dm.org/compodoc/compodoc.svg" alt="npm dependencies"/></a>
<a href="https://david-dm.org/compodoc/compodoc?type=dev"><img src="https://david-dm.org/compodoc/compodoc/dev-status.svg" alt="npm devDependencies"/></a>
<br/>
<a href="https://npmcharts.com/compare/@compodoc/compodoc?minimal=true"><img src="https://img.shields.io/npm/dm/@compodoc/compodoc.svg?style=flat" alt="NPM Downloads"/></a>
<a href="https://opensource.org/licenses/MIT"><img src="http://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT badge"/></a>
<br/>
Expand Down Expand Up @@ -120,5 +117,5 @@ Copyright (c) 2016 – 2019 [Vincent Ogloblinsky]
[vincent ogloblinsky]: https://www.vincentogloblinsky.com
[support-url]: https://opencollective.com/compodoc#support
[backers-image]: https://opencollective.com/compodoc/backers.svg
[sponsors-image]: https://opencollective.com/compodoc/sponsors.svg
[sponsors-image]: https://opencollective.com/compodoc/sponsor.svg
[github-action-badge]: https://github.com/compodoc/compodoc/workflows/CI/badge.svg
Loading

0 comments on commit f74bae2

Please sign in to comment.