Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Oct 29, 2019
1 parent 6689f36 commit da1e723
Show file tree
Hide file tree
Showing 5 changed files with 662 additions and 628 deletions.
31 changes: 25 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,47 @@
0.2.0 (2019-08-23)
## v0.3.0 (2019-10-29)

**Added**
- Karma test runner
- Coverage report
- ES6 Support
- height selection on drag

**Fixed**
- option initialization on `addData()` call
- `_fitSection()` not working with round-trips
- index.html not working with undefined mappings
- horizontal line for height selection jumping on reselect

**Changed**
- version of `d3`, `grunt-contrib-jasmine` and `Leaflet` to latest
- eol to LF in all files
- dependency source from bower to node

## 0.2.0 (2019-08-23)

**API Changes**

* The class name `focus` was renamed to `focusbox`. `focus` might be used in many other frameworks and could lead to css conflicts. Please make sure you update the .css when updating the .js! ([#43](https://github.com/GIScience/Leaflet.Heightgraph/pull/64) by [boldtrn](https://github.com/boldtrn)).

0.1.3 (2019-07-17)
## 0.1.3 (2019-07-17)

**Improvements**

* Allow customizing x and y axis ticks ([#61](https://github.com/GIScience/Leaflet.Heightgraph/pull/61) by [boldtrn](https://github.com/boldtrn)).

0.1.2 (2019-07-17)
## 0.1.2 (2019-07-17)

**Improvements**

* Callback for the expand state ([#58](https://github.com/GIScience/Leaflet.Heightgraph/pull/58) by [boldtrn](https://github.com/boldtrn)).

0.1.1 (2019-07-17)
## 0.1.1 (2019-07-17)

**Improvements**

* Allow defining translations for labels ([#53](https://github.com/GIScience/Leaflet.Heightgraph/pull/53) by [boldtrn](https://github.com/boldtrn)).

0.1.0 (2019-06-22)
## 0.1.0 (2019-06-22)

**Improvements**

Expand All @@ -32,4 +51,4 @@
**API Changes**

* The width and height of the heightgraph now define the size of the heightgraph, and not the size of the heightgraph+margins. You might want to updated your height and width values ([#43](https://github.com/GIScience/Leaflet.Heightgraph/pull/43) by [boldtrn](https://github.com/boldtrn)).
* The dependencies were refined, if you were using the plugin before, you might want to recheck that you are using the correct dependencies.
* The dependencies were refined, if you were using the plugin before, you might want to recheck that you are using the correct dependencies.
2 changes: 1 addition & 1 deletion coverage/coverage-final.json

Large diffs are not rendered by default.

Loading

0 comments on commit da1e723

Please sign in to comment.