@@ -5,6 +5,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 1.15.0] - 2021-07-
9
+ ### Added
10
+ - [ Hodograph] ( https://chird.github.io/meteoJS/doc/module-meteoJS_thermodynamicDiagram_hodograph.Hodograph.html ) :
11
+ [ Examples] ( https://chird.github.io/meteoJS/examples/thermodynamicdiagram-hodograph.html ) how to style the hodograph.
12
+ - [ DiagramSounding] ( https://chird.github.io/meteoJS/doc/module-meteoJS_thermodynamicDiagram_diagramSounding.DiagramSounding.html ) :
13
+ The output in the hodograph can know be contraint to a minimum and maximum pressure.
14
+ - [ DiagramSounding] ( https://chird.github.io/meteoJS/doc/module-meteoJS_thermodynamicDiagram_diagramSounding.DiagramSounding.html ) :
15
+ In the hodograph the line can be coloured between several pressure intervals.
16
+ - [ Hodograph] ( https://chird.github.io/meteoJS/doc/module-meteoJS_thermodynamicDiagram_hodograph.Hodograph.html ) :
17
+ Several options were added to style the grid. For the labels: ` unit ` , ` prefix ` , ` decimalPlaces ` , ` backdrop ` .
18
+ The origin can be moved away from the center.
19
+ - [ Hodograph] ( https://chird.github.io/meteoJS/doc/module-meteoJS_thermodynamicDiagram_hodograph.Hodograph.html ) :
20
+ Hover labels were added.
21
+ - [ PlotDataArea] ( https://chird.github.io/meteoJS/doc/module-meteoJS_thermodynamicDiagram_plotDataArea.PlotDataArea.html ) :
22
+ For hover labels the option ` getHoverSounding ` is added to control for whicht sounding a hover label is shown.
23
+
24
+ ### Changed
25
+ - [ DiagramSounding] ( https://chird.github.io/meteoJS/doc/module-meteoJS_thermodynamicDiagram_diagramSounding.DiagramSounding.html )
26
+ appears now as a green line with width of 2 pixels.
27
+ - Some hover functionality moved from
28
+ [ PlotAltitudeDataArea] ( https://chird.github.io/meteoJS/doc/module-meteoJS_thermodynamicDiagram_plotAltitudeDataArea.PlotAltitudeDataArea.html ) to
29
+ [ PlotDataArea] ( https://chird.github.io/meteoJS/doc/module-meteoJS_thermodynamicDiagram_plotDataArea.PlotDataArea.html )
30
+
31
+ ### Fixed
32
+ - Some docs.
33
+
8
34
## [ 1.14.7] - 2021-07-02
9
35
10
36
### Fixed
@@ -229,7 +255,8 @@ will not work anymore, until you pass a callback to `getTimeText`.
229
255
### Fixed
230
256
- Some tests with DOM usage.
231
257
232
- [ Unreleased ] : https://github.com/chird/meteoJS/compare/v1.14.7...HEAD
258
+ [ Unreleased ] : https://github.com/chird/meteoJS/compare/v1.15.0...HEAD
259
+ [ 1.15.0 ] : https://github.com/chird/meteoJS/compare/v1.14.7...v1.15.0
233
260
[ 1.14.7 ] : https://github.com/chird/meteoJS/compare/v1.14.6...v1.14.7
234
261
[ 1.14.6 ] : https://github.com/chird/meteoJS/compare/v1.14.5...v1.14.6
235
262
[ 1.14.5 ] : https://github.com/chird/meteoJS/compare/v1.14.4...v1.14.5
0 commit comments