Skip to content

Commit da1e723

Browse files
Release 0.3.0
1 parent 6689f36 commit da1e723

5 files changed

Lines changed: 662 additions & 628 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,47 @@
1-
0.2.0 (2019-08-23)
1+
## v0.3.0 (2019-10-29)
2+
3+
**Added**
4+
- Karma test runner
5+
- Coverage report
6+
- ES6 Support
7+
- height selection on drag
8+
9+
**Fixed**
10+
- option initialization on `addData()` call
11+
- `_fitSection()` not working with round-trips
12+
- index.html not working with undefined mappings
13+
- horizontal line for height selection jumping on reselect
14+
15+
**Changed**
16+
- version of `d3`, `grunt-contrib-jasmine` and `Leaflet` to latest
17+
- eol to LF in all files
18+
- dependency source from bower to node
19+
20+
## 0.2.0 (2019-08-23)
221

322
**API Changes**
423

524
* 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)).
625

7-
0.1.3 (2019-07-17)
26+
## 0.1.3 (2019-07-17)
827

928
**Improvements**
1029

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

13-
0.1.2 (2019-07-17)
32+
## 0.1.2 (2019-07-17)
1433

1534
**Improvements**
1635

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

19-
0.1.1 (2019-07-17)
38+
## 0.1.1 (2019-07-17)
2039

2140
**Improvements**
2241

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

25-
0.1.0 (2019-06-22)
44+
## 0.1.0 (2019-06-22)
2645

2746
**Improvements**
2847

@@ -32,4 +51,4 @@
3251
**API Changes**
3352

3453
* 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)).
35-
* The dependencies were refined, if you were using the plugin before, you might want to recheck that you are using the correct dependencies.
54+
* The dependencies were refined, if you were using the plugin before, you might want to recheck that you are using the correct dependencies.

‎coverage/coverage-final.json‎

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)