# `ember-d3` Changelog

# [0.5.1](https://github.com/ivanvanderbyl/ember-d3/compare/v0.5.0...v0.5.1) (2019-01-18)

### Pull Requests

* [#69](https://github.com/ivanvanderbyl/ember-d3/pull/24) Look more broadly for included D3 packages _by [jrjohnson](https://github.com/jrjohnson)_

### Other changes

* Upgrades Ember + Ember CLI using ember-cli-update. Upgrades Babel from 6 to 7.

# [0.5.0](https://github.com/ivanvanderbyl/ember-d3/compare/v0.4.4...v0.5.0) (2018-11-11)

### Features

* babel upgrade ([c816a15](https://github.com/ivanvanderbyl/ember-d3/commit/c816a15)), closes [#54](https://github.com/ivanvanderbyl/ember-d3/issues/54) [#62](https://github.com/ivanvanderbyl/ember-d3/issues/62)


## v0.4.1 (February 1st, 2018)

* Adds support for d3 packages which use the `browser` directive instead of `unpkg` for specifying the browser build.

## v0.4.0 (February 1st, 2018)

### Pull Requests

* [#24](https://github.com/ivanvanderbyl/ember-d3/pull/24) Expose library version to ember _by [brzpegasus](https://github.com/brzpegasus)_
* [#2](https://github.com/ivanvanderbyl/ember-d3/pull/2) Update ember-cli _by [Mike North](https://github.com/mike-north)_
* [#6](https://github.com/ivanvanderbyl/ember-d3/pull/6) Fix loading in engines _by [Cropster](https://github.com/Cropster)_
* [#8](https://github.com/ivanvanderbyl/ember-d3/pull/8) Added support for loading D3 v4 _by [Ivan Vanderbyl](https://github.com/ivanvanderbyl)_
* [#18](https://github.com/ivanvanderbyl/ember-d3/pull/18) add note about supported npm version _by [sly7-7](https://github.com/sly7-7)_
* [#14](https://github.com/ivanvanderbyl/ember-d3/pull/14) bump version _by [sly7-7](https://github.com/sly7-7)_
* [#3](https://github.com/ivanvanderbyl/ember-d3/pull/3) Fastboot compatibility _by [Mike North](https://github.com/mike-north)_
* [#27](https://github.com/ivanvanderbyl/ember-d3/pull/27) Use "var" instead of "let" _by [Kamil Ejsymont](https://github.com/netes)_
* [#28](https://github.com/ivanvanderbyl/ember-d3/pull/28) Fix package name checking for svelte builds. _by [Eric Black](https://github.com/eablack)_
* [#33](https://github.com/ivanvanderbyl/ember-d3/pull/33) Fix Windows issues using path.posix.join _by [brianhjelle](https://github.com/brianhjelle)_
* [#36](https://github.com/ivanvanderbyl/ember-d3/pull/36) (feature) Use Rollup and simplify loading internals _by [Ivan Vanderbyl](https://github.com/ivanvanderbyl/feature)_
* [#47](https://github.com/ivanvanderbyl/ember-d3/pull/47) Prettier all the things _by [Ivan Vanderbyl](https://github.com/ivanvanderbyl/feature)_

- [#47](https://github.com/ivanvanderbyl/ember-d3/pull/47) Prettier all the things
- [#36](https://github.com/ivanvanderbyl/ember-d3/pull/36) Refactor internal loader to use Ember CLI's AMD transform and fix up module resolving in host application. Now supports plugins and custom versions of D3.

## v0.3.1

### Pull Requests

* [#24](https://github.com/ivanvanderbyl/ember-d3/pull/24) Expose library version to ember _by [brzpegasus/feature](https://github.com/brzpegasus/feature)_
* [#2](https://github.com/ivanvanderbyl/ember-d3/pull/2) Update ember-cli _by [Mike North](https://github.com/mike-north)_
* [#6](https://github.com/ivanvanderbyl/ember-d3/pull/6) Fix loading in engines _by [Cropster](https://github.com/Cropster)_
* [#8](https://github.com/ivanvanderbyl/ember-d3/pull/8) Added support for loading D3 v4 _by [Ivan Vanderbyl](https://github.com/ivanvanderbyl)_
* [#18](https://github.com/ivanvanderbyl/ember-d3/pull/18) add note about supported npm version _by [sly7-7](https://github.com/sly7-7)_
* [#14](https://github.com/ivanvanderbyl/ember-d3/pull/14) bump version _by [sly7-7](https://github.com/sly7-7)_
* [#3](https://github.com/ivanvanderbyl/ember-d3/pull/3) Fastboot compatibility _by [Mike North](https://github.com/mike-north)_
* [#27](https://github.com/ivanvanderbyl/ember-d3/pull/27) Use "var" instead of "let" _by [Kamil Ejsymont](https://github.com/netes)_
* [#28](https://github.com/ivanvanderbyl/ember-d3/pull/28) Fix package name checking for svelte builds. _by [Eric Black](https://github.com/eablack)_
* [#33](https://github.com/ivanvanderbyl/ember-d3/pull/33) Fix Windows issues using path.posix.join _by [brianhjelle](https://github.com/brianhjelle)_
* [#36](https://github.com/ivanvanderbyl/ember-d3/pull/36) (feature) Use Rollup and simplify loading internals _by [Ivan Vanderbyl](https://github.com/ivanvanderbyl/feature)_
* [#47](https://github.com/ivanvanderbyl/ember-d3/pull/47) Prettier all the things _by [Ivan Vanderbyl](https://github.com/ivanvanderbyl/feature)_

- [#27](https://github.com/brzpegasus/ember-d3/pull/27) Use "var" instead of "let" _by [Kamil Ejsymont](https://github.com/netes)_
- [#28](https://github.com/brzpegasus/ember-d3/pull/28) Fix package name checking for svelte builds. _by [Eric Black](https://github.com/eablack)_

## v0.1.0

### Pull Requests

* [#2](https://github.com/brzpegasus/ember-d3/pull/2) Update ember-cli _by [Mike North](https://github.com/mike-north)_
* [#3](https://github.com/brzpegasus/ember-d3/pull/3) Fastboot compatibility _by [Mike North](https://github.com/mike-north)_
* [#6](https://github.com/brzpegasus/ember-d3/pull/6) Fix loading in engines _by [Cropster](https://github.com/Cropster)_
* [#8](https://github.com/brzpegasus/ember-d3/pull/8) Added support for loading D3 v4 _by [Ivan Vanderbyl](https://github.com/ivanvanderbyl)_
* [#18](https://github.com/brzpegasus/ember-d3/pull/18) add note about supported npm version _by [sly7-7](https://github.com/sly7-7)_
* [#14](https://github.com/brzpegasus/ember-d3/pull/14) bump version _by [sly7-7](https://github.com/sly7-7)_
* [#24](https://github.com/brzpegasus/ember-d3/pull/24) Expose library version to ember _by [brzpegasus/feature](https://github.com/brzpegasus/feature)_
* [#27](https://github.com/brzpegasus/ember-d3/pull/27) Use "var" instead of "let" _by [Kamil Ejsymont](https://github.com/netes)_
* [#28](https://github.com/brzpegasus/ember-d3/pull/28) Fix package name checking for svelte builds. _by [Eric Black](https://github.com/eablack)_
