Skip to content

Commit

Permalink
1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
vogloblinsky committed Jul 14, 2021
2 parents 6266425 + 9bb5772 commit 3cd09ba
Show file tree
Hide file tree
Showing 73 changed files with 1,461 additions and 1,510 deletions.
14 changes: 4 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -1,16 +1,12 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
title: '[BUG]'
labels: 'Type: Bug'
assignees: vogloblinsky

---

<!--
> Please follow the issue template below for bug reports.
> For issue, start the label of the title with [BUG]
-->
<!-- Please follow the issue template below for bug reports. -->

##### **Overview of the issue**

Expand Down Expand Up @@ -50,8 +46,6 @@ assignees: vogloblinsky

##### **Suggest a Fix**

<!-- if you can't fix the bug yourself, perhaps you can point to what might be
causing the problem (line of code or commit) -->
<!-- if you can't fix the bug yourself, perhaps you can point to what might be causing the problem (line of code or commit) -->

<!-- Love compodoc? Please consider supporting our collective:
👉 https://opencollective.com/compodoc/donate -->
<!-- Love compodoc? Please consider supporting our collective: 👉 https://opencollective.com/compodoc/donate -->
20 changes: 18 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,22 @@
<a name="1.1.14"></a>

## [1.1.14](https://github.com/compodoc/compodoc/compare/1.1.13...1.1.14) (2021-07-14)

Use now TypeScript 4.3.5

### Bug fixes

- fix(app): support for Type Reference and template literal ([c1282d2](https://github.com/compodoc/compodoc/commit/c1282d2)), closes [#1053](https://github.com/compodoc/compodoc/issues/1053)
- fix(app): @input/@ouput not duplicated with properties ([f42fc69](https://github.com/compodoc/compodoc/commit/f42fc69)), closes [#1095](https://github.com/compodoc/compodoc/issues/1095)
- fix(routing): Angular Import does not support return type ([f324108](https://github.com/compodoc/compodoc/commit/f324108)), closes [#1097](https://github.com/compodoc/compodoc/issues/1097)
- fix(routing): async lazy -load should not fail ([0cc736b](https://github.com/compodoc/compodoc/commit/0cc736b)), closes [#1096](https://github.com/compodoc/compodoc/issues/1096)
- fix(app): TypeScript private APIs mapping + ECMAScript Private Fields and methods ([8b71b59](https://github.com/compodoc/compodoc/commit/8b71b59)), closes [#1094](https://github.com/compodoc/compodoc/issues/1094)
- fix(app): drop usage of ts-simple-ast for ts-morph [7bb9a40](https://github.com/compodoc/compodoc/commit/7bb9a409ad4e7a30226656198fd38c6028662020)
- fix(theme): dark mode support [0c7a052](https://github.com/compodoc/compodoc/commit/0c7a0522b91d6837888cedf46a5b3af51561b192)

<a name="1.1.13"></a>

## [1.1.13](https://github.com/compodoc/compodoc/compare/1.1.12...1.1.13) (2021-06-09)
## [1.1.13](https://github.com/compodoc/compodoc/compare/1.1.12...1.1.13) (2021-07-09)

### Features

Expand All @@ -13,7 +29,7 @@

<a name="1.1.12"></a>

## [1.1.12](https://github.com/compodoc/compodoc/compare/1.1.11...1.1.12) (2021-06-07)
## [1.1.12](https://github.com/compodoc/compodoc/compare/1.1.11...1.1.12) (2021-07-07)

Thanks to all contributors ! 👏

Expand Down
2 changes: 0 additions & 2 deletions DONTUPDATE.md
@@ -1,3 +1 @@
**Don't update the following dependencies**

- ts-simple-ast

0 comments on commit 3cd09ba

Please sign in to comment.