Skip to content

Commit 9b6737c

Browse files
Release 5.0.0
1 parent 4c523c7 commit 9b6737c

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,47 @@ https://github.com/highlightjs/highlight.js/issues/2277
66

77

88

9+
10+
## v5.0.0 (2022-06-30)
11+
12+
#### :boom: Breaking Change
13+
* [#1219](https://github.com/ember-learn/ember-cli-addon-docs/pull/1219) Drop Node.js 12 support ([@SergeAstapov](https://github.com/SergeAstapov))
14+
* [#1134](https://github.com/ember-learn/ember-cli-addon-docs/pull/1134) update docs viewer ([@miguelcobain](https://github.com/miguelcobain))
15+
* [#1133](https://github.com/ember-learn/ember-cli-addon-docs/pull/1133) update markdown rendering approach ([@miguelcobain](https://github.com/miguelcobain))
16+
* [#1128](https://github.com/ember-learn/ember-cli-addon-docs/pull/1128) update docs header ([@miguelcobain](https://github.com/miguelcobain))
17+
* [#1130](https://github.com/ember-learn/ember-cli-addon-docs/pull/1130) update docs-link ([@miguelcobain](https://github.com/miguelcobain))
18+
* [#1126](https://github.com/ember-learn/ember-cli-addon-docs/pull/1126) delete docs-svg-icon component ([@miguelcobain](https://github.com/miguelcobain))
19+
* [#1120](https://github.com/ember-learn/ember-cli-addon-docs/pull/1120) Update to glimmer components ([@miguelcobain](https://github.com/miguelcobain))
20+
21+
#### :rocket: Enhancement
22+
* [#1218](https://github.com/ember-learn/ember-cli-addon-docs/pull/1218) Remove extra whitespace in `<DocsLink />` component ([@SergeAstapov](https://github.com/SergeAstapov))
23+
* [#1164](https://github.com/ember-learn/ember-cli-addon-docs/pull/1164) Support v2 addon format ([@SergeAstapov](https://github.com/SergeAstapov))
24+
* [#1125](https://github.com/ember-learn/ember-cli-addon-docs/pull/1125) update docs-logo component ([@miguelcobain](https://github.com/miguelcobain))
25+
* [#1124](https://github.com/ember-learn/ember-cli-addon-docs/pull/1124) update docs-keyboard-shortcuts ([@miguelcobain](https://github.com/miguelcobain))
26+
27+
#### :bug: Bug Fix
28+
* [#1137](https://github.com/ember-learn/ember-cli-addon-docs/pull/1137) fix(config): use runtime config instead of embroider generated one ([@jkeen](https://github.com/jkeen))
29+
30+
#### :memo: Documentation
31+
* [#1123](https://github.com/ember-learn/ember-cli-addon-docs/pull/1123) update docs hero docs ([@miguelcobain](https://github.com/miguelcobain))
32+
33+
#### :house: Internal
34+
* [#1143](https://github.com/ember-learn/ember-cli-addon-docs/pull/1143) chore(config): remove all usage of ember-get-config ([@anehx](https://github.com/anehx))
35+
* [#1135](https://github.com/ember-learn/ember-cli-addon-docs/pull/1135) Remove ember-decorators and ember-component-css ([@rwwagner90](https://github.com/rwwagner90))
36+
* [#955](https://github.com/ember-learn/ember-cli-addon-docs/pull/955) Ember and dep updates ([@rwwagner90](https://github.com/rwwagner90))
37+
* [#1129](https://github.com/ember-learn/ember-cli-addon-docs/pull/1129) update modal dialog ([@miguelcobain](https://github.com/miguelcobain))
38+
* [#1127](https://github.com/ember-learn/ember-cli-addon-docs/pull/1127) update api components ([@miguelcobain](https://github.com/miguelcobain))
39+
* [#1117](https://github.com/ember-learn/ember-cli-addon-docs/pull/1117) update controllers syntax ([@miguelcobain](https://github.com/miguelcobain))
40+
* [#1118](https://github.com/ember-learn/ember-cli-addon-docs/pull/1118) update services ([@miguelcobain](https://github.com/miguelcobain))
41+
* [#1116](https://github.com/ember-learn/ember-cli-addon-docs/pull/1116) update ember-data related syntax ([@miguelcobain](https://github.com/miguelcobain))
42+
43+
#### Committers: 5
44+
- Jeff Keen ([@jkeen](https://github.com/jkeen))
45+
- Jonas Metzener ([@anehx](https://github.com/anehx))
46+
- Miguel Andrade ([@miguelcobain](https://github.com/miguelcobain))
47+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
48+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
49+
950
## v4.2.2 (2022-02-08)
1051

1152
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-addon-docs",
3-
"version": "4.2.2",
3+
"version": "5.0.0",
44
"description": "Easy, beautiful docs for your OSS Ember addons",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)