Skip to content

Commit da17600

Browse files
committed
v3.1.8
Signed-off-by: Andrew Stein <[email protected]>
1 parent e2c6502 commit da17600

File tree

43 files changed

+69
-59
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+69
-59
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [v3.1.8](https://github.com/finos/perspective/releases/tag/v3.1.8)
2+
3+
_2 December 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.7...v3.1.8))
4+
5+
Fixes
6+
7+
- fix treemap rendering issue in firefox [#2813](https://github.com/finos/perspective/pull/2813)
8+
- Allow for passthrough of event loop in psp webserver handlers [#2829](https://github.com/finos/perspective/pull/2829)
9+
- Fix workspace dark theme, theme render bug [#2864](https://github.com/finos/perspective/pull/2864)
10+
111
# [v3.1.7](https://github.com/finos/perspective/releases/tag/v3.1.7)
212

313
_30 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.6...v3.1.7))

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cpp/perspective/package.json

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

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/perspective-docs",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"private": true,
55
"scripts": {
66
"build": "node build.js && docusaurus build",

examples/blocks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "blocks",
33
"private": true,
4-
"version": "3.1.7",
4+
"version": "3.1.8",
55
"description": "A collection of simple client-side Perspective examples for `http://bl.ocks.org`.",
66
"scripts": {
77
"start": "mkdirp dist && node --experimental-modules server.mjs",

examples/blocks/src/superstore/index.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ index.html: 48 {
3939
},
4040
"viewers": {
4141
"PERSPECTIVE_GENERATED_ID_0": {
42-
"version": "3.1.7",
42+
"version": "3.1.8",
4343
"plugin": "Datagrid",
4444
"plugin_config": {
4545
"columns": {},
@@ -68,7 +68,7 @@ index.html: 48 {
6868
"settings": false
6969
},
7070
"PERSPECTIVE_GENERATED_ID_1": {
71-
"version": "3.1.7",
71+
"version": "3.1.8",
7272
"plugin": "Datagrid",
7373
"plugin_config": {
7474
"columns": {},
@@ -110,7 +110,7 @@ index.html: 48 {
110110
"settings": false
111111
},
112112
"PERSPECTIVE_GENERATED_ID_3": {
113-
"version": "3.1.7",
113+
"version": "3.1.8",
114114
"plugin": "Datagrid",
115115
"plugin_config": {
116116
"columns": {},
@@ -139,7 +139,7 @@ index.html: 48 {
139139
"settings": false
140140
},
141141
"PERSPECTIVE_GENERATED_ID_2": {
142-
"version": "3.1.7",
142+
"version": "3.1.8",
143143
"plugin": "Treemap",
144144
"plugin_config": {},
145145
"columns_config": {},

examples/esbuild-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esbuild-example",
33
"private": true,
4-
"version": "3.1.7",
4+
"version": "3.1.8",
55
"description": "An esbuild example app built using `@finos/perspective-viewer`.",
66
"scripts": {
77
"build": "node build.js",

examples/esbuild-remote/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esbuild-remote",
33
"private": true,
4-
"version": "3.1.7",
4+
"version": "3.1.8",
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"

examples/python-aiohttp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "python-aiohttp",
33
"private": true,
4-
"version": "3.1.7",
4+
"version": "3.1.8",
55
"description": "An example of editing a `perspective-python` server from the browser.",
66
"scripts": {
77
"start": "PYTHONPATH=../../python/perspective python3 server.py"

examples/python-starlette/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "python-starlette",
33
"private": true,
4-
"version": "3.1.7",
4+
"version": "3.1.8",
55
"description": "An example of editing a `perspective-python` server from the browser.",
66
"scripts": {
77
"start": "PYTHONPATH=../../python/perspective python3 server.py"

examples/python-tornado-streaming/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "python-tornado-streaming",
33
"private": true,
4-
"version": "3.1.7",
4+
"version": "3.1.8",
55
"description": "An example of streaming a `perspective-python` server to the browser.",
66
"scripts": {
77
"start": "PYTHONPATH=../../python/perspective python3 server.py"

examples/python-tornado/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "python-tornado",
33
"private": true,
4-
"version": "3.1.7",
4+
"version": "3.1.8",
55
"description": "An example of editing a `perspective-python` server from the browser.",
66
"scripts": {
77
"start": "PYTHONPATH=../../python/perspective python3 server.py"

examples/react-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-example",
33
"private": true,
4-
"version": "3.1.7",
4+
"version": "3.1.8",
55
"description": "An example app built using `@finos/perspective-viewer`.",
66
"scripts": {
77
"start": "webpack serve --open",

examples/rust-axum/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ edition = "2021"
1717
publish = false
1818

1919
[dependencies]
20-
perspective = { version = "3.1.7", path = "../../rust/perspective" }
20+
perspective = { version = "3.1.8", path = "../../rust/perspective" }
2121
axum = { version = ">=0.7,<2", features = ["ws"] }
2222
futures = "0.3"
2323
tokio = { version = "1.0", features = ["full"] }

examples/rust-axum/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rust-axum",
33
"private": true,
4-
"version": "3.1.7",
4+
"version": "3.1.8",
55
"description": "An example of a Rust/Axum virtual Perspective server",
66
"scripts": {
77
"start": "cargo run"

examples/webpack-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webpack-example",
33
"private": true,
4-
"version": "3.1.7",
4+
"version": "3.1.8",
55
"description": "An example app built using `@finos/perspective-viewer`.",
66
"scripts": {
77
"webpack_build": "webpack",

examples/workspace/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "workspace",
33
"private": true,
4-
"version": "3.1.7",
4+
"version": "3.1.8",
55
"description": "An example app built using `@finos/perspective-workspace`.",
66
"scripts": {
77
"start": "webpack serve --open",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "https://github.com/finos/perspective"
66
},
7-
"version": "3.1.7",
7+
"version": "3.1.8",
88
"changelog": {
99
"labels": {
1010
"enhancement": "Added",

packages/perspective-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/perspective-cli",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"description": "Perspective.js CLI",
55
"main": "src/js/index.js",
66
"publishConfig": {

packages/perspective-esbuild-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/perspective-esbuild-plugin",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"description": "esbuild plugin for Perspective",
55
"author": "",
66
"license": "Apache-2.0",

packages/perspective-jupyterlab/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/perspective-jupyterlab",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"description": "A Jupyterlab extension for the Perspective library, designed to be used with perspective-python.",
55
"files": [
66
"dist/**/*",

packages/perspective-viewer-d3fc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/perspective-viewer-d3fc",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"description": "Perspective.js D3FC Plugin",
55
"unpkg": "./dist/cdn/perspective-viewer-d3fc.js",
66
"jsdelivr": "./dist/cdn/perspective-viewer-d3fc.js",

packages/perspective-viewer-datagrid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/perspective-viewer-datagrid",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"description": "Perspective datagrid plugin based on `regular-table`",
55
"unpkg": "dist/cdn/perspective-viewer-datagrid.js",
66
"jsdelivr": "dist/cdn/perspective-viewer-datagrid.js",

packages/perspective-viewer-openlayers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/perspective-viewer-openlayers",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"unpkg": "dist/cdn/perspective-viewer-openlayers.js",
55
"jsdelivr": "dist/cdn/perspective-viewer-openlayers.js",
66
"exports": {

packages/perspective-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/perspective-webpack-plugin",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"description": "Perspective.js Webpack Plugin",
55
"main": "index.js",
66
"publishConfig": {

packages/perspective-workspace/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/perspective-workspace",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"description": "Perspective Workspace",
55
"files": [
66
"dist/**/*",

rust/lint/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[package]
1414
name = "perspective-lint"
1515
description = "A CLI utility to lint rust code"
16-
version = "3.1.7"
16+
version = "3.1.8"
1717
edition = "2021"
1818
publish = false
1919

rust/perspective-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
[package]
1414
name = "perspective-client"
15-
version = "3.1.7"
15+
version = "3.1.8"
1616
authors = ["Andrew Stein <[email protected]>"]
1717
edition = "2021"
1818
description = "A data visualization and analytics component, especially well-suited for large and/or streaming datasets."

rust/perspective-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/perspective-client",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"description": "",
55
"private": true,
66
"repository": {

rust/perspective-js/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
[package]
1414
name = "perspective-js"
15-
version = "3.1.7"
15+
version = "3.1.8"
1616
authors = ["Andrew Stein <[email protected]>"]
1717
edition = "2021"
1818
description = "A data visualization and analytics component, especially well-suited for large and/or streaming datasets."
@@ -47,7 +47,7 @@ anyhow = "1.0.66"
4747
wasm-bindgen-test = "0.3.13"
4848

4949
[dependencies]
50-
perspective-client = { path = "../perspective-client", version = "3.1.7" }
50+
perspective-client = { path = "../perspective-client", version = "3.1.8" }
5151
base64 = "0.13.0"
5252
chrono = "0.4"
5353
extend = "1.1.2"

rust/perspective-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/perspective",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"description": "",
55
"repository": {
66
"type": "git",

rust/perspective-python/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
[package]
1414
name = "perspective-python"
15-
version = "3.1.7"
15+
version = "3.1.8"
1616
edition = "2021"
1717
description = "A data visualization and analytics component, especially well-suited for large and/or streaming datasets."
1818
repository = "https://github.com/finos/perspective"
@@ -61,8 +61,8 @@ python-config-rs = "0.1.2"
6161
# NOTE: when building from the git repo, these perspective-* dependencies are
6262
# overridden with path dependencies in .cargo/config.toml. This is done to
6363
# support the sdist, which doesn't include these packages.
64-
perspective-client = { version = "3.1.7" }
65-
perspective-server = { version = "3.1.7" }
64+
perspective-client = { version = "3.1.8" }
65+
perspective-server = { version = "3.1.8" }
6666
async-lock = "2.5.0"
6767
pollster = "0.3.0"
6868
extend = "1.1.2"

rust/perspective-python/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/perspective-python",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"description": "",
55
"private": true,
66
"repository": {

rust/perspective-python/perspective/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
1111
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
1212

13-
__version__ = "3.1.7"
13+
__version__ = "3.1.8"
1414
__all__ = [
1515
"_jupyter_labextension_paths",
1616
"Server",

0 commit comments

Comments
 (0)