Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Oct 20, 2023
1 parent 2134fc0 commit 3bba225
Show file tree
Hide file tree
Showing 37 changed files with 203 additions and 162 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [v2.6.0](https://github.com/finos/perspective/releases/tag/v2.6.0)

_20 October 2023_ ([Full changelog](https://github.com/finos/perspective/compare/v2.5.2...v2.6.0))

Features

- X/Y scatter multi-chart [#2395](https://github.com/finos/perspective/pull/2395)
- Symbols column in `X/Y Scatter` plot [#2394](https://github.com/finos/perspective/pull/2394)
- New themes `Gruvbox` and `Dracula` + UI performance improvements [#2393](https://github.com/finos/perspective/pull/2393)
- Add `index()`, `col()`, and `vlookup()` to ExprTk [#2374](https://github.com/finos/perspective/pull/2374)
- Datagrid rows restyle [#2383](https://github.com/finos/perspective/pull/2383)

Fixes

- Column selector style updates [#2385](https://github.com/finos/perspective/pull/2385)
- fix gradient values [#2384](https://github.com/finos/perspective/pull/2384)

# [v2.5.2](https://github.com/finos/perspective/releases/tag/v2.5.2)

_8 October 2023_ ([Full changelog](https://github.com/finos/perspective/compare/v2.5.1...v2.5.2))
Expand All @@ -12,8 +29,8 @@ Fixes

Misc

- Localize NYPD, Magic and Olympics examples [#2375](https://github.com/finos/perspective/pull/2375)
- Fix tests [#2380](https://github.com/finos/perspective/pull/2380)
- Localize NYPD, Magic and Olympics examples [#2375](https://github.com/finos/perspective/pull/2375)

# [v2.5.1](https://github.com/finos/perspective/releases/tag/v2.5.1)

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": "2.5.2",
"version": "2.6.0",
"main": "./dist/esm/perspective.cpp.js",
"files": [
"dist/esm/**/*",
Expand Down
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/perspective-docs",
"version": "2.5.2",
"version": "2.6.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -16,13 +16,13 @@
"dependencies": {
"@docusaurus/core": "2.2.0",
"@docusaurus/preset-classic": "2.2.0",
"@finos/perspective": "^2.5.2",
"@finos/perspective-viewer": "^2.5.2",
"@finos/perspective-viewer-d3fc": "^2.5.2",
"@finos/perspective-viewer-datagrid": "^2.5.2",
"@finos/perspective-webpack-plugin": "^2.5.2",
"@finos/perspective": "^2.6.0",
"@finos/perspective-viewer": "^2.6.0",
"@finos/perspective-viewer-d3fc": "^2.6.0",
"@finos/perspective-viewer-datagrid": "^2.6.0",
"@finos/perspective-webpack-plugin": "^2.6.0",
"@mdx-js/react": "^1.6.22",
"blocks": "^2.5.2",
"blocks": "^2.6.0",
"clsx": "^1.1.1",
"prism-react-renderer": "^1.3.3",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/Demo/layouts.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const LAYOUTS = {
plugin: "X/Y Scatter",
group_by: ["name"],
split_by: [],
columns: ["bid", "ask", "chg", "vol", "name"],
columns: ["bid", "ask", "chg", "vol", null, "name"],
aggregates: { bid: "avg", ask: "avg", vol: "avg", name: "dominant" },
sort: [],
},
Expand Down
14 changes: 7 additions & 7 deletions examples/blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blocks",
"private": true,
"version": "2.5.2",
"version": "2.6.0",
"description": "A collection of simple client-side Perspective examples for `http://bl.ocks.org`.",
"scripts": {
"start": "mkdirp dist && node server.mjs"
Expand All @@ -10,12 +10,12 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^2.5.2",
"@finos/perspective-viewer": "^2.5.2",
"@finos/perspective-viewer-d3fc": "^2.5.2",
"@finos/perspective-viewer-datagrid": "^2.5.2",
"@finos/perspective-viewer-openlayers": "^2.5.2",
"@finos/perspective-workspace": "^2.5.2",
"@finos/perspective": "^2.6.0",
"@finos/perspective-viewer": "^2.6.0",
"@finos/perspective-viewer-d3fc": "^2.6.0",
"@finos/perspective-viewer-datagrid": "^2.6.0",
"@finos/perspective-viewer-openlayers": "^2.6.0",
"@finos/perspective-workspace": "^2.6.0",
"superstore-arrow": "3.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": "2.5.2",
"version": "2.6.0",
"description": "An esbuild example app built using `@finos/perspective-viewer`.",
"scripts": {
"build": "node build.js",
Expand All @@ -10,15 +10,15 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^2.5.2",
"@finos/perspective-viewer": "^2.5.2",
"@finos/perspective-viewer-d3fc": "^2.5.2",
"@finos/perspective-viewer-datagrid": "^2.5.2",
"@finos/perspective-viewer-openlayers": "^2.5.2",
"@finos/perspective": "^2.6.0",
"@finos/perspective-viewer": "^2.6.0",
"@finos/perspective-viewer-d3fc": "^2.6.0",
"@finos/perspective-viewer-datagrid": "^2.6.0",
"@finos/perspective-viewer-openlayers": "^2.6.0",
"superstore-arrow": "^3.0.0"
},
"devDependencies": {
"@finos/perspective-esbuild-plugin": "^2.5.2",
"@finos/perspective-esbuild-plugin": "^2.6.0",
"esbuild": "^0.14.54",
"http-server": "^0.11.1"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/esbuild-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "esbuild-remote",
"private": true,
"version": "2.5.2",
"version": "2.6.0",
"description": "An example of 2 Perspectives, one client and one server, streaming via Apache Arrow.",
"scripts": {
"start": "node build.js && node server/index.mjs"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^2.5.2",
"@finos/perspective-viewer": "^2.5.2",
"@finos/perspective-viewer-d3fc": "^2.5.2",
"@finos/perspective-viewer-datagrid": "^2.5.2",
"@finos/perspective": "^2.6.0",
"@finos/perspective-viewer": "^2.6.0",
"@finos/perspective-viewer-d3fc": "^2.6.0",
"@finos/perspective-viewer-datagrid": "^2.6.0",
"express": "^4.17.1",
"express-ws": "^5.0.2"
},
"devDependencies": {
"@finos/perspective-esbuild-plugin": "^2.5.2",
"@finos/perspective-esbuild-plugin": "^2.6.0",
"esbuild": "^0.14.54"
}
}
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": "2.5.2",
"version": "2.6.0",
"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": "^2.5.2",
"@finos/perspective-viewer": "^2.5.2",
"@finos/perspective-viewer-d3fc": "^2.5.2",
"@finos/perspective-viewer-datagrid": "^2.5.2"
"@finos/perspective": "^2.6.0",
"@finos/perspective-viewer": "^2.6.0",
"@finos/perspective-viewer-d3fc": "^2.6.0",
"@finos/perspective-viewer-datagrid": "^2.6.0"
}
}
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": "2.5.2",
"version": "2.6.0",
"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": "^2.5.2",
"@finos/perspective-viewer": "^2.5.2",
"@finos/perspective-viewer-d3fc": "^2.5.2",
"@finos/perspective-viewer-datagrid": "^2.5.2",
"@finos/perspective-workspace": "^2.5.2"
"@finos/perspective": "^2.6.0",
"@finos/perspective-viewer": "^2.6.0",
"@finos/perspective-viewer-d3fc": "^2.6.0",
"@finos/perspective-viewer-datagrid": "^2.6.0",
"@finos/perspective-workspace": "^2.6.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^2.5.2",
"@finos/perspective-webpack-plugin": "^2.6.0",
"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": "2.5.2",
"version": "2.6.0",
"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": "^2.5.2",
"@finos/perspective-viewer": "^2.5.2",
"@finos/perspective-viewer-d3fc": "^2.5.2",
"@finos/perspective-viewer-datagrid": "^2.5.2",
"@finos/perspective-workspace": "^2.5.2",
"@finos/perspective": "^2.6.0",
"@finos/perspective-viewer": "^2.6.0",
"@finos/perspective-viewer-d3fc": "^2.6.0",
"@finos/perspective-viewer-datagrid": "^2.6.0",
"@finos/perspective-workspace": "^2.6.0",
"superstore-arrow": "^3.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^2.5.2",
"@finos/perspective-webpack-plugin": "^2.6.0",
"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": "2.5.2",
"version": "2.6.0",
"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": "^2.5.2",
"@finos/perspective-viewer": "^2.5.2",
"@finos/perspective-viewer-d3fc": "^2.5.2",
"@finos/perspective-viewer-datagrid": "^2.5.2",
"@finos/perspective-workspace": "^2.5.2",
"@finos/perspective": "^2.6.0",
"@finos/perspective-viewer": "^2.6.0",
"@finos/perspective-viewer-d3fc": "^2.6.0",
"@finos/perspective-viewer-datagrid": "^2.6.0",
"@finos/perspective-workspace": "^2.6.0",
"superstore-arrow": "^3.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^2.5.2",
"@finos/perspective-webpack-plugin": "^2.6.0",
"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": "2.5.2",
"version": "2.6.0",
"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": "^2.5.2",
"@finos/perspective-viewer": "^2.5.2",
"@finos/perspective-viewer-d3fc": "^2.5.2",
"@finos/perspective-viewer-datagrid": "^2.5.2",
"@finos/perspective-workspace": "^2.5.2",
"@finos/perspective": "^2.6.0",
"@finos/perspective-viewer": "^2.6.0",
"@finos/perspective-viewer-d3fc": "^2.6.0",
"@finos/perspective-viewer-datagrid": "^2.6.0",
"@finos/perspective-workspace": "^2.6.0",
"superstore-arrow": "^3.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^2.5.2",
"@finos/perspective-webpack-plugin": "^2.6.0",
"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": "2.5.2",
"version": "2.6.0",
"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": "^2.5.2",
"@finos/perspective-viewer": "^2.5.2",
"@finos/perspective-viewer-d3fc": "^2.5.2",
"@finos/perspective-viewer-datagrid": "^2.5.2",
"@finos/perspective-workspace": "^2.5.2",
"@finos/perspective": "^2.6.0",
"@finos/perspective-viewer": "^2.6.0",
"@finos/perspective-viewer-d3fc": "^2.6.0",
"@finos/perspective-viewer-datagrid": "^2.6.0",
"@finos/perspective-workspace": "^2.6.0",
"superstore-arrow": "^3.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^2.5.2",
"@finos/perspective-webpack-plugin": "^2.6.0",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/react-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-example",
"private": true,
"version": "2.5.2",
"version": "2.6.0",
"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": "^2.5.2",
"@finos/perspective-viewer": "^2.5.2",
"@finos/perspective-viewer-d3fc": "^2.5.2",
"@finos/perspective-viewer-datagrid": "^2.5.2",
"@finos/perspective": "^2.6.0",
"@finos/perspective-viewer": "^2.6.0",
"@finos/perspective-viewer-d3fc": "^2.6.0",
"@finos/perspective-viewer-datagrid": "^2.6.0",
"react": "^16.14.0",
"react-dom": "^16.9.17"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^2.5.2",
"@finos/perspective-webpack-plugin": "^2.6.0",
"@types/react": "^16.14.0",
"@types/react-dom": "^16.9.17",
"source-map-loader": "^0.2.4",
Expand Down
Loading

0 comments on commit 3bba225

Please sign in to comment.