File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.10.2] - 2022-08-29
10
+
11
+ ### Fixed
12
+
13
+ - Add Chrome > 69 in browserlist to support at least RStudio IDE > 2022.02.2
14
+ - ` JsonSchema ` : Use replace instead of replaceAll for better compatibility
15
+
9
16
## [ 2.10.1] - 2022-07-28
10
17
11
18
### Changed
@@ -571,7 +578,8 @@ First stable release.
571
578
Please see the [ Releases] ( https://github.com/Open-EO/openeo-vue-components/releases ) for changelogs prior to v1.0.0.
572
579
573
580
574
- [ Unreleased ] : https://github.com/Open-EO/openeo-vue-components/compare/v2.10.1...HEAD
581
+ [ Unreleased ] : https://github.com/Open-EO/openeo-vue-components/compare/v2.10.2...HEAD
582
+ [ 2.10.2 ] : https://github.com/Open-EO/openeo-vue-components/compare/v2.10.1...v2.10.2
575
583
[ 2.10.1 ] : https://github.com/Open-EO/openeo-vue-components/compare/v2.10.0...v2.10.1
576
584
[ 2.10.0 ] : https://github.com/Open-EO/openeo-vue-components/compare/v2.9.2...v2.10.0
577
585
[ 2.9.2 ] : https://github.com/Open-EO/openeo-vue-components/compare/v2.9.1...v2.9.2
Original file line number Diff line number Diff line change 2
2
3
3
A set of [ Vue] ( https://vuejs.org ) components for [ openEO] ( http://openeo.org ) .
4
4
5
- This library's version is [ ** 2.10.1 ** ] ( CHANGELOG.md ) and supports ** openEO API versions 1.0.x and 1.1.x** .
5
+ This library's version is [ ** 2.10.2 ** ] ( CHANGELOG.md ) and supports ** openEO API versions 1.0.x and 1.1.x** .
6
6
Legacy versions supporting API version 0.x are available as [ releases] ( https://github.com/Open-EO/openeo-vue-components/releases ) .
7
7
8
8
npm: [ @openeo/vue-components ] ( https://www.npmjs.com/package/@openeo/vue-components )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openeo/vue-components" ,
3
- "version" : " 2.10.1 " ,
3
+ "version" : " 2.10.2 " ,
4
4
"author" : " openEO Consortium" ,
5
5
"contributors" : [
6
6
{
58
58
"browserslist" : [
59
59
" > 1%" ,
60
60
" not ie > 0" ,
61
- " chrome > 69"
61
+ " chrome >= 69"
62
62
]
63
63
}
You can’t perform that action at this time.
0 commit comments