Skip to content

Commit 58aef95

Browse files
committed
v2.2.0
1 parent 22990a1 commit 58aef95

File tree

37 files changed

+240
-207
lines changed

37 files changed

+240
-207
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [v2.2.0](https://github.com/finos/perspective/releases/tag/v2.2.0)
2+
3+
_31 May 2023_ ([Full changelog](https://github.com/finos/perspective/compare/v2.1.4...v2.2.0))
4+
5+
Features
6+
7+
- Moving Expression Editor modal to a sidebar. [#2239](https://github.com/finos/perspective/pull/2239)
8+
9+
Fixes
10+
11+
- Disallow non-1 multiplicity for bucketing weeks and days [#2238](https://github.com/finos/perspective/pull/2238)
12+
13+
Misc
14+
15+
- Developer QoL fixes [#2240](https://github.com/finos/perspective/pull/2240)
16+
- Add Python 3.11 support [#2234](https://github.com/finos/perspective/pull/2234)
17+
- Add skip test: _update_with_missing_or_null_values [#2230](https://github.com/finos/perspective/pull/2230)
18+
119
# [v2.1.4](https://github.com/finos/perspective/releases/tag/v2.1.4)
220

321
_26 May 2023_ ([Full changelog](https://github.com/finos/perspective/compare/v2.1.3...v2.1.4))

cpp/perspective/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"author": "The Perspective Authors",
55
"license": "Apache-2.0",
6-
"version": "2.1.4",
6+
"version": "2.2.0",
77
"main": "./dist/esm/perspective.cpp.js",
88
"files": [
99
"dist/esm/**/*",

docs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/perspective-docs",
3-
"version": "2.1.4",
3+
"version": "2.2.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -16,13 +16,13 @@
1616
"dependencies": {
1717
"@docusaurus/core": "2.2.0",
1818
"@docusaurus/preset-classic": "2.2.0",
19-
"@finos/perspective": "^2.1.4",
20-
"@finos/perspective-viewer": "^2.1.4",
21-
"@finos/perspective-viewer-d3fc": "^2.1.4",
22-
"@finos/perspective-viewer-datagrid": "^2.1.4",
23-
"@finos/perspective-webpack-plugin": "^2.1.4",
19+
"@finos/perspective": "^2.2.0",
20+
"@finos/perspective-viewer": "^2.2.0",
21+
"@finos/perspective-viewer-d3fc": "^2.2.0",
22+
"@finos/perspective-viewer-datagrid": "^2.2.0",
23+
"@finos/perspective-webpack-plugin": "^2.2.0",
2424
"@mdx-js/react": "^1.6.22",
25-
"blocks": "^2.1.4",
25+
"blocks": "^2.2.0",
2626
"clsx": "^1.1.1",
2727
"prism-react-renderer": "^1.3.3",
2828
"react": "^17.0.2",

examples/blocks/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "blocks",
33
"private": true,
4-
"version": "2.1.4",
4+
"version": "2.2.0",
55
"description": "A collection of simple client-side Perspective examples for `http://bl.ocks.org`.",
66
"scripts": {
77
"start": "mkdirp dist && node server.js"
@@ -10,12 +10,12 @@
1010
"keywords": [],
1111
"license": "Apache-2.0",
1212
"dependencies": {
13-
"@finos/perspective": "^2.1.4",
14-
"@finos/perspective-viewer": "^2.1.4",
15-
"@finos/perspective-viewer-d3fc": "^2.1.4",
16-
"@finos/perspective-viewer-datagrid": "^2.1.4",
17-
"@finos/perspective-viewer-openlayers": "^2.1.4",
18-
"@finos/perspective-workspace": "^2.1.4",
13+
"@finos/perspective": "^2.2.0",
14+
"@finos/perspective-viewer": "^2.2.0",
15+
"@finos/perspective-viewer-d3fc": "^2.2.0",
16+
"@finos/perspective-viewer-datagrid": "^2.2.0",
17+
"@finos/perspective-viewer-openlayers": "^2.2.0",
18+
"@finos/perspective-workspace": "^2.2.0",
1919
"superstore-arrow": "1.0.0"
2020
}
2121
}

examples/esbuild-example/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esbuild-example",
33
"private": true,
4-
"version": "2.1.4",
4+
"version": "2.2.0",
55
"description": "An esbuild example app built using `@finos/perspective-viewer`.",
66
"scripts": {
77
"build": "node build.js",
@@ -10,15 +10,15 @@
1010
"keywords": [],
1111
"license": "Apache-2.0",
1212
"dependencies": {
13-
"@finos/perspective": "^2.1.4",
14-
"@finos/perspective-viewer": "^2.1.4",
15-
"@finos/perspective-viewer-d3fc": "^2.1.4",
16-
"@finos/perspective-viewer-datagrid": "^2.1.4",
17-
"@finos/perspective-viewer-openlayers": "^2.1.4",
13+
"@finos/perspective": "^2.2.0",
14+
"@finos/perspective-viewer": "^2.2.0",
15+
"@finos/perspective-viewer-d3fc": "^2.2.0",
16+
"@finos/perspective-viewer-datagrid": "^2.2.0",
17+
"@finos/perspective-viewer-openlayers": "^2.2.0",
1818
"superstore-arrow": "^1.0.0"
1919
},
2020
"devDependencies": {
21-
"@finos/perspective-esbuild-plugin": "^2.1.4",
21+
"@finos/perspective-esbuild-plugin": "^2.2.0",
2222
"esbuild": "^0.14.54",
2323
"http-server": "^0.11.1"
2424
}
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"name": "esbuild-remote",
33
"private": true,
4-
"version": "2.1.4",
4+
"version": "2.2.0",
55
"description": "An example of 2 Perspectives, one client and one server, streaming via Apache Arrow.",
66
"scripts": {
77
"start": "node build.js && node server/index.mjs"
88
},
99
"keywords": [],
1010
"license": "Apache-2.0",
1111
"dependencies": {
12-
"@finos/perspective": "^2.1.4",
13-
"@finos/perspective-viewer": "^2.1.4",
14-
"@finos/perspective-viewer-d3fc": "^2.1.4",
15-
"@finos/perspective-viewer-datagrid": "^2.1.4",
12+
"@finos/perspective": "^2.2.0",
13+
"@finos/perspective-viewer": "^2.2.0",
14+
"@finos/perspective-viewer-d3fc": "^2.2.0",
15+
"@finos/perspective-viewer-datagrid": "^2.2.0",
1616
"express": "^4.17.1",
1717
"express-ws": "^5.0.2"
1818
},
1919
"devDependencies": {
20-
"@finos/perspective-esbuild-plugin": "^2.1.4",
20+
"@finos/perspective-esbuild-plugin": "^2.2.0",
2121
"esbuild": "^0.14.54"
2222
}
2323
}

examples/git-history/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "git-history",
33
"private": true,
4-
"version": "2.1.4",
4+
"version": "2.2.0",
55
"description": "An example of Perspective's own GIT history rendered in Perspective.",
66
"scripts": {
77
"start": "node server.js"
88
},
99
"keywords": [],
1010
"license": "Apache-2.0",
1111
"dependencies": {
12-
"@finos/perspective": "^2.1.4",
13-
"@finos/perspective-viewer": "^2.1.4",
14-
"@finos/perspective-viewer-d3fc": "^2.1.4",
15-
"@finos/perspective-viewer-datagrid": "^2.1.4"
12+
"@finos/perspective": "^2.2.0",
13+
"@finos/perspective-viewer": "^2.2.0",
14+
"@finos/perspective-viewer-d3fc": "^2.2.0",
15+
"@finos/perspective-viewer-datagrid": "^2.2.0"
1616
}
1717
}

examples/promo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "promo",
33
"private": true,
4-
"version": "2.1.4",
4+
"version": "2.2.0",
55
"description": "An puppeteer-guided demo of Perspective's functionality, as seen on Github.",
66
"scripts": {
77
"dev": "webpack-dev-server --open",
@@ -13,14 +13,14 @@
1313
"keywords": [],
1414
"license": "Apache-2.0",
1515
"dependencies": {
16-
"@finos/perspective": "^2.1.4",
17-
"@finos/perspective-viewer": "^2.1.4",
18-
"@finos/perspective-viewer-d3fc": "^2.1.4",
19-
"@finos/perspective-viewer-datagrid": "^2.1.4",
20-
"@finos/perspective-workspace": "^2.1.4"
16+
"@finos/perspective": "^2.2.0",
17+
"@finos/perspective-viewer": "^2.2.0",
18+
"@finos/perspective-viewer-d3fc": "^2.2.0",
19+
"@finos/perspective-viewer-datagrid": "^2.2.0",
20+
"@finos/perspective-workspace": "^2.2.0"
2121
},
2222
"devDependencies": {
23-
"@finos/perspective-webpack-plugin": "^2.1.4",
23+
"@finos/perspective-webpack-plugin": "^2.2.0",
2424
"http-server": "^0.11.1",
2525
"npm-run-all": "^4.1.3",
2626
"rimraf": "^2.5.2"

examples/python-aiohttp/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"name": "python-aiohttp",
33
"private": true,
4-
"version": "2.1.4",
4+
"version": "2.2.0",
55
"description": "An example of editing a `perspective-python` server from the browser.",
66
"scripts": {
77
"start": "PYTHONPATH=../../python/perspective python3 server.py"
88
},
99
"keywords": [],
1010
"license": "Apache-2.0",
1111
"dependencies": {
12-
"@finos/perspective": "^2.1.4",
13-
"@finos/perspective-viewer": "^2.1.4",
14-
"@finos/perspective-viewer-d3fc": "^2.1.4",
15-
"@finos/perspective-viewer-datagrid": "^2.1.4",
16-
"@finos/perspective-workspace": "^2.1.4",
12+
"@finos/perspective": "^2.2.0",
13+
"@finos/perspective-viewer": "^2.2.0",
14+
"@finos/perspective-viewer-d3fc": "^2.2.0",
15+
"@finos/perspective-viewer-datagrid": "^2.2.0",
16+
"@finos/perspective-workspace": "^2.2.0",
1717
"superstore-arrow": "^1.0.0"
1818
},
1919
"devDependencies": {
20-
"@finos/perspective-webpack-plugin": "^2.1.4",
20+
"@finos/perspective-webpack-plugin": "^2.2.0",
2121
"npm-run-all": "^4.1.3",
2222
"rimraf": "^2.5.2"
2323
}

examples/python-starlette/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"name": "python-starlette",
33
"private": true,
4-
"version": "2.1.4",
4+
"version": "2.2.0",
55
"description": "An example of editing a `perspective-python` server from the browser.",
66
"scripts": {
77
"start": "PYTHONPATH=../../python/perspective python3 server.py"
88
},
99
"keywords": [],
1010
"license": "Apache-2.0",
1111
"dependencies": {
12-
"@finos/perspective": "^2.1.4",
13-
"@finos/perspective-viewer": "^2.1.4",
14-
"@finos/perspective-viewer-d3fc": "^2.1.4",
15-
"@finos/perspective-viewer-datagrid": "^2.1.4",
16-
"@finos/perspective-workspace": "^2.1.4",
12+
"@finos/perspective": "^2.2.0",
13+
"@finos/perspective-viewer": "^2.2.0",
14+
"@finos/perspective-viewer-d3fc": "^2.2.0",
15+
"@finos/perspective-viewer-datagrid": "^2.2.0",
16+
"@finos/perspective-workspace": "^2.2.0",
1717
"superstore-arrow": "^1.0.0"
1818
},
1919
"devDependencies": {
20-
"@finos/perspective-webpack-plugin": "^2.1.4",
20+
"@finos/perspective-webpack-plugin": "^2.2.0",
2121
"npm-run-all": "^4.1.3",
2222
"rimraf": "^2.5.2"
2323
}

0 commit comments

Comments
 (0)