File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ Deprecated as of 10.7.0. highlight(lang, code, ...args) has been deprecated.
2
+ Deprecated as of 10.7.0. Please use highlight(code, options) instead.
3
+ https://github.com/highlightjs/highlight.js/issues/2277
4
+
5
+ ## v3.0.0 (2021-05-31)
6
+
7
+ #### :boom : Breaking Change
8
+ * [ #854 ] ( https://github.com/ember-learn/ember-cli-addon-docs/pull/854 ) Drop ember-concurrency 1.x support, fix ember-keyboard deprecations ([ @rwwagner90 ] ( https://github.com/rwwagner90 ) )
9
+
10
+ #### :house : Internal
11
+ * [ #855 ] ( https://github.com/ember-learn/ember-cli-addon-docs/pull/855 ) Ember 3.26 ([ @rwwagner90 ] ( https://github.com/rwwagner90 ) )
12
+
13
+ #### Committers: 2
14
+ - Robert Wagner ([ @rwwagner90 ] ( https://github.com/rwwagner90 ) )
15
+ - [ @dependabot-preview [ bot]] ( https://github.com/apps/dependabot-preview )
16
+
1
17
## v2.0.0 (2021-05-25)
2
18
3
19
#### :boom : Breaking Change
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-cli-addon-docs" ,
3
- "version" : " 2 .0.0" ,
3
+ "version" : " 3 .0.0" ,
4
4
"description" : " Easy, beautiful docs for your OSS Ember addons" ,
5
5
"keywords" : [
6
6
" ember-addon" ,
You can’t perform that action at this time.
0 commit comments