Skip to content

Commit f8c3a1a

Browse files
author
Ivo Sonderegger
committed
Release 1.15.0
1 parent c0a8f86 commit f8c3a1a

File tree

226 files changed

+2588
-636
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+2588
-636
lines changed

CHANGELOG.md

+28-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
77

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+
834
## [1.14.7] - 2021-07-02
935

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

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
233260
[1.14.7]: https://github.com/chird/meteoJS/compare/v1.14.6...v1.14.7
234261
[1.14.6]: https://github.com/chird/meteoJS/compare/v1.14.5...v1.14.6
235262
[1.14.5]: https://github.com/chird/meteoJS/compare/v1.14.4...v1.14.5

doc/Modelviewer.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ <h1>Source: Modelviewer.js</h1>
277277
<footer id="jsdoc-footer" class="jsdoc-footer">
278278
<div id="jsdoc-footer-container">
279279
<p>
280-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
280+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
281281
</p>
282282
</div>
283283
</footer>

doc/RepetitiveRequests.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ <h1>Source: RepetitiveRequests.js</h1>
389389
<footer id="jsdoc-footer" class="jsdoc-footer">
390390
<div id="jsdoc-footer-container">
391391
<p>
392-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
392+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
393393
</p>
394394
</div>
395395
</footer>

doc/Sounding.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ <h1>Source: Sounding.js</h1>
277277
<footer id="jsdoc-footer" class="jsdoc-footer">
278278
<div id="jsdoc-footer-container">
279279
<p>
280-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
280+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
281281
</p>
282282
</div>
283283
</footer>

doc/Synview.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h1>Source: Synview.js</h1>
201201
<footer id="jsdoc-footer" class="jsdoc-footer">
202202
<div id="jsdoc-footer-container">
203203
<p>
204-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
204+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
205205
</p>
206206
</div>
207207
</footer>

doc/ThermodynamicDiagram.js.html

+9-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h1>Source: ThermodynamicDiagram.js</h1>
8080
/**
8181
* Class to draw a SVG thermodynamic diagram.
8282
*
83-
* &amp;lt;pre&gt;&amp;lt;code&gt;import ThermodynamicDiagram from &#x27;meteoJS/ThermodynamicDiagram&#x27;;&amp;lt;/code&gt;&amp;lt;/pre&gt;
83+
* &amp;lt;pre&gt;&amp;lt;code&gt;import ThermodynamicDiagram from &#x27;meteojs/ThermodynamicDiagram&#x27;;&amp;lt;/code&gt;&amp;lt;/pre&gt;
8484
*
8585
* @extends module:meteoJS/thermodynamicDiagramPluggable.ThermodynamicDiagramPluggable
8686
*/
@@ -215,6 +215,13 @@ <h1>Source: ThermodynamicDiagram.js</h1>
215215
this.appendPlotArea(this.windspeedProfile);
216216

217217
this.hodograph &#x3D; new Hodograph(hodograph);
218+
this.hodograph.on(&#x27;prebuild:background&#x27;, ({ node }) &#x3D;&gt; {
219+
node
220+
.rect(this.hodograph.width-2, this.hodograph.height-2)
221+
.move(1,1)
222+
.fill({ color: &#x27;white&#x27; })
223+
.stroke({ color: &#x27;black&#x27;, width: 1 });
224+
});
218225
this.appendPlotArea(this.hodograph);
219226

220227
if (coordinateSystem.type &#x3D;&#x3D;&#x3D; undefined)
@@ -300,7 +307,7 @@ <h1>Source: ThermodynamicDiagram.js</h1>
300307
<footer id="jsdoc-footer" class="jsdoc-footer">
301308
<div id="jsdoc-footer-container">
302309
<p>
303-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
310+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
304311
</p>
305312
</div>
306313
</footer>

doc/ThermodynamicDiagramPluggable.js.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h1>Source: ThermodynamicDiagramPluggable.js</h1>
4848
/**
4949
* Class to draw a SVG thermodynamic diagram.
5050
*
51-
* &amp;lt;pre&gt;&amp;lt;code&gt;import ThermodynamicDiagramPluggable from &#x27;meteoJS/thermodynamicDiagramPluggable&#x27;;&amp;lt;/code&gt;&amp;lt;/pre&gt;
51+
* &amp;lt;pre&gt;&amp;lt;code&gt;import ThermodynamicDiagramPluggable from &#x27;meteojs/thermodynamicDiagramPluggable&#x27;;&amp;lt;/code&gt;&amp;lt;/pre&gt;
5252
*
5353
* @extends module:meteoJS/base/collection.Collection
5454
*/
@@ -151,6 +151,7 @@ <h1>Source: ThermodynamicDiagramPluggable.js</h1>
151151
this._plotAreas.add(plotArea);
152152

153153
plotArea.addTo(this.svgNode);
154+
plotArea.onCoordinateSystemChange();
154155
for (let sounding of this)
155156
if (&#x27;addSounding&#x27; in plotArea)
156157
plotArea.addSounding(sounding);
@@ -231,7 +232,7 @@ <h1>Source: ThermodynamicDiagramPluggable.js</h1>
231232
<footer id="jsdoc-footer" class="jsdoc-footer">
232233
<div id="jsdoc-footer-container">
233234
<p>
234-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
235+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
235236
</p>
236237
</div>
237238
</footer>

doc/Timeline.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ <h1>Source: Timeline.js</h1>
896896
<footer id="jsdoc-footer" class="jsdoc-footer">
897897
<div id="jsdoc-footer-container">
898898
<p>
899-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
899+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
900900
</p>
901901
</div>
902902
</footer>

doc/Tooltip.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h1>Source: Tooltip.js</h1>
155155
<footer id="jsdoc-footer" class="jsdoc-footer">
156156
<div id="jsdoc-footer-container">
157157
<p>
158-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
158+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
159159
</p>
160160
</div>
161161
</footer>

doc/base_Collection.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ <h1>Source: base/Collection.js</h1>
318318
<footer id="jsdoc-footer" class="jsdoc-footer">
319319
<div id="jsdoc-footer-container">
320320
<p>
321-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
321+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
322322
</p>
323323
</div>
324324
</footer>

doc/base_Named.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ <h1>Source: base/Named.js</h1>
162162
<footer id="jsdoc-footer" class="jsdoc-footer">
163163
<div id="jsdoc-footer-container">
164164
<p>
165-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
165+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
166166
</p>
167167
</div>
168168
</footer>

doc/base_NamedCollection.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h1>Source: base/NamedCollection.js</h1>
110110
<footer id="jsdoc-footer" class="jsdoc-footer">
111111
<div id="jsdoc-footer-container">
112112
<p>
113-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
113+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
114114
</p>
115115
</div>
116116
</footer>

doc/base_Unique.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h1>Source: base/Unique.js</h1>
8383
<footer id="jsdoc-footer" class="jsdoc-footer">
8484
<div id="jsdoc-footer-container">
8585
<p>
86-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
86+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
8787
</p>
8888
</div>
8989
</footer>

doc/base_UniqueNamed.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h1>Source: base/UniqueNamed.js</h1>
9595
<footer id="jsdoc-footer" class="jsdoc-footer">
9696
<div id="jsdoc-footer-container">
9797
<p>
98-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
98+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
9999
</p>
100100
</div>
101101
</footer>

doc/calc.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ <h1>Source: calc.js</h1>
523523
<footer id="jsdoc-footer" class="jsdoc-footer">
524524
<div id="jsdoc-footer-container">
525525
<p>
526-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
526+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
527527
</p>
528528
</div>
529529
</footer>

doc/events.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ <h1>Source: Events.js</h1>
165165
<footer id="jsdoc-footer" class="jsdoc-footer">
166166
<div id="jsdoc-footer-container">
167167
<p>
168-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
168+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
169169
</p>
170170
</div>
171171
</footer>

doc/external-Event.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1><small></small><span class="symbol-name">Event</span></h1>
5151
<footer id="jsdoc-footer" class="jsdoc-footer">
5252
<div id="jsdoc-footer-container">
5353
<p>
54-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
54+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
5555
</p>
5656
</div>
5757
</footer>

doc/external-HTMLElement.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1><small></small><span class="symbol-name">HTMLElement</span></h1>
5151
<footer id="jsdoc-footer" class="jsdoc-footer">
5252
<div id="jsdoc-footer-container">
5353
<p>
54-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
54+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
5555
</p>
5656
</div>
5757
</footer>

doc/external-SVG.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1><small></small><span class="symbol-name">SVG</span></h1>
5151
<footer id="jsdoc-footer" class="jsdoc-footer">
5252
<div id="jsdoc-footer-container">
5353
<p>
54-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
54+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
5555
</p>
5656
</div>
5757
</footer>

doc/external-XMLHttpRequest.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1><small></small><span class="symbol-name">XMLHttpRequest</span></h1>
5151
<footer id="jsdoc-footer" class="jsdoc-footer">
5252
<div id="jsdoc-footer-container">
5353
<p>
54-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
54+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
5555
</p>
5656
</div>
5757
</footer>

doc/external-jQuery.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1><small></small><span class="symbol-name">jQuery</span></h1>
5151
<footer id="jsdoc-footer" class="jsdoc-footer">
5252
<div id="jsdoc-footer-container">
5353
<p>
54-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
54+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
5555
</p>
5656
</div>
5757
</footer>

doc/external-momentjs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1><small></small><span class="symbol-name">momentjs</span></h1>
5151
<footer id="jsdoc-footer" class="jsdoc-footer">
5252
<div id="jsdoc-footer-container">
5353
<p>
54-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 2, 2021.
54+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on July 16, 2021.
5555
</p>
5656
</div>
5757
</footer>

0 commit comments

Comments
 (0)