Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Nov 20, 2021
1 parent bde2d14 commit a293db6
Show file tree
Hide file tree
Showing 30 changed files with 150 additions and 126 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [v1.0.2](https://github.com/finos/perspective/tree/HEAD)

[Full Changelog](https://github.com/finos/perspective/compare/v1.0.2...HEAD)

**Implemented enhancements:**

- More regex functions - find, substring, replace [\#1598](https://github.com/finos/perspective/pull/1598) ([sc1f](https://github.com/sc1f))
- Add Regex functions using Exprtk and RE2 [\#1596](https://github.com/finos/perspective/pull/1596) ([sc1f](https://github.com/sc1f))
- Persist edited expressions and add 'Reset' button [\#1594](https://github.com/finos/perspective/pull/1594) ([texodus](https://github.com/texodus))

**Closed issues:**

- Can't install perspective javascript libraries with yarn/npm [\#1605](https://github.com/finos/perspective/issues/1605)
- Can't install perspective-python on python3.9, macOS Big Sur [\#1603](https://github.com/finos/perspective/issues/1603)

**Merged pull requests:**

- Fix D3 alt-axis regression [\#1617](https://github.com/finos/perspective/pull/1617) ([texodus](https://github.com/texodus))
- New example [\#1615](https://github.com/finos/perspective/pull/1615) ([texodus](https://github.com/texodus))
- Publish script for Python [\#1613](https://github.com/finos/perspective/pull/1613) ([texodus](https://github.com/texodus))
- Port to `esbuild` [\#1611](https://github.com/finos/perspective/pull/1611) ([texodus](https://github.com/texodus))
- Upgrade `d3fc` to `15.2.4` and switch "Heatmap" to use canvas renderer [\#1599](https://github.com/finos/perspective/pull/1599) ([texodus](https://github.com/texodus))
- Add ExprTK example fractal [\#1595](https://github.com/finos/perspective/pull/1595) ([texodus](https://github.com/texodus))

## [v1.0.1](https://github.com/finos/perspective/tree/HEAD)

[Full Changelog](https://github.com/finos/perspective/compare/v1.0.0...HEAD)
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": "1.0.1",
"version": "1.0.2",
"main": "./dist/esm/perspective.cpp.js",
"files": [
"dist/esm/**/*",
Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finos/docs",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"theme": "lessc static/css/material.dark.less > static/css/material.dark.css",
"examples": "docusaurus-examples",
Expand All @@ -15,11 +15,11 @@
"write-translations": "docusaurus-write-translations"
},
"devDependencies": {
"@finos/perspective": "^1.0.1",
"@finos/perspective-viewer": "^1.0.1",
"@finos/perspective-viewer-d3fc": "^1.0.1",
"@finos/perspective-viewer-datagrid": "^1.0.1",
"@finos/perspective-workspace": "^1.0.1",
"@finos/perspective": "^1.0.2",
"@finos/perspective-viewer": "^1.0.2",
"@finos/perspective-viewer-d3fc": "^1.0.2",
"@finos/perspective-viewer-datagrid": "^1.0.2",
"@finos/perspective-workspace": "^1.0.2",
"docusaurus": "^1.8.0",
"less": "^3.9.0"
},
Expand Down
10 changes: 5 additions & 5 deletions examples/blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blocks",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"description": "A collection of simple client-side Perspective examples for `http://bl.ocks.org`.",
"scripts": {
"start": "mkdirp dist && node server.js",
Expand All @@ -11,10 +11,10 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.0.1",
"@finos/perspective-viewer": "^1.0.1",
"@finos/perspective-viewer-d3fc": "^1.0.1",
"@finos/perspective-viewer-datagrid": "^1.0.1",
"@finos/perspective": "^1.0.2",
"@finos/perspective-viewer": "^1.0.2",
"@finos/perspective-viewer-d3fc": "^1.0.2",
"@finos/perspective-viewer-datagrid": "^1.0.2",
"superstore-arrow": "1.0.0"
}
}
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": "1.0.1",
"version": "1.0.2",
"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": "^1.0.1",
"@finos/perspective-viewer": "^1.0.1",
"@finos/perspective-viewer-d3fc": "^1.0.1",
"@finos/perspective-viewer-datagrid": "^1.0.1"
"@finos/perspective": "^1.0.2",
"@finos/perspective-viewer": "^1.0.2",
"@finos/perspective-viewer-d3fc": "^1.0.2",
"@finos/perspective-viewer-datagrid": "^1.0.2"
}
}
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": "1.0.1",
"version": "1.0.2",
"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": "^1.0.1",
"@finos/perspective-viewer": "^1.0.1",
"@finos/perspective-viewer-d3fc": "^1.0.1",
"@finos/perspective-viewer-datagrid": "^1.0.1",
"@finos/perspective-workspace": "^1.0.1"
"@finos/perspective": "^1.0.2",
"@finos/perspective-viewer": "^1.0.2",
"@finos/perspective-viewer-d3fc": "^1.0.2",
"@finos/perspective-viewer-datagrid": "^1.0.2",
"@finos/perspective-workspace": "^1.0.2"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.0.1",
"@finos/perspective-webpack-plugin": "^1.0.2",
"http-server": "^0.11.1",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
Expand Down
12 changes: 6 additions & 6 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"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": "^1.0.1",
"@finos/perspective-viewer": "^1.0.1",
"@finos/perspective-viewer-d3fc": "^1.0.1",
"@finos/perspective-viewer-datagrid": "^1.0.1",
"@finos/perspective": "^1.0.2",
"@finos/perspective-viewer": "^1.0.2",
"@finos/perspective-viewer-d3fc": "^1.0.2",
"@finos/perspective-viewer-datagrid": "^1.0.2",
"react": "16.8.6",
"react-dom": "16.8.6"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.0.1",
"@finos/perspective-webpack-plugin": "^1.0.2",
"@types/react": "^16.8.6",
"@types/react-dom": "^16.9.4",
"source-map-loader": "^0.2.4",
Expand Down
10 changes: 5 additions & 5 deletions examples/remote-express/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "remote-express",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"description": "An example of 2 Perspectives, one client and one server, streaming via Apache Arrow.",
"scripts": {
"start": "tsc && node dist/server.js"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.0.1",
"@finos/perspective-viewer": "^1.0.1",
"@finos/perspective-viewer-d3fc": "^1.0.1",
"@finos/perspective-viewer-datagrid": "^1.0.1",
"@finos/perspective": "^1.0.2",
"@finos/perspective-viewer": "^1.0.2",
"@finos/perspective-viewer-d3fc": "^1.0.2",
"@finos/perspective-viewer-datagrid": "^1.0.2",
"express": "^4.17.1",
"express-ws": "^5.0.2"
},
Expand Down
14 changes: 7 additions & 7 deletions examples/remote-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "remote-workspace",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"description": "An example app built using `@finos/perspective-workspace`.",
"scripts": {
"start:server": "webpack serve --open",
Expand All @@ -11,14 +11,14 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.0.1",
"@finos/perspective-viewer": "^1.0.1",
"@finos/perspective-viewer-d3fc": "^1.0.1",
"@finos/perspective-viewer-datagrid": "^1.0.1",
"@finos/perspective-workspace": "^1.0.1"
"@finos/perspective": "^1.0.2",
"@finos/perspective-viewer": "^1.0.2",
"@finos/perspective-viewer-d3fc": "^1.0.2",
"@finos/perspective-viewer-datagrid": "^1.0.2",
"@finos/perspective-workspace": "^1.0.2"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.0.1",
"@finos/perspective-webpack-plugin": "^1.0.2",
"http-server": "^0.11.1",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
Expand Down
14 changes: 7 additions & 7 deletions examples/tornado-python/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tornado-python",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"description": "An example of editing a `perspective-python` server from the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py",
Expand All @@ -10,15 +10,15 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.0.1",
"@finos/perspective-viewer": "^1.0.1",
"@finos/perspective-viewer-d3fc": "^1.0.1",
"@finos/perspective-viewer-datagrid": "^1.0.1",
"@finos/perspective-workspace": "^1.0.1",
"@finos/perspective": "^1.0.2",
"@finos/perspective-viewer": "^1.0.2",
"@finos/perspective-viewer-d3fc": "^1.0.2",
"@finos/perspective-viewer-datagrid": "^1.0.2",
"@finos/perspective-workspace": "^1.0.2",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.0.1",
"@finos/perspective-webpack-plugin": "^1.0.2",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
}
Expand Down
14 changes: 7 additions & 7 deletions examples/tornado-streaming-python/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tornado-streaming-python",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"description": "An example of streaming a `perspective-python` server to the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py",
Expand All @@ -10,15 +10,15 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.0.1",
"@finos/perspective-viewer": "^1.0.1",
"@finos/perspective-viewer-d3fc": "^1.0.1",
"@finos/perspective-viewer-datagrid": "^1.0.1",
"@finos/perspective-workspace": "^1.0.1",
"@finos/perspective": "^1.0.2",
"@finos/perspective-viewer": "^1.0.2",
"@finos/perspective-viewer-d3fc": "^1.0.2",
"@finos/perspective-viewer-datagrid": "^1.0.2",
"@finos/perspective-workspace": "^1.0.2",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.0.1",
"@finos/perspective-webpack-plugin": "^1.0.2",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/webpack-cross-origin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webpack-cross-origin",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"description": "An example of using the Perspective Webpack plugin to build a JS file with Webpack.",
"scripts": {
"start": "npm-run-all -l -p webpack-watch host:app host:bundles",
Expand All @@ -12,13 +12,13 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.0.1",
"@finos/perspective-viewer": "^1.0.1",
"@finos/perspective-viewer-d3fc": "^1.0.1",
"@finos/perspective-viewer-datagrid": "^1.0.1"
"@finos/perspective": "^1.0.2",
"@finos/perspective-viewer": "^1.0.2",
"@finos/perspective-viewer-d3fc": "^1.0.2",
"@finos/perspective-viewer-datagrid": "^1.0.2"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.0.1",
"@finos/perspective-webpack-plugin": "^1.0.2",
"http-server": "^0.11.1"
}
}
12 changes: 6 additions & 6 deletions examples/webpack-example/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "webpack-example",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"description": "An example app built using `@finos/perspective-viewer`.",
"scripts": {
"start": "webpack serve"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.0.1",
"@finos/perspective-viewer": "^1.0.1",
"@finos/perspective-viewer-d3fc": "^1.0.1",
"@finos/perspective-viewer-datagrid": "^1.0.1"
"@finos/perspective": "^1.0.2",
"@finos/perspective-viewer": "^1.0.2",
"@finos/perspective-viewer-d3fc": "^1.0.2",
"@finos/perspective-viewer-datagrid": "^1.0.2"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.0.1",
"@finos/perspective-webpack-plugin": "^1.0.2",
"css-loader": "^0.28.7",
"style-loader": "^0.18.2",
"webpack": "^5.14.0",
Expand Down
14 changes: 7 additions & 7 deletions examples/workspace-editing-python/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workspace-editing-python",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"description": "An example app demonstrating client/server editing, built using `@finos/perspective-workspace` and `perspective-python`.",
"scripts": {
"start": "yarn webpack && yarn start:server",
Expand All @@ -12,14 +12,14 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.0.1",
"@finos/perspective-viewer": "^1.0.1",
"@finos/perspective-viewer-d3fc": "^1.0.1",
"@finos/perspective-viewer-datagrid": "^1.0.1",
"@finos/perspective-workspace": "^1.0.1"
"@finos/perspective": "^1.0.2",
"@finos/perspective-viewer": "^1.0.2",
"@finos/perspective-viewer-d3fc": "^1.0.2",
"@finos/perspective-viewer-datagrid": "^1.0.2",
"@finos/perspective-workspace": "^1.0.2"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.0.1",
"@finos/perspective-webpack-plugin": "^1.0.2",
"http-server": "^0.11.1",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
Expand Down
Loading

0 comments on commit a293db6

Please sign in to comment.