Skip to content

Latest commit

 

History

History
346 lines (290 loc) · 17.3 KB

CHANGELOG.md

File metadata and controls

346 lines (290 loc) · 17.3 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

1.17.3 - 2023-11-07

Fixed

  • Unnecessary console.log removed.

1.17.2 - 2023-10-23

Fixed

  • Typo bugfix.

1.17.1 - 2022-10-22

Fixed

  • Fixed broken Tooltip with Bootstrap v5.2.2.

1.17.0 - 2022-06-30

Added

  • New options to configure the unit of the hover labels in the windspeed profile.

Fixed

  • Lines set to invisible aren't drawn anymore in the thermodynamic diagram.

1.16.1 - 2021-08-16

Fixed

1.16.0 - 2021-07-30

Added

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

1.15.0 - 2021-07-16

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

Fixed

  • Some docs.

1.14.7 - 2021-07-02

Fixed

  • Bugfix in Container if an empty variable is passed to displayVariables.

1.14.6 - 2021-06-11

Fixed

  • Modelviewer: Concretise the behaviour of a Container with disabled adaptSuitableResource option.

1.14.5 - 2021-05-28

Fixed

  • Crashed test suite.

1.14.4 - 2021-05-14

Fixed

  • Bugfix on removing a sounding parcel.

1.14.3 - 2021-05-04

Changed

1.14.2 - 2021-03-26

Changed

  • Improved performance for the method getAvailableVariables in Resources.

1.14.1 - 2021-03-23

Changed

1.14.0 - 2021-03-22

Added

  • Method getAvailableVariables in Display.

Removed

  • Events change:selectedVariable and change:availableVariables in Display.

Changed

1.13.0 - 2021-03-19

Added

Changed

  • Internal data structure in Node.
  • Internal data structure in Resource.
  • Updated several packages.

1.12.0 - 2021-03-01

Added

Changed

  • The change:selectedVariables event in Container. is now fired debounced.
  • mirrorsFrom can now be called for different other containers on Container.
  • Added internal cache for performance reasons in Node.

Fixed

  • Bugfix for the pauseOnHiddenDocument feature in RepetitiveRequests.
  • Fix to prevent some unwanted side effects with the keyboard navigation in Timeline.

1.11.4 - 2020-11-19

Added

  • Additional keyboard navigation options in Timeline.

Fixed

  • False button definition in Timeline.
  • Bugfix in TDDiagram, a parcel was additionally drawn instead of replaced, when its display options changed.

1.11.3 - 2020-11-19

Fixed

1.11.2 - 2020-11-18

Fixed

1.11.1 - 2020-11-13

Fixed

1.11.0 - 2020-11-02

Added

1.10.1 - 2020-10-26

Fixed

  • Several bugs in RepetitiveRequests. Caution: If you set responseType to 'json', you can't read the responseText-Property anymore.

1.10.0 - 2020-10-01

Added

  • Thermodynamic diagram: Better and faster styling for parcels. Therefore a new class DiagramParcel is introduced.
  • Thermodynamic diagram: Two new options are added: filterDataPoint and minDataPointsDistance. Both apply to the plotted details of the data.

Changed

  • With some hackish conditions, the hover labels in the windspeed profile stay inside the container.

Fixed

  • The hover labels are cleared, when soundings are added. If an invisible sounding is added, this doesn't happen anymore.

1.9.0 - 2020-09-16

Added

  • Modelviewer classes. Used to build an application to view different resources. These resources belong to certain variables (like model run, displayed region, etc.). Currently not every feature is implemented.

1.8.1 - 2020-08-10

Added

  • Github workflows.

Changed

  • Update to OpenLayers 6.4.3.
  • Use imageSmoothing option of openlayers in the synview's Resource class.
  • Packages updated.

1.8.0 - 2020-08-10

Added

  • preload to the synview's Resource class.
  • Preload options to the synview's Type class.

1.7.0 - 2020-07-07

Added

Changed

  • Updated SVG.js library in the examples.
  • Incorrect orientation for the xAxis title.
  • Added "snowfall limit" line to example with the ϴe diagram (with "postbuild:background" event).

Fixed

  • Time format in examples.
  • Don't include SVG.js in bundle file.
  • Visibility according to the options of the guide lines in the thermodynamic diagram.
  • Thermodynamic diagram tests example.

1.6.0 - 2020-06-08

Added

  • CHANGELOG.md added.
  • New argument getTimeText to Visualisation and its child classes.
  • Thermodynamic examples: raw SVG and parcel lift by click.
  • Tags for releases.

Changed

Removed

  • Section about "changelog" vs "CHANGELOG".

Fixed

  • Some tests with DOM usage.