File tree 3 files changed +18
-13
lines changed
3 files changed +18
-13
lines changed Original file line number Diff line number Diff line change 1
- ## Changes in version 1.2.0 (in development)
1
+ ## Changes in version 1.1.1
2
+
3
+ ### Fixes
4
+
5
+ * Fixed a crash when plotting more than 10 points on map. (#299 )
6
+
7
+ * Fixed a crash when resizing browser window. (#301 )
8
+
9
+ ### Other changes
2
10
3
11
* Inlined the help menu into the app bar. The help icon button now opens the
4
12
[ xcube Viewer documentation] ( https://xcube.readthedocs.io/en/latest/viewer.html )
5
- in a new browser tab.
13
+ in a new browser tab.
6
14
7
- * No longer obtaining Roboto font from Google servers.
8
- Using the static version from
15
+ * No longer obtaining Roboto font from Google servers.
16
+ Using the static version from
9
17
[ ` @fontsource/roboto ` ] ( https://fontsource.org/fonts/roboto/install )
10
18
instead.
11
19
12
20
* Updated development dependencies and updated TypeScript code base accordingly.
13
- - ` typescript ` from v4 to v5
14
- - ` react-scripts ` from v4 to v5
21
+ - ` typescript ` from v4 to v5
22
+ - ` react-scripts ` from v4 to v5
15
23
16
- * Added brief section in ` README.md ` of how to update xcube with a new
24
+ * Added brief section in ` README.md ` of how to update xcube with a new
17
25
xcube-viewer build.
18
26
19
- ### Fixes
20
-
21
- * Fixed a crash when plotting more than 10 points on map. (#299 )
27
+ * Renamed git default branch on GitHub from ` master ` into ` main ` .
22
28
23
- * Fixed a crash when resizing browser window. (#301 )
24
29
25
30
## Changes in version 1.1.0
26
31
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xcube-viewer" ,
3
- "version" : " 1.2.0-dev.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"private" : true ,
5
5
"homepage" : " ." ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 22
22
* SOFTWARE.
23
23
*/
24
24
25
- const version = '1.2.0-dev.0 ' ;
25
+ const version = '1.1.1 ' ;
26
26
27
27
export default version ;
You can’t perform that action at this time.
0 commit comments