Skip to content

Commit

Permalink
v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Aug 23, 2022
1 parent 5bc7bd0 commit ca2c560
Show file tree
Hide file tree
Showing 34 changed files with 173 additions and 154 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [v1.6.4](https://github.com/finos/perspective/tree/HEAD)

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

**Fixed bugs:**

- Using sunburst with grouping and tabs results in unresponsive application [\#1938](https://github.com/finos/perspective/issues/1938)
- Add `not in` filter to valid string type filters in `<perspective-viewer>` [\#1945](https://github.com/finos/perspective/pull/1945) ([texodus](https://github.com/texodus))
- Upper bound for `ipywidgets` [\#1944](https://github.com/finos/perspective/pull/1944) ([texodus](https://github.com/texodus))
- Fix Sunburst chart infinite loop bug [\#1939](https://github.com/finos/perspective/pull/1939) ([texodus](https://github.com/texodus))

**Closed issues:**

- "not in" Filter Function Removed? [\#1941](https://github.com/finos/perspective/issues/1941)

**Merged pull requests:**

- Per-component CSS model [\#1943](https://github.com/finos/perspective/pull/1943) ([texodus](https://github.com/texodus))

## [v1.6.3](https://github.com/finos/perspective/tree/HEAD)

[Full Changelog](https://github.com/finos/perspective/compare/v1.6.2...HEAD)
Expand Down
2 changes: 1 addition & 1 deletion cpp/perspective/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"author": "The Perspective Authors",
"license": "Apache-2.0",
"version": "1.6.3",
"version": "1.6.4",
"main": "./dist/esm/perspective.cpp.js",
"files": [
"dist/esm/**/*",
Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/perspective-docs",
"version": "1.6.3",
"version": "1.6.4",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -17,11 +17,11 @@
"dependencies": {
"@docusaurus/core": "2.0.0-beta.21",
"@docusaurus/preset-classic": "2.0.0-beta.21",
"@finos/perspective": "^1.6.3",
"@finos/perspective-viewer": "^1.6.3",
"@finos/perspective-viewer-d3fc": "^1.6.3",
"@finos/perspective-viewer-datagrid": "^1.6.3",
"@finos/perspective-webpack-plugin": "^1.6.3",
"@finos/perspective": "^1.6.4",
"@finos/perspective-viewer": "^1.6.4",
"@finos/perspective-viewer-d3fc": "^1.6.4",
"@finos/perspective-viewer-datagrid": "^1.6.4",
"@finos/perspective-webpack-plugin": "^1.6.4",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"perspective-loader": "file:plugins/perspective-loader",
Expand Down
10 changes: 5 additions & 5 deletions examples/blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blocks",
"private": true,
"version": "1.6.3",
"version": "1.6.4",
"description": "A collection of simple client-side Perspective examples for `http://bl.ocks.org`.",
"scripts": {
"start": "mkdirp dist && node server.js",
Expand All @@ -11,10 +11,10 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.6.3",
"@finos/perspective-viewer": "^1.6.3",
"@finos/perspective-viewer-d3fc": "^1.6.3",
"@finos/perspective-viewer-datagrid": "^1.6.3",
"@finos/perspective": "^1.6.4",
"@finos/perspective-viewer": "^1.6.4",
"@finos/perspective-viewer-d3fc": "^1.6.4",
"@finos/perspective-viewer-datagrid": "^1.6.4",
"superstore-arrow": "1.0.0"
}
}
14 changes: 7 additions & 7 deletions examples/esbuild-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esbuild-example",
"private": true,
"version": "1.6.3",
"version": "1.6.4",
"description": "An esbuild example app built using `@finos/perspective-viewer`.",
"scripts": {
"build": "node build.js",
Expand All @@ -10,14 +10,14 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.6.3",
"@finos/perspective-viewer": "^1.6.3",
"@finos/perspective-viewer-d3fc": "^1.6.3",
"@finos/perspective-viewer-datagrid": "^1.6.3",
"@finos/perspective-viewer-openlayers": "^1.6.3"
"@finos/perspective": "^1.6.4",
"@finos/perspective-viewer": "^1.6.4",
"@finos/perspective-viewer-d3fc": "^1.6.4",
"@finos/perspective-viewer-datagrid": "^1.6.4",
"@finos/perspective-viewer-openlayers": "^1.6.4"
},
"devDependencies": {
"@finos/perspective-esbuild-plugin": "^1.6.3",
"@finos/perspective-esbuild-plugin": "^1.6.4",
"esbuild": "^0.13.12",
"http-server": "^0.11.1"
}
Expand Down
10 changes: 5 additions & 5 deletions examples/git-history/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "git-history",
"private": true,
"version": "1.6.3",
"version": "1.6.4",
"description": "An example of Perspective's own GIT history rendered in Perspective.",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.6.3",
"@finos/perspective-viewer": "^1.6.3",
"@finos/perspective-viewer-d3fc": "^1.6.3",
"@finos/perspective-viewer-datagrid": "^1.6.3"
"@finos/perspective": "^1.6.4",
"@finos/perspective-viewer": "^1.6.4",
"@finos/perspective-viewer-d3fc": "^1.6.4",
"@finos/perspective-viewer-datagrid": "^1.6.4"
}
}
14 changes: 7 additions & 7 deletions examples/promo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "promo",
"private": true,
"version": "1.6.3",
"version": "1.6.4",
"description": "An puppeteer-guided demo of Perspective's functionality, as seen on Github.",
"scripts": {
"dev": "webpack-dev-server --open",
Expand All @@ -13,14 +13,14 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.6.3",
"@finos/perspective-viewer": "^1.6.3",
"@finos/perspective-viewer-d3fc": "^1.6.3",
"@finos/perspective-viewer-datagrid": "^1.6.3",
"@finos/perspective-workspace": "^1.6.3"
"@finos/perspective": "^1.6.4",
"@finos/perspective-viewer": "^1.6.4",
"@finos/perspective-viewer-d3fc": "^1.6.4",
"@finos/perspective-viewer-datagrid": "^1.6.4",
"@finos/perspective-workspace": "^1.6.4"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.6.3",
"@finos/perspective-webpack-plugin": "^1.6.4",
"http-server": "^0.11.1",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
Expand Down
14 changes: 7 additions & 7 deletions examples/python-aiohttp/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "python-aiohttp",
"private": true,
"version": "1.6.3",
"version": "1.6.4",
"description": "An example of editing a `perspective-python` server from the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.6.3",
"@finos/perspective-viewer": "^1.6.3",
"@finos/perspective-viewer-d3fc": "^1.6.3",
"@finos/perspective-viewer-datagrid": "^1.6.3",
"@finos/perspective-workspace": "^1.6.3",
"@finos/perspective": "^1.6.4",
"@finos/perspective-viewer": "^1.6.4",
"@finos/perspective-viewer-d3fc": "^1.6.4",
"@finos/perspective-viewer-datagrid": "^1.6.4",
"@finos/perspective-workspace": "^1.6.4",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.6.3",
"@finos/perspective-webpack-plugin": "^1.6.4",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
}
Expand Down
14 changes: 7 additions & 7 deletions examples/python-starlette/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "python-starlette",
"private": true,
"version": "1.6.3",
"version": "1.6.4",
"description": "An example of editing a `perspective-python` server from the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.6.3",
"@finos/perspective-viewer": "^1.6.3",
"@finos/perspective-viewer-d3fc": "^1.6.3",
"@finos/perspective-viewer-datagrid": "^1.6.3",
"@finos/perspective-workspace": "^1.6.3",
"@finos/perspective": "^1.6.4",
"@finos/perspective-viewer": "^1.6.4",
"@finos/perspective-viewer-d3fc": "^1.6.4",
"@finos/perspective-viewer-datagrid": "^1.6.4",
"@finos/perspective-workspace": "^1.6.4",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.6.3",
"@finos/perspective-webpack-plugin": "^1.6.4",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
}
Expand Down
14 changes: 7 additions & 7 deletions examples/python-tornado-streaming/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "python-tornado-streaming",
"private": true,
"version": "1.6.3",
"version": "1.6.4",
"description": "An example of streaming a `perspective-python` server to the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.6.3",
"@finos/perspective-viewer": "^1.6.3",
"@finos/perspective-viewer-d3fc": "^1.6.3",
"@finos/perspective-viewer-datagrid": "^1.6.3",
"@finos/perspective-workspace": "^1.6.3",
"@finos/perspective": "^1.6.4",
"@finos/perspective-viewer": "^1.6.4",
"@finos/perspective-viewer-d3fc": "^1.6.4",
"@finos/perspective-viewer-datagrid": "^1.6.4",
"@finos/perspective-workspace": "^1.6.4",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.6.3",
"@finos/perspective-webpack-plugin": "^1.6.4",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
}
Expand Down
14 changes: 7 additions & 7 deletions examples/python-tornado/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "python-tornado",
"private": true,
"version": "1.6.3",
"version": "1.6.4",
"description": "An example of editing a `perspective-python` server from the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.6.3",
"@finos/perspective-viewer": "^1.6.3",
"@finos/perspective-viewer-d3fc": "^1.6.3",
"@finos/perspective-viewer-datagrid": "^1.6.3",
"@finos/perspective-workspace": "^1.6.3",
"@finos/perspective": "^1.6.4",
"@finos/perspective-viewer": "^1.6.4",
"@finos/perspective-viewer-d3fc": "^1.6.4",
"@finos/perspective-viewer-datagrid": "^1.6.4",
"@finos/perspective-workspace": "^1.6.4",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.6.3",
"@finos/perspective-webpack-plugin": "^1.6.4",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/react-monaco/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-monaco",
"private": true,
"version": "1.6.3",
"version": "1.6.4",
"description": "An example app built using `@finos/perspective-viewer`.",
"scripts": {
"start": "webpack serve --open",
Expand All @@ -10,16 +10,16 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.6.3",
"@finos/perspective-viewer": "^1.6.3",
"@finos/perspective-viewer-d3fc": "^1.6.3",
"@finos/perspective-viewer-datagrid": "^1.6.3",
"@finos/perspective": "^1.6.4",
"@finos/perspective-viewer": "^1.6.4",
"@finos/perspective-viewer-d3fc": "^1.6.4",
"@finos/perspective-viewer-datagrid": "^1.6.4",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-monaco-editor": "^0.46.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.6.3",
"@finos/perspective-webpack-plugin": "^1.6.4",
"@types/react": "^16.8.6",
"@types/react-dom": "^16.9.4",
"source-map-loader": "^0.2.4",
Expand Down
12 changes: 6 additions & 6 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react",
"private": true,
"version": "1.6.3",
"version": "1.6.4",
"description": "An example app built using `@finos/perspective-viewer`.",
"scripts": {
"start": "webpack serve --open",
Expand All @@ -10,15 +10,15 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.6.3",
"@finos/perspective-viewer": "^1.6.3",
"@finos/perspective-viewer-d3fc": "^1.6.3",
"@finos/perspective-viewer-datagrid": "^1.6.3",
"@finos/perspective": "^1.6.4",
"@finos/perspective-viewer": "^1.6.4",
"@finos/perspective-viewer-d3fc": "^1.6.4",
"@finos/perspective-viewer-datagrid": "^1.6.4",
"react": "16.8.6",
"react-dom": "16.8.6"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.6.3",
"@finos/perspective-webpack-plugin": "^1.6.4",
"@types/react": "^16.8.6",
"@types/react-dom": "^16.9.4",
"source-map-loader": "^0.2.4",
Expand Down
10 changes: 5 additions & 5 deletions examples/remote-express/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "remote-express",
"private": true,
"version": "1.6.3",
"version": "1.6.4",
"description": "An example of 2 Perspectives, one client and one server, streaming via Apache Arrow.",
"scripts": {
"start": "tsc && node dist/server.js"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.6.3",
"@finos/perspective-viewer": "^1.6.3",
"@finos/perspective-viewer-d3fc": "^1.6.3",
"@finos/perspective-viewer-datagrid": "^1.6.3",
"@finos/perspective": "^1.6.4",
"@finos/perspective-viewer": "^1.6.4",
"@finos/perspective-viewer-d3fc": "^1.6.4",
"@finos/perspective-viewer-datagrid": "^1.6.4",
"express": "^4.17.1",
"express-ws": "^5.0.2"
},
Expand Down
Loading

0 comments on commit ca2c560

Please sign in to comment.