You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- version of `d3`, `grunt-contrib-jasmine` and `Leaflet` to latest
@@ -29,34 +45,53 @@
29
45
30
46
**API Changes**
31
47
32
-
* 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)).
48
+
* The class name `focus` was renamed to `focusbox`.
49
+
`focus` might be used in many other frameworks and could lead to css conflicts.
50
+
Please make sure you update the .css when updating the .js!
51
+
([#43](https://github.com/GIScience/Leaflet.Heightgraph/pull/64) by
52
+
[boldtrn](https://github.com/boldtrn)).
33
53
34
54
## 0.1.3 (2019-07-17)
35
55
36
56
**Improvements**
37
57
38
-
* Allow customizing x and y axis ticks ([#61](https://github.com/GIScience/Leaflet.Heightgraph/pull/61) by [boldtrn](https://github.com/boldtrn)).
58
+
* Allow customizing x and y axis ticks
59
+
([#61](https://github.com/GIScience/Leaflet.Heightgraph/pull/61) by
60
+
[boldtrn](https://github.com/boldtrn)).
39
61
40
62
## 0.1.2 (2019-07-17)
41
63
42
64
**Improvements**
43
65
44
-
* Callback for the expand state ([#58](https://github.com/GIScience/Leaflet.Heightgraph/pull/58) by [boldtrn](https://github.com/boldtrn)).
66
+
* Callback for the expand state
67
+
([#58](https://github.com/GIScience/Leaflet.Heightgraph/pull/58) by
68
+
[boldtrn](https://github.com/boldtrn)).
45
69
46
70
## 0.1.1 (2019-07-17)
47
71
48
72
**Improvements**
49
73
50
-
* Allow defining translations for labels ([#53](https://github.com/GIScience/Leaflet.Heightgraph/pull/53) by [boldtrn](https://github.com/boldtrn)).
74
+
* Allow defining translations for labels
75
+
([#53](https://github.com/GIScience/Leaflet.Heightgraph/pull/53) by
76
+
[boldtrn](https://github.com/boldtrn)).
51
77
52
78
## 0.1.0 (2019-06-22)
53
79
54
80
**Improvements**
55
81
56
-
* Allow toggling the heightgraph on Android ([#44](https://github.com/GIScience/Leaflet.Heightgraph/pull/44) by [boldtrn](https://github.com/boldtrn)).
57
-
* Improve horizontal drag ([#42](https://github.com/GIScience/Leaflet.Heightgraph/pull/42) by [boldtrn](https://github.com/boldtrn)).
82
+
* Allow toggling the heightgraph on Android
83
+
([#44](https://github.com/GIScience/Leaflet.Heightgraph/pull/44) by
84
+
[boldtrn](https://github.com/boldtrn)).
85
+
* Improve horizontal drag
86
+
([#42](https://github.com/GIScience/Leaflet.Heightgraph/pull/42) by
87
+
[boldtrn](https://github.com/boldtrn)).
58
88
59
89
**API Changes**
60
90
61
-
* 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)).
62
-
* The dependencies were refined, if you were using the plugin before, you might want to recheck that you are using the correct dependencies.
91
+
* The width and height of the heightgraph now define the size of the heightgraph,
92
+
and not the size of the heightgraph+margins.
93
+
You might want to updated your height and width values
94
+
([#43](https://github.com/GIScience/Leaflet.Heightgraph/pull/43) by
95
+
[boldtrn](https://github.com/boldtrn)).
96
+
* The dependencies were refined, if you were using the plugin before,
97
+
you might want to recheck that you are using the correct dependencies.
0 commit comments