Releases: chird/meteoJS
Releases · chird/meteoJS
Release 1.17.3
Release 1.17.2
Fixed
- Typo bugfix.
Release 1.17.1
Fixed
- Fixed broken Tooltip with Bootstrap v5.2.2.
Release 1.17.0
Release 1.16.1
Fixed
- Custom getHoverSounding function for PlotAltitudeDataArea, TDDiagram, WindspeedProfile and Hodograph.
Release 1.16.0
Added
- New base class Axis for the axis classes.
- New class WindspeedProfileAxis for the axis for the windspeed profile.
- Added grid and change:windspeedMax event in WindspeedProfile
- Added windspeed profile in default diagram class ThermodynamicDiagram
Changed
- xAxis and yAxis now inherits from new base class Axis.
- Added windspeed profile axis and added borders to the hodograph and the windspeed profile in one of the examples.
Fixed
- RepetitiveRequests: Bugfix for empty requests.
- Doc fixes in DiagramSounding and Hodograph.
- Fix broken highlighted lines in TDDiagram.
Release 1.15.0
Added
- Hodograph: Examples how to style the hodograph.
- DiagramSounding: The output in the hodograph can know be contraint to a minimum and maximum pressure.
- DiagramSounding: In the hodograph the line can be coloured between several pressure intervals.
- Hodograph: Several options were added to style the grid. For the labels:
unit
,prefix
,decimalPlaces
,backdrop
. The origin can be moved away from the center. - Hodograph: Hover labels were added.
- PlotDataArea: For hover labels the option
getHoverSounding
is added to control for whicht sounding a hover label is shown.
Changed
- DiagramSounding appears now as a green line with width of 2 pixels.
- Some hover functionality moved from PlotAltitudeDataArea to PlotDataArea
Fixed
- Some docs.
Release 1.14.7
Fixed
- Bugfix in Container if an empty variable is passed to displayVariables.
Release 1.14.6
Fixed
- Modelviewer: Concretise the behaviour of a Container with disabled adaptSuitableResource option.
Release 1.14.5
Fixed
- Crashed test suite.