Skip to content

Commit

Permalink
Release 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo Sonderegger committed Jul 16, 2021
1 parent c0a8f86 commit f8c3a1a
Show file tree
Hide file tree
Showing 226 changed files with 2,588 additions and 636 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.15.0] - 2021-07-
### Added
- [Hodograph](https://chird.github.io/meteoJS/doc/module-meteoJS_thermodynamicDiagram_hodograph.Hodograph.html):
[Examples](https://chird.github.io/meteoJS/examples/thermodynamicdiagram-hodograph.html) how to style the hodograph.
- [DiagramSounding](https://chird.github.io/meteoJS/doc/module-meteoJS_thermodynamicDiagram_diagramSounding.DiagramSounding.html):
The output in the hodograph can know be contraint to a minimum and maximum pressure.
- [DiagramSounding](https://chird.github.io/meteoJS/doc/module-meteoJS_thermodynamicDiagram_diagramSounding.DiagramSounding.html):
In the hodograph the line can be coloured between several pressure intervals.
- [Hodograph](https://chird.github.io/meteoJS/doc/module-meteoJS_thermodynamicDiagram_hodograph.Hodograph.html):
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](https://chird.github.io/meteoJS/doc/module-meteoJS_thermodynamicDiagram_hodograph.Hodograph.html):
Hover labels were added.
- [PlotDataArea](https://chird.github.io/meteoJS/doc/module-meteoJS_thermodynamicDiagram_plotDataArea.PlotDataArea.html):
For hover labels the option `getHoverSounding` is added to control for whicht sounding a hover label is shown.

### Changed
- [DiagramSounding](https://chird.github.io/meteoJS/doc/module-meteoJS_thermodynamicDiagram_diagramSounding.DiagramSounding.html)
appears now as a green line with width of 2 pixels.
- Some hover functionality moved from
[PlotAltitudeDataArea](https://chird.github.io/meteoJS/doc/module-meteoJS_thermodynamicDiagram_plotAltitudeDataArea.PlotAltitudeDataArea.html) to
[PlotDataArea](https://chird.github.io/meteoJS/doc/module-meteoJS_thermodynamicDiagram_plotDataArea.PlotDataArea.html)

### Fixed
- Some docs.

## [1.14.7] - 2021-07-02

### Fixed
Expand Down Expand Up @@ -229,7 +255,8 @@ will not work anymore, until you pass a callback to `getTimeText`.
### Fixed
- Some tests with DOM usage.

[Unreleased]: https://github.com/chird/meteoJS/compare/v1.14.7...HEAD
[Unreleased]: https://github.com/chird/meteoJS/compare/v1.15.0...HEAD
[1.15.0]: https://github.com/chird/meteoJS/compare/v1.14.7...v1.15.0
[1.14.7]: https://github.com/chird/meteoJS/compare/v1.14.6...v1.14.7
[1.14.6]: https://github.com/chird/meteoJS/compare/v1.14.5...v1.14.6
[1.14.5]: https://github.com/chird/meteoJS/compare/v1.14.4...v1.14.5
Expand Down
2 changes: 1 addition & 1 deletion doc/Modelviewer.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ <h1>Source: Modelviewer.js</h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion doc/RepetitiveRequests.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ <h1>Source: RepetitiveRequests.js</h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion doc/Sounding.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ <h1>Source: Sounding.js</h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion doc/Synview.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ <h1>Source: Synview.js</h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
11 changes: 9 additions & 2 deletions doc/ThermodynamicDiagram.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h1>Source: ThermodynamicDiagram.js</h1>
/**
* Class to draw a SVG thermodynamic diagram.
*
* &amp;lt;pre&gt;&amp;lt;code&gt;import ThermodynamicDiagram from &#x27;meteoJS/ThermodynamicDiagram&#x27;;&amp;lt;/code&gt;&amp;lt;/pre&gt;
* &amp;lt;pre&gt;&amp;lt;code&gt;import ThermodynamicDiagram from &#x27;meteojs/ThermodynamicDiagram&#x27;;&amp;lt;/code&gt;&amp;lt;/pre&gt;
*
* @extends module:meteoJS/thermodynamicDiagramPluggable.ThermodynamicDiagramPluggable
*/
Expand Down Expand Up @@ -215,6 +215,13 @@ <h1>Source: ThermodynamicDiagram.js</h1>
this.appendPlotArea(this.windspeedProfile);

this.hodograph &#x3D; new Hodograph(hodograph);
this.hodograph.on(&#x27;prebuild:background&#x27;, ({ node }) &#x3D;&gt; {
node
.rect(this.hodograph.width-2, this.hodograph.height-2)
.move(1,1)
.fill({ color: &#x27;white&#x27; })
.stroke({ color: &#x27;black&#x27;, width: 1 });
});
this.appendPlotArea(this.hodograph);

if (coordinateSystem.type &#x3D;&#x3D;&#x3D; undefined)
Expand Down Expand Up @@ -300,7 +307,7 @@ <h1>Source: ThermodynamicDiagram.js</h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
5 changes: 3 additions & 2 deletions doc/ThermodynamicDiagramPluggable.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1>Source: ThermodynamicDiagramPluggable.js</h1>
/**
* Class to draw a SVG thermodynamic diagram.
*
* &amp;lt;pre&gt;&amp;lt;code&gt;import ThermodynamicDiagramPluggable from &#x27;meteoJS/thermodynamicDiagramPluggable&#x27;;&amp;lt;/code&gt;&amp;lt;/pre&gt;
* &amp;lt;pre&gt;&amp;lt;code&gt;import ThermodynamicDiagramPluggable from &#x27;meteojs/thermodynamicDiagramPluggable&#x27;;&amp;lt;/code&gt;&amp;lt;/pre&gt;
*
* @extends module:meteoJS/base/collection.Collection
*/
Expand Down Expand Up @@ -151,6 +151,7 @@ <h1>Source: ThermodynamicDiagramPluggable.js</h1>
this._plotAreas.add(plotArea);

plotArea.addTo(this.svgNode);
plotArea.onCoordinateSystemChange();
for (let sounding of this)
if (&#x27;addSounding&#x27; in plotArea)
plotArea.addSounding(sounding);
Expand Down Expand Up @@ -231,7 +232,7 @@ <h1>Source: ThermodynamicDiagramPluggable.js</h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion doc/Timeline.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ <h1>Source: Timeline.js</h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion doc/Tooltip.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h1>Source: Tooltip.js</h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion doc/base_Collection.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ <h1>Source: base/Collection.js</h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion doc/base_Named.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h1>Source: base/Named.js</h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion doc/base_NamedCollection.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h1>Source: base/NamedCollection.js</h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion doc/base_Unique.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h1>Source: base/Unique.js</h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion doc/base_UniqueNamed.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h1>Source: base/UniqueNamed.js</h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion doc/calc.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ <h1>Source: calc.js</h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion doc/events.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h1>Source: Events.js</h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion doc/external-Event.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1><small></small><span class="symbol-name">Event</span></h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion doc/external-HTMLElement.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1><small></small><span class="symbol-name">HTMLElement</span></h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion doc/external-SVG.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1><small></small><span class="symbol-name">SVG</span></h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion doc/external-XMLHttpRequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1><small></small><span class="symbol-name">XMLHttpRequest</span></h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion doc/external-jQuery.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1><small></small><span class="symbol-name">jQuery</span></h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion doc/external-momentjs.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1><small></small><span class="symbol-name">momentjs</span></h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
</p>
</div>
</footer>
Expand Down
Loading

0 comments on commit f8c3a1a

Please sign in to comment.