Skip to content

Commit

Permalink
v3.1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Stein <[email protected]>
  • Loading branch information
texodus committed Nov 30, 2024
1 parent b70d5a8 commit 6a49a55
Show file tree
Hide file tree
Showing 43 changed files with 236 additions and 55 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [v3.1.7](https://github.com/finos/perspective/releases/tag/v3.1.7)

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

Fixes

- Remove `workspace-layout-update` event debounce [#2862](https://github.com/finos/perspective/pull/2862)

Misc

- Add some information on JSON input formats [#2856](https://github.com/finos/perspective/pull/2856)

# [v3.1.6](https://github.com/finos/perspective/releases/tag/v3.1.6)

_18 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.5...v3.1.6))
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "3.1.6",
"version": "3.1.7",
"main": "./dist/esm/perspective.cpp.js",
"files": [
"dist/esm/**/*",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/perspective-docs",
"version": "3.1.6",
"version": "3.1.7",
"private": true,
"scripts": {
"build": "node build.js && docusaurus build",
Expand Down
2 changes: 1 addition & 1 deletion examples/blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blocks",
"private": true,
"version": "3.1.6",
"version": "3.1.7",
"description": "A collection of simple client-side Perspective examples for `http://bl.ocks.org`.",
"scripts": {
"start": "mkdirp dist && node --experimental-modules server.mjs",
Expand Down
169 changes: 169 additions & 0 deletions examples/blocks/src/superstore/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,169 @@
index.html: 48 {
"sizes": [
1
],
"detail": {
"main": {
"type": "split-area",
"orientation": "horizontal",
"children": [
{
"type": "tab-area",
"widgets": [
"PERSPECTIVE_GENERATED_ID_0",
"PERSPECTIVE_GENERATED_ID_1"
],
"currentIndex": 0
},
{
"type": "tab-area",
"widgets": [
"PERSPECTIVE_GENERATED_ID_3"
],
"currentIndex": 0
},
{
"type": "tab-area",
"widgets": [
"PERSPECTIVE_GENERATED_ID_2"
],
"currentIndex": 0
}
],
"sizes": [
0.3765432098765432,
0.24691358024691357,
0.3765432098765432
]
}
},
"viewers": {
"PERSPECTIVE_GENERATED_ID_0": {
"version": "3.1.7",
"plugin": "Datagrid",
"plugin_config": {
"columns": {},
"edit_mode": "READ_ONLY",
"scroll_lock": false
},
"columns_config": {},
"title": "Sales Report 2",
"group_by": [
"Region",
"State"
],
"split_by": [
"Category",
"Sub-Category"
],
"columns": [
"Sales",
"Profit"
],
"filter": [],
"sort": [],
"expressions": {},
"aggregates": {},
"table": "superstore",
"settings": false
},
"PERSPECTIVE_GENERATED_ID_1": {
"version": "3.1.7",
"plugin": "Datagrid",
"plugin_config": {
"columns": {},
"edit_mode": "READ_ONLY",
"scroll_lock": false
},
"columns_config": {},
"title": null,
"group_by": [],
"split_by": [],
"columns": [
"Row ID",
"Order ID",
"Ship Mode",
"Customer ID",
"Customer Name",
"Segment",
"Country",
"City",
"State",
"Postal Code",
"Region",
"Product ID",
"Category",
"Sub-Category",
"Product Name",
"Sales",
"Quantity",
"Discount",
"Profit",
"Order Date",
"Ship Date"
],
"filter": [],
"sort": [],
"expressions": {},
"aggregates": {},
"table": "superstore",
"settings": false
},
"PERSPECTIVE_GENERATED_ID_3": {
"version": "3.1.7",
"plugin": "Datagrid",
"plugin_config": {
"columns": {},
"edit_mode": "READ_ONLY",
"scroll_lock": false
},
"columns_config": {},
"title": "Sales Report 2 (*)",
"group_by": [
"Region",
"State"
],
"split_by": [
"Category",
"Sub-Category"
],
"columns": [
"Sales",
"Profit"
],
"filter": [],
"sort": [],
"expressions": {},
"aggregates": {},
"table": "superstore",
"settings": false
},
"PERSPECTIVE_GENERATED_ID_2": {
"version": "3.1.7",
"plugin": "Treemap",
"plugin_config": {},
"columns_config": {},
"title": "Sales Report (by State)",
"group_by": [
"State"
],
"split_by": [],
"columns": [
"Sales",
"Profit",
null
],
"filter": [],
"sort": [
[
"Profit",
"desc"
]
],
"expressions": {},
"aggregates": {},
"table": "superstore",
"settings": false
}
}
}
2 changes: 1 addition & 1 deletion 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": "3.1.6",
"version": "3.1.7",
"description": "An esbuild example app built using `@finos/perspective-viewer`.",
"scripts": {
"build": "node build.js",
Expand Down
2 changes: 1 addition & 1 deletion examples/esbuild-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esbuild-remote",
"private": true,
"version": "3.1.6",
"version": "3.1.7",
"description": "An example of 2 Perspectives, one client and one server, streaming via Apache Arrow.",
"scripts": {
"start": "node build.js && node server/index.mjs"
Expand Down
2 changes: 1 addition & 1 deletion examples/python-aiohttp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "python-aiohttp",
"private": true,
"version": "3.1.6",
"version": "3.1.7",
"description": "An example of editing a `perspective-python` server from the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/python-starlette/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "python-starlette",
"private": true,
"version": "3.1.6",
"version": "3.1.7",
"description": "An example of editing a `perspective-python` server from the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/python-tornado-streaming/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "python-tornado-streaming",
"private": true,
"version": "3.1.6",
"version": "3.1.7",
"description": "An example of streaming a `perspective-python` server to the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/python-tornado/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "python-tornado",
"private": true,
"version": "3.1.6",
"version": "3.1.7",
"description": "An example of editing a `perspective-python` server from the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py"
Expand Down
2 changes: 1 addition & 1 deletion 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": "3.1.6",
"version": "3.1.7",
"description": "An example app built using `@finos/perspective-viewer`.",
"scripts": {
"start": "webpack serve --open",
Expand Down
2 changes: 1 addition & 1 deletion examples/rust-axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ edition = "2021"
publish = false

[dependencies]
perspective = { version = "3.1.6", path = "../../rust/perspective" }
perspective = { version = "3.1.7", path = "../../rust/perspective" }
axum = { version = ">=0.7,<2", features = ["ws"] }
futures = "0.3"
tokio = { version = "1.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/rust-axum/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rust-axum",
"private": true,
"version": "3.1.6",
"version": "3.1.7",
"description": "An example of a Rust/Axum virtual Perspective server",
"scripts": {
"start": "cargo run"
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webpack-example",
"private": true,
"version": "3.1.6",
"version": "3.1.7",
"description": "An example app built using `@finos/perspective-viewer`.",
"scripts": {
"webpack_build": "webpack",
Expand Down
2 changes: 1 addition & 1 deletion examples/workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workspace",
"private": true,
"version": "3.1.6",
"version": "3.1.7",
"description": "An example app built using `@finos/perspective-workspace`.",
"scripts": {
"start": "webpack serve --open",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/finos/perspective"
},
"version": "3.1.6",
"version": "3.1.7",
"changelog": {
"labels": {
"enhancement": "Added",
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/perspective-cli",
"version": "3.1.6",
"version": "3.1.7",
"description": "Perspective.js CLI",
"main": "src/js/index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-esbuild-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/perspective-esbuild-plugin",
"version": "3.1.6",
"version": "3.1.7",
"description": "esbuild plugin for Perspective",
"author": "",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit 6a49a55

Please sign in to comment.