Skip to content

Commit 2db5679

Browse files
committed
v3.1.1
Signed-off-by: Andrew Stein <steinlink@gmail.com>
1 parent 4f1142a commit 2db5679

46 files changed

Lines changed: 69 additions & 60 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
# [v3.1.0](https://github.com/finos/perspective/releases/tag/v3.1.0)
1+
# [v3.1.1](https://github.com/finos/perspective/releases/tag/v3.1.1)
2+
3+
_18 October 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.0...v3.1.1))
4+
5+
Fixes
6+
7+
- &lt;TAB&gt; key press inserts '\t' character in code editor as indentation. [#2779](https://github.com/finos/perspective/pull/2779)
8+
- Column type icon matches the datatype type of the field in column selectors (where, group by, sortby, filter) [#2780](https://github.com/finos/perspective/pull/2780)
9+
- Fix filter values for non-interned strings [#2784](https://github.com/finos/perspective/pull/2784)
210

3-
_23 September 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.0...v3.1.0))
11+
Misc
412

13+
- Port Conda patches, use vendored boost [#2793](https://github.com/finos/perspective/pull/2793)
14+
- Update documentation for `3.x` [#2778](https://github.com/finos/perspective/pull/2778)
515

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

Cargo.lock

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ and/or [Jupyterlab](https://jupyterlab.readthedocs.io/en/stable/).
4545
- [Installation Guide](https://docs.rs/perspective-js/latest/perspective_js/#installation)
4646
- Python (PyPI)
4747
- [`perspective-python`, Python Client/Server API](https://docs.rs/perspective-python/latest/perspective_python/)
48-
- [`PerspectiveWidget` Jupyter Plugin](https://docs.rs/perspective-python/3.1.0/perspective_python/#perspectivewidget)
48+
- [`PerspectiveWidget` Jupyter Plugin](https://docs.rs/perspective-python/latest/perspective_python/#perspectivewidget)
4949
- [`Table` API](https://docs.rs/perspective-python/latest/perspective_python/struct.Table.html)
5050
- [`View` API](https://docs.rs/perspective-python/latest/perspective_python/struct.View.html)
5151
- Rust (Crates.io)

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

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const config = {
151151
label: "`perspective-python` Python Client/Server API",
152152
},
153153
{
154-
href: "https://docs.rs/perspective-python/3.1.0/perspective_python/#perspectivewidget",
154+
href: "https://docs.rs/perspective-python/latest/perspective_python/#perspectivewidget",
155155
label: "`PerspectiveWidget` Jupyter Plugin",
156156
},
157157
{

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.1.0",
3+
"version": "3.1.1",
44
"private": true,
55
"scripts": {
66
"build": "node build.js && docusaurus build",

docs/src/components/Demo/layouts.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
export const LAYOUTS = {
1414
sparkgrid: {
15-
version: "3.1.0",
1615
plugin: "Datagrid",
1716
plugin_config: {
1817
columns: {},

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.1.0",
4+
"version": "3.1.1",
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/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.1.0",
4+
"version": "3.1.1",
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.1.0",
4+
"version": "3.1.1",
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"

0 commit comments

Comments
 (0)