Skip to content

Commit

Permalink
v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Feb 27, 2024
1 parent 0ea5b4e commit 720071f
Show file tree
Hide file tree
Showing 39 changed files with 185 additions and 171 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,10 @@ boost_*.tar.gz
.idea
rust/perspective-viewer/target.vscode
target.vscode
.vscode/c_cpp_properties.json
.vscode/settings.json
.vscode/*
!.vscode/extensions.json
!.vscode/settings.default.json
!.vscode/tasks.json

# docs
website/translated_docs
Expand Down Expand Up @@ -197,7 +199,6 @@ rust/perspective-viewer/pkg
.perspectiverc
.emsdk
vcpkg
.vscode/c_cpp_properties.json

# jupyterlab test artifacts
packages/perspective-jupyterlab/test/config/jupyter/lab
Expand All @@ -209,7 +210,6 @@ tools/perspective-build/lib
docs/.docusaurus
packages/perspective-esbuild-plugin/lib
docs/static/blocks
.vscode/c_cpp_properties.json
test-results/
playwright-report/
playwright/.cache/
Expand Down
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
# [v2.8.1](https://github.com/finos/perspective/releases/tag/v2.8.1)

_26 February 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v2.8.0...v2.8.1))

Fixes

- Fix `split_by` with `date`/`datetime` columns [#2545](https://github.com/finos/perspective/pull/2545)

Misc

- Add `clang-format`, `clang-tidy` and `clangd` support for C++ development [#2541](https://github.com/finos/perspective/pull/2541)
- Add Docs Tests [#2502](https://github.com/finos/perspective/pull/2502)
- Add workspaceFolder to cargo_target_dir [#2537](https://github.com/finos/perspective/pull/2537)

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

_16 February 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v2.7.2...v2.8.0))
_16 February 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v2.7.1...v2.8.0))

Features

- Add column edit highlight to `perspective-viewer-datagrid` [#2486](https://github.com/finos/perspective/pull/2486)
- New color selector component [#2536](https://github.com/finos/perspective/pull/2536)
- Render table in the shadow DOM for `@finos/perspective-viewer-datagrid` [#2482](https://github.com/finos/perspective/pull/2482)
- Add column edit highlight to `perspective-viewer-datagrid` [#2486](https://github.com/finos/perspective/pull/2486)

Fixes

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.8.0",
"version": "2.8.1",
"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.8.0",
"version": "2.8.1",
"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.8.0",
"@finos/perspective-viewer": "^2.8.0",
"@finos/perspective-viewer-d3fc": "^2.8.0",
"@finos/perspective-viewer-datagrid": "^2.8.0",
"@finos/perspective-webpack-plugin": "^2.8.0",
"@finos/perspective": "^2.8.1",
"@finos/perspective-viewer": "^2.8.1",
"@finos/perspective-viewer-d3fc": "^2.8.1",
"@finos/perspective-viewer-datagrid": "^2.8.1",
"@finos/perspective-webpack-plugin": "^2.8.1",
"@mdx-js/react": "^1.6.22",
"blocks": "^2.8.0",
"blocks": "^2.8.1",
"clsx": "^1.1.1",
"prism-react-renderer": "^1.3.3",
"react": "^17.0.2",
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.8.0",
"version": "2.8.1",
"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.8.0",
"@finos/perspective-viewer": "^2.8.0",
"@finos/perspective-viewer-d3fc": "^2.8.0",
"@finos/perspective-viewer-datagrid": "^2.8.0",
"@finos/perspective-viewer-openlayers": "^2.8.0",
"@finos/perspective-workspace": "^2.8.0",
"@finos/perspective": "^2.8.1",
"@finos/perspective-viewer": "^2.8.1",
"@finos/perspective-viewer-d3fc": "^2.8.1",
"@finos/perspective-viewer-datagrid": "^2.8.1",
"@finos/perspective-viewer-openlayers": "^2.8.1",
"@finos/perspective-workspace": "^2.8.1",
"superstore-arrow": "3.0.0"
},
"devDependencies": {
Expand Down
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.8.0",
"version": "2.8.1",
"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.8.0",
"@finos/perspective-viewer": "^2.8.0",
"@finos/perspective-viewer-d3fc": "^2.8.0",
"@finos/perspective-viewer-datagrid": "^2.8.0",
"@finos/perspective-viewer-openlayers": "^2.8.0",
"@finos/perspective": "^2.8.1",
"@finos/perspective-viewer": "^2.8.1",
"@finos/perspective-viewer-d3fc": "^2.8.1",
"@finos/perspective-viewer-datagrid": "^2.8.1",
"@finos/perspective-viewer-openlayers": "^2.8.1",
"superstore-arrow": "^3.0.0"
},
"devDependencies": {
"@finos/perspective-esbuild-plugin": "^2.8.0",
"@finos/perspective-esbuild-plugin": "^2.8.1",
"esbuild": "^0.14.54",
"http-server": "^14.1.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.8.0",
"version": "2.8.1",
"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.8.0",
"@finos/perspective-viewer": "^2.8.0",
"@finos/perspective-viewer-d3fc": "^2.8.0",
"@finos/perspective-viewer-datagrid": "^2.8.0",
"@finos/perspective": "^2.8.1",
"@finos/perspective-viewer": "^2.8.1",
"@finos/perspective-viewer-d3fc": "^2.8.1",
"@finos/perspective-viewer-datagrid": "^2.8.1",
"express": "^4.17.1",
"express-ws": "^5.0.2"
},
"devDependencies": {
"@finos/perspective-esbuild-plugin": "^2.8.0",
"@finos/perspective-esbuild-plugin": "^2.8.1",
"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.8.0",
"version": "2.8.1",
"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.8.0",
"@finos/perspective-viewer": "^2.8.0",
"@finos/perspective-viewer-d3fc": "^2.8.0",
"@finos/perspective-viewer-datagrid": "^2.8.0"
"@finos/perspective": "^2.8.1",
"@finos/perspective-viewer": "^2.8.1",
"@finos/perspective-viewer-d3fc": "^2.8.1",
"@finos/perspective-viewer-datagrid": "^2.8.1"
}
}
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.8.0",
"version": "2.8.1",
"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.8.0",
"@finos/perspective-viewer": "^2.8.0",
"@finos/perspective-viewer-d3fc": "^2.8.0",
"@finos/perspective-viewer-datagrid": "^2.8.0",
"@finos/perspective-workspace": "^2.8.0"
"@finos/perspective": "^2.8.1",
"@finos/perspective-viewer": "^2.8.1",
"@finos/perspective-viewer-d3fc": "^2.8.1",
"@finos/perspective-viewer-datagrid": "^2.8.1",
"@finos/perspective-workspace": "^2.8.1"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^2.8.0",
"@finos/perspective-webpack-plugin": "^2.8.1",
"http-server": "^14.1.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.8.0",
"version": "2.8.1",
"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.8.0",
"@finos/perspective-viewer": "^2.8.0",
"@finos/perspective-viewer-d3fc": "^2.8.0",
"@finos/perspective-viewer-datagrid": "^2.8.0",
"@finos/perspective-workspace": "^2.8.0",
"@finos/perspective": "^2.8.1",
"@finos/perspective-viewer": "^2.8.1",
"@finos/perspective-viewer-d3fc": "^2.8.1",
"@finos/perspective-viewer-datagrid": "^2.8.1",
"@finos/perspective-workspace": "^2.8.1",
"superstore-arrow": "^3.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^2.8.0",
"@finos/perspective-webpack-plugin": "^2.8.1",
"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.8.0",
"version": "2.8.1",
"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.8.0",
"@finos/perspective-viewer": "^2.8.0",
"@finos/perspective-viewer-d3fc": "^2.8.0",
"@finos/perspective-viewer-datagrid": "^2.8.0",
"@finos/perspective-workspace": "^2.8.0",
"@finos/perspective": "^2.8.1",
"@finos/perspective-viewer": "^2.8.1",
"@finos/perspective-viewer-d3fc": "^2.8.1",
"@finos/perspective-viewer-datagrid": "^2.8.1",
"@finos/perspective-workspace": "^2.8.1",
"superstore-arrow": "^3.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^2.8.0",
"@finos/perspective-webpack-plugin": "^2.8.1",
"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.8.0",
"version": "2.8.1",
"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.8.0",
"@finos/perspective-viewer": "^2.8.0",
"@finos/perspective-viewer-d3fc": "^2.8.0",
"@finos/perspective-viewer-datagrid": "^2.8.0",
"@finos/perspective-workspace": "^2.8.0",
"@finos/perspective": "^2.8.1",
"@finos/perspective-viewer": "^2.8.1",
"@finos/perspective-viewer-d3fc": "^2.8.1",
"@finos/perspective-viewer-datagrid": "^2.8.1",
"@finos/perspective-workspace": "^2.8.1",
"superstore-arrow": "^3.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^2.8.0",
"@finos/perspective-webpack-plugin": "^2.8.1",
"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.8.0",
"version": "2.8.1",
"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.8.0",
"@finos/perspective-viewer": "^2.8.0",
"@finos/perspective-viewer-d3fc": "^2.8.0",
"@finos/perspective-viewer-datagrid": "^2.8.0",
"@finos/perspective-workspace": "^2.8.0",
"@finos/perspective": "^2.8.1",
"@finos/perspective-viewer": "^2.8.1",
"@finos/perspective-viewer-d3fc": "^2.8.1",
"@finos/perspective-viewer-datagrid": "^2.8.1",
"@finos/perspective-workspace": "^2.8.1",
"superstore-arrow": "^3.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^2.8.0",
"@finos/perspective-webpack-plugin": "^2.8.1",
"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.8.0",
"version": "2.8.1",
"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.8.0",
"@finos/perspective-viewer": "^2.8.0",
"@finos/perspective-viewer-d3fc": "^2.8.0",
"@finos/perspective-viewer-datagrid": "^2.8.0",
"@finos/perspective": "^2.8.1",
"@finos/perspective-viewer": "^2.8.1",
"@finos/perspective-viewer-d3fc": "^2.8.1",
"@finos/perspective-viewer-datagrid": "^2.8.1",
"react": "^16.14.0",
"react-dom": "^16.9.17"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^2.8.0",
"@finos/perspective-webpack-plugin": "^2.8.1",
"@types/react": "^16.14.0",
"@types/react-dom": "^16.9.17",
"source-map-loader": "^0.2.4",
Expand Down
Loading

0 comments on commit 720071f

Please sign in to comment.