Skip to content

Commit 574bbfa

Browse files
committed
v1.6.1
1 parent 807311a commit 574bbfa

File tree

34 files changed

+177
-167
lines changed

34 files changed

+177
-167
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [v1.6.1](https://github.com/finos/perspective/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/finos/perspective/compare/v1.6.0...HEAD)
6+
7+
**Implemented enhancements:**
8+
9+
- Add zoom persistence to OpenLayers plugin [\#1920](https://github.com/finos/perspective/pull/1920) ([texodus](https://github.com/texodus))
10+
- Publish `@finos/perspective-esbuild-plugin` [\#1918](https://github.com/finos/perspective/pull/1918) ([texodus](https://github.com/texodus))
11+
12+
**Fixed bugs:**
13+
14+
- Fix "inline mode" build [\#1919](https://github.com/finos/perspective/pull/1919) ([texodus](https://github.com/texodus))
15+
16+
**Merged pull requests:**
17+
18+
- Make `perspective-viewer` crate importable for external wasm projects [\#1916](https://github.com/finos/perspective/pull/1916) ([texodus](https://github.com/texodus))
19+
- Fix publish issues [\#1915](https://github.com/finos/perspective/pull/1915) ([texodus](https://github.com/texodus))
20+
321
## [v1.6.0](https://github.com/finos/perspective/tree/HEAD)
422

523
[Full Changelog](https://github.com/finos/perspective/compare/v1.5.1...HEAD)

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": "1.6.0",
6+
"version": "1.6.1",
77
"main": "./dist/esm/perspective.cpp.js",
88
"files": [
99
"dist/esm/**/*",

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/perspective-docs",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -17,11 +17,11 @@
1717
"dependencies": {
1818
"@docusaurus/core": "2.0.0-beta.21",
1919
"@docusaurus/preset-classic": "2.0.0-beta.21",
20-
"@finos/perspective": "^1.6.0",
21-
"@finos/perspective-viewer": "^1.6.0",
22-
"@finos/perspective-viewer-d3fc": "^1.6.0",
23-
"@finos/perspective-viewer-datagrid": "^1.6.0",
24-
"@finos/perspective-webpack-plugin": "^1.6.0",
20+
"@finos/perspective": "^1.6.1",
21+
"@finos/perspective-viewer": "^1.6.1",
22+
"@finos/perspective-viewer-d3fc": "^1.6.1",
23+
"@finos/perspective-viewer-datagrid": "^1.6.1",
24+
"@finos/perspective-webpack-plugin": "^1.6.1",
2525
"@mdx-js/react": "^1.6.22",
2626
"clsx": "^1.1.1",
2727
"perspective-loader": "file:plugins/perspective-loader",

examples/blocks/package.json

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

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": "1.6.0",
4+
"version": "1.6.1",
55
"description": "An esbuild example app built using `@finos/perspective-viewer`.",
66
"scripts": {
77
"build": "node build.js",
@@ -10,14 +10,14 @@
1010
"keywords": [],
1111
"license": "Apache-2.0",
1212
"dependencies": {
13-
"@finos/perspective": "^1.6.0",
14-
"@finos/perspective-viewer": "^1.6.0",
15-
"@finos/perspective-viewer-d3fc": "^1.6.0",
16-
"@finos/perspective-viewer-datagrid": "^1.6.0",
17-
"@finos/perspective-viewer-openlayers": "^1.6.0"
13+
"@finos/perspective": "^1.6.1",
14+
"@finos/perspective-viewer": "^1.6.1",
15+
"@finos/perspective-viewer-d3fc": "^1.6.1",
16+
"@finos/perspective-viewer-datagrid": "^1.6.1",
17+
"@finos/perspective-viewer-openlayers": "^1.6.1"
1818
},
1919
"devDependencies": {
20-
"@finos/perspective-esbuild-plugin": "^1.6.0",
20+
"@finos/perspective-esbuild-plugin": "^1.6.1",
2121
"esbuild": "^0.13.12",
2222
"http-server": "^0.11.1"
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": "1.6.0",
4+
"version": "1.6.1",
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": "^1.6.0",
13-
"@finos/perspective-viewer": "^1.6.0",
14-
"@finos/perspective-viewer-d3fc": "^1.6.0",
15-
"@finos/perspective-viewer-datagrid": "^1.6.0"
12+
"@finos/perspective": "^1.6.1",
13+
"@finos/perspective-viewer": "^1.6.1",
14+
"@finos/perspective-viewer-d3fc": "^1.6.1",
15+
"@finos/perspective-viewer-datagrid": "^1.6.1"
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": "1.6.0",
4+
"version": "1.6.1",
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": "^1.6.0",
17-
"@finos/perspective-viewer": "^1.6.0",
18-
"@finos/perspective-viewer-d3fc": "^1.6.0",
19-
"@finos/perspective-viewer-datagrid": "^1.6.0",
20-
"@finos/perspective-workspace": "^1.6.0"
16+
"@finos/perspective": "^1.6.1",
17+
"@finos/perspective-viewer": "^1.6.1",
18+
"@finos/perspective-viewer-d3fc": "^1.6.1",
19+
"@finos/perspective-viewer-datagrid": "^1.6.1",
20+
"@finos/perspective-workspace": "^1.6.1"
2121
},
2222
"devDependencies": {
23-
"@finos/perspective-webpack-plugin": "^1.6.0",
23+
"@finos/perspective-webpack-plugin": "^1.6.1",
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": "1.6.0",
4+
"version": "1.6.1",
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": "^1.6.0",
13-
"@finos/perspective-viewer": "^1.6.0",
14-
"@finos/perspective-viewer-d3fc": "^1.6.0",
15-
"@finos/perspective-viewer-datagrid": "^1.6.0",
16-
"@finos/perspective-workspace": "^1.6.0",
12+
"@finos/perspective": "^1.6.1",
13+
"@finos/perspective-viewer": "^1.6.1",
14+
"@finos/perspective-viewer-d3fc": "^1.6.1",
15+
"@finos/perspective-viewer-datagrid": "^1.6.1",
16+
"@finos/perspective-workspace": "^1.6.1",
1717
"superstore-arrow": "^1.0.0"
1818
},
1919
"devDependencies": {
20-
"@finos/perspective-webpack-plugin": "^1.6.0",
20+
"@finos/perspective-webpack-plugin": "^1.6.1",
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": "1.6.0",
4+
"version": "1.6.1",
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": "^1.6.0",
13-
"@finos/perspective-viewer": "^1.6.0",
14-
"@finos/perspective-viewer-d3fc": "^1.6.0",
15-
"@finos/perspective-viewer-datagrid": "^1.6.0",
16-
"@finos/perspective-workspace": "^1.6.0",
12+
"@finos/perspective": "^1.6.1",
13+
"@finos/perspective-viewer": "^1.6.1",
14+
"@finos/perspective-viewer-d3fc": "^1.6.1",
15+
"@finos/perspective-viewer-datagrid": "^1.6.1",
16+
"@finos/perspective-workspace": "^1.6.1",
1717
"superstore-arrow": "^1.0.0"
1818
},
1919
"devDependencies": {
20-
"@finos/perspective-webpack-plugin": "^1.6.0",
20+
"@finos/perspective-webpack-plugin": "^1.6.1",
2121
"npm-run-all": "^4.1.3",
2222
"rimraf": "^2.5.2"
2323
}

examples/python-tornado-streaming/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"name": "python-tornado-streaming",
33
"private": true,
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"description": "An example of streaming a `perspective-python` server to 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": "^1.6.0",
13-
"@finos/perspective-viewer": "^1.6.0",
14-
"@finos/perspective-viewer-d3fc": "^1.6.0",
15-
"@finos/perspective-viewer-datagrid": "^1.6.0",
16-
"@finos/perspective-workspace": "^1.6.0",
12+
"@finos/perspective": "^1.6.1",
13+
"@finos/perspective-viewer": "^1.6.1",
14+
"@finos/perspective-viewer-d3fc": "^1.6.1",
15+
"@finos/perspective-viewer-datagrid": "^1.6.1",
16+
"@finos/perspective-workspace": "^1.6.1",
1717
"superstore-arrow": "^1.0.0"
1818
},
1919
"devDependencies": {
20-
"@finos/perspective-webpack-plugin": "^1.6.0",
20+
"@finos/perspective-webpack-plugin": "^1.6.1",
2121
"npm-run-all": "^4.1.3",
2222
"rimraf": "^2.5.2"
2323
}

0 commit comments

Comments
 (0)