Commit 27d945f 1 parent 1c0107c commit 27d945f Copy full SHA for 27d945f
File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
- ## Changes in version 1.3.1 (in development)
1
+ ## Changes in version 1.3.1
2
2
3
3
### Fixes
4
4
5
5
* The ` <Time> ` parameter is now no longer required to calculate the statistics
6
6
of the selected Point/Polygon for datasets that do not contain a time
7
7
dimension. (#421 )
8
8
9
- * The help icon button now opens the new documentation [ xcube Viewer documentation]
10
- (https://xcube-dev.github.io/xcube-viewer/ ) in a new browser tab.
9
+ * Statistics and also the map's info-box now also work for datasets with
10
+ non-geographic grids.
11
+ (See xcube server issues https://github.com/xcube-dev/xcube/issues/1066
12
+ and https://github.com/xcube-dev/xcube/issues/1069 )
13
+
14
+ * The help icon button now opens the new documentation
15
+ [ xcube Viewer documentation] ( https://xcube-dev.github.io/xcube-viewer/ )
16
+ in a new browser tab.
11
17
12
18
### Other changes
13
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xcube-viewer" ,
3
- "version" : " 1.3.1-dev.0 " ,
3
+ "version" : " 1.3.1" ,
4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 23
23
*/
24
24
25
25
// Important: use semantic versioning (https://semver.org/)
26
- const version = "1.3.1-dev.0 " ;
26
+ const version = "1.3.1" ;
27
27
28
28
export default version ;
You can’t perform that action at this time.
0 commit comments