Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed May 5, 2020
1 parent 8bf7978 commit 9a8ed11
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-addon-docs",
"version": "0.6.16",
"version": "0.7.0",
"description": "Easy, beautiful docs for your OSS Ember addons",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 9a8ed11

Please sign in to comment.