-
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8bf7978
commit 9a8ed11
Showing
2 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,34 @@ | ||
## v0.7.0 (2020-05-05) | ||
|
||
#### :boom: Breaking Change | ||
* [#466](https://github.com/ember-learn/ember-cli-addon-docs/pull/466) Ember 3.17 updates, drop node 8 support ([@rwwagner90](https://github.com/rwwagner90)) | ||
|
||
#### :rocket: Enhancement | ||
* [#472](https://github.com/ember-learn/ember-cli-addon-docs/pull/472) Adds tailwind list style classes ([@rwwagner90](https://github.com/rwwagner90)) | ||
* [#469](https://github.com/ember-learn/ember-cli-addon-docs/pull/469) [feature] be able to render tables from markdown ([@gabrielcsapo](https://github.com/gabrielcsapo)) | ||
* [#444](https://github.com/ember-learn/ember-cli-addon-docs/pull/444) Use Tailwind's scrolling-touch instead of custom overflow-momentum ([@josemarluedke](https://github.com/josemarluedke)) | ||
|
||
#### :bug: Bug Fix | ||
* [#451](https://github.com/ember-learn/ember-cli-addon-docs/pull/451) fix deprecation computed-property.override by adding setters ([@kturney](https://github.com/kturney)) | ||
* [#450](https://github.com/ember-learn/ember-cli-addon-docs/pull/450) fix deprecation ember-data:default-serializer ([@kturney](https://github.com/kturney)) | ||
* [#452](https://github.com/ember-learn/ember-cli-addon-docs/pull/452) fix array helper clobbering built in helper ([@kturney](https://github.com/kturney)) | ||
* [#443](https://github.com/ember-learn/ember-cli-addon-docs/pull/443) Fix docs heading styles due to Tailwind's v1 preflight ([@josemarluedke](https://github.com/josemarluedke)) | ||
|
||
#### :memo: Documentation | ||
* [#461](https://github.com/ember-learn/ember-cli-addon-docs/pull/461) Use section instead of item for Introduction ([@elwayman02](https://github.com/elwayman02)) | ||
* [#449](https://github.com/ember-learn/ember-cli-addon-docs/pull/449) tip: Visual Studio Code addon-docs integration ([@lifeart](https://github.com/lifeart)) | ||
* [#459](https://github.com/ember-learn/ember-cli-addon-docs/pull/459) Fix file extension in docs ([@elwayman02](https://github.com/elwayman02)) | ||
* [#456](https://github.com/ember-learn/ember-cli-addon-docs/pull/456) Fix doc typo ([@elwayman02](https://github.com/elwayman02)) | ||
* [#448](https://github.com/ember-learn/ember-cli-addon-docs/pull/448) Document using standalone apps ([@rwwagner90](https://github.com/rwwagner90)) | ||
|
||
#### Committers: 6 | ||
- Alex Kanunnikov ([@lifeart](https://github.com/lifeart)) | ||
- Gabriel Csapo ([@gabrielcsapo](https://github.com/gabrielcsapo)) | ||
- Jordan Hawker ([@elwayman02](https://github.com/elwayman02)) | ||
- Josemar Luedke ([@josemarluedke](https://github.com/josemarluedke)) | ||
- Kyle Turney ([@kturney](https://github.com/kturney)) | ||
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90)) | ||
|
||
# Change log | ||
|
||
Releases (along with upgrade instructions) are documented on the Github [Releases](https://github.com/ember-learn/ember-cli-addon-docs/releases) page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters