Skip to content

Commit b426994

Browse files
committed
3.5.0
Signed-off-by: Andrew Stein <[email protected]>
1 parent 8fc3c39 commit b426994

File tree

41 files changed

+75
-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.

41 files changed

+75
-59
lines changed

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
1-
# [v3.4.3](https://github.com/finos/perspective/releases/tag/v3.4.3)
1+
# [v3.5.0](https://github.com/finos/perspective/releases/tag/v3.5.0)
22

3-
_20 March 2025_ ([Full changelog](https://github.com/finos/perspective/compare/v3.4.2...v3.4.3))
3+
_10 April 2025_ ([Full changelog](https://github.com/finos/perspective/compare/v3.4.3...v3.5.0))
4+
5+
Features
6+
7+
- Add API for keyboard copy from `perspective-viewer-datagrid` [#2975](https://github.com/finos/perspective/pull/2975)
8+
- Update `limit` behavior to use incrementing `index` (fix `last_by_index` aggregate) [#2964](https://github.com/finos/perspective/pull/2964)
49

510
Fixes
611

7-
- Fix date filters in perspective-{select,click} events [#2957](https://github.com/finos/perspective/pull/2957)
12+
- Fix support for browsers lacking the `SharedWorker` API [#2978](https://github.com/finos/perspective/pull/2978)
13+
- Fix chart bug which rounds subsecond ticks [#2971](https://github.com/finos/perspective/pull/2971)
14+
- Fix export-to-html in `perspective-viewer` [#2960](https://github.com/finos/perspective/pull/2960)
815

916
Misc
1017

18+
- Fix parallel_for and cleanup commented out code. [#2972](https://github.com/finos/perspective/pull/2972)
19+
20+
# [v3.4.3](https://github.com/finos/perspective/releases/tag/v3.4.3)
21+
22+
_20 March 2025_ ([Full changelog](https://github.com/finos/perspective/compare/v3.4.2...v3.4.3))
23+
24+
Fixes
25+
26+
- Fix date filters in perspective-{select,click} events [#2957](https://github.com/finos/perspective/pull/2957)
1127
- Invalidate viewer session before loading table [#2958](https://github.com/finos/perspective/pull/2958)
1228

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

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cpp/perspective/package.json

Lines changed: 1 addition & 1 deletion
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.4.3",
6+
"version": "3.5.0",
77
"main": "./dist/esm/perspective.cpp.js",
88
"files": [
99
"dist/esm/**/*",

docs/package.json

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

examples/blocks/package.json

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

examples/blocks/src/superstore/index.json

Lines changed: 4 additions & 4 deletions
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.4.3",
42+
"version": "3.5.0",
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.4.3",
71+
"version": "3.5.0",
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.4.3",
113+
"version": "3.5.0",
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.4.3",
142+
"version": "3.5.0",
143143
"plugin": "Treemap",
144144
"plugin_config": {},
145145
"columns_config": {},

examples/esbuild-example/package.json

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

examples/esbuild-remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esbuild-remote",
33
"private": true,
4-
"version": "3.4.3",
4+
"version": "3.5.0",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "python-aiohttp",
33
"private": true,
4-
"version": "3.4.3",
4+
"version": "3.5.0",
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

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

0 commit comments

Comments
 (0)