Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Dec 5, 2021
1 parent cd37740 commit aa0f5d6
Show file tree
Hide file tree
Showing 30 changed files with 151 additions and 127 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.4](https://github.com/finos/perspective/tree/HEAD)

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

**Implemented enhancements:**

- Parallelized `.wasm` download and deferred font loading [\#1647](https://github.com/finos/perspective/pull/1647) ([texodus](https://github.com/texodus))
- Add auto-resizing to `<perspective-viewer>` [\#1633](https://github.com/finos/perspective/pull/1633) ([texodus](https://github.com/texodus))

**Fixed bugs:**

- build errors after upgrade to 1.0.3 [\#1646](https://github.com/finos/perspective/issues/1646)
- Remove wasm-pack artifacts which interfere with perspective packaging [\#1651](https://github.com/finos/perspective/pull/1651) ([texodus](https://github.com/texodus))
- Fix column-selector collapse \(inverted\) [\#1650](https://github.com/finos/perspective/pull/1650) ([texodus](https://github.com/texodus))
- Emit `.d.ts` declaration files for `@finos/perspective-viewer` [\#1649](https://github.com/finos/perspective/pull/1649) ([texodus](https://github.com/texodus))

**Merged pull requests:**

- \[Formatting\] force line-feed line endings for all text files for easier windows development [\#1635](https://github.com/finos/perspective/pull/1635) ([timkpaine](https://github.com/timkpaine))
- Overload re2 cmakelists to fix cmake/threads detection issue on conda-forge mac builds, and pin C++ dependency versions [\#1634](https://github.com/finos/perspective/pull/1634) ([timkpaine](https://github.com/timkpaine))
- Update CMakeLists.txt for more thread help on mac for conda [\#1631](https://github.com/finos/perspective/pull/1631) ([timkpaine](https://github.com/timkpaine))
- \[Formatting\] Fix mixed tabs/spaces in C++ CMakeLists.txt [\#1630](https://github.com/finos/perspective/pull/1630) ([timkpaine](https://github.com/timkpaine))
- Fix Azure windows wheel step [\#1629](https://github.com/finos/perspective/pull/1629) ([texodus](https://github.com/texodus))

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

[Full Changelog](https://github.com/finos/perspective/compare/v1.0.2...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.3",
"version": "1.0.4",
"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.3",
"version": "1.0.4",
"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.3",
"@finos/perspective-viewer": "^1.0.3",
"@finos/perspective-viewer-d3fc": "^1.0.3",
"@finos/perspective-viewer-datagrid": "^1.0.3",
"@finos/perspective-workspace": "^1.0.3",
"@finos/perspective": "^1.0.4",
"@finos/perspective-viewer": "^1.0.4",
"@finos/perspective-viewer-d3fc": "^1.0.4",
"@finos/perspective-viewer-datagrid": "^1.0.4",
"@finos/perspective-workspace": "^1.0.4",
"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.3",
"version": "1.0.4",
"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.3",
"@finos/perspective-viewer": "^1.0.3",
"@finos/perspective-viewer-d3fc": "^1.0.3",
"@finos/perspective-viewer-datagrid": "^1.0.3",
"@finos/perspective": "^1.0.4",
"@finos/perspective-viewer": "^1.0.4",
"@finos/perspective-viewer-d3fc": "^1.0.4",
"@finos/perspective-viewer-datagrid": "^1.0.4",
"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.3",
"version": "1.0.4",
"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.3",
"@finos/perspective-viewer": "^1.0.3",
"@finos/perspective-viewer-d3fc": "^1.0.3",
"@finos/perspective-viewer-datagrid": "^1.0.3"
"@finos/perspective": "^1.0.4",
"@finos/perspective-viewer": "^1.0.4",
"@finos/perspective-viewer-d3fc": "^1.0.4",
"@finos/perspective-viewer-datagrid": "^1.0.4"
}
}
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.3",
"version": "1.0.4",
"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.3",
"@finos/perspective-viewer": "^1.0.3",
"@finos/perspective-viewer-d3fc": "^1.0.3",
"@finos/perspective-viewer-datagrid": "^1.0.3",
"@finos/perspective-workspace": "^1.0.3"
"@finos/perspective": "^1.0.4",
"@finos/perspective-viewer": "^1.0.4",
"@finos/perspective-viewer-d3fc": "^1.0.4",
"@finos/perspective-viewer-datagrid": "^1.0.4",
"@finos/perspective-workspace": "^1.0.4"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.0.3",
"@finos/perspective-webpack-plugin": "^1.0.4",
"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.3",
"version": "1.0.4",
"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.3",
"@finos/perspective-viewer": "^1.0.3",
"@finos/perspective-viewer-d3fc": "^1.0.3",
"@finos/perspective-viewer-datagrid": "^1.0.3",
"@finos/perspective": "^1.0.4",
"@finos/perspective-viewer": "^1.0.4",
"@finos/perspective-viewer-d3fc": "^1.0.4",
"@finos/perspective-viewer-datagrid": "^1.0.4",
"react": "16.8.6",
"react-dom": "16.8.6"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.0.3",
"@finos/perspective-webpack-plugin": "^1.0.4",
"@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.3",
"version": "1.0.4",
"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.3",
"@finos/perspective-viewer": "^1.0.3",
"@finos/perspective-viewer-d3fc": "^1.0.3",
"@finos/perspective-viewer-datagrid": "^1.0.3",
"@finos/perspective": "^1.0.4",
"@finos/perspective-viewer": "^1.0.4",
"@finos/perspective-viewer-d3fc": "^1.0.4",
"@finos/perspective-viewer-datagrid": "^1.0.4",
"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.3",
"version": "1.0.4",
"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.3",
"@finos/perspective-viewer": "^1.0.3",
"@finos/perspective-viewer-d3fc": "^1.0.3",
"@finos/perspective-viewer-datagrid": "^1.0.3",
"@finos/perspective-workspace": "^1.0.3"
"@finos/perspective": "^1.0.4",
"@finos/perspective-viewer": "^1.0.4",
"@finos/perspective-viewer-d3fc": "^1.0.4",
"@finos/perspective-viewer-datagrid": "^1.0.4",
"@finos/perspective-workspace": "^1.0.4"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.0.3",
"@finos/perspective-webpack-plugin": "^1.0.4",
"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.3",
"version": "1.0.4",
"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.3",
"@finos/perspective-viewer": "^1.0.3",
"@finos/perspective-viewer-d3fc": "^1.0.3",
"@finos/perspective-viewer-datagrid": "^1.0.3",
"@finos/perspective-workspace": "^1.0.3",
"@finos/perspective": "^1.0.4",
"@finos/perspective-viewer": "^1.0.4",
"@finos/perspective-viewer-d3fc": "^1.0.4",
"@finos/perspective-viewer-datagrid": "^1.0.4",
"@finos/perspective-workspace": "^1.0.4",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.0.3",
"@finos/perspective-webpack-plugin": "^1.0.4",
"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.3",
"version": "1.0.4",
"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.3",
"@finos/perspective-viewer": "^1.0.3",
"@finos/perspective-viewer-d3fc": "^1.0.3",
"@finos/perspective-viewer-datagrid": "^1.0.3",
"@finos/perspective-workspace": "^1.0.3",
"@finos/perspective": "^1.0.4",
"@finos/perspective-viewer": "^1.0.4",
"@finos/perspective-viewer-d3fc": "^1.0.4",
"@finos/perspective-viewer-datagrid": "^1.0.4",
"@finos/perspective-workspace": "^1.0.4",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.0.3",
"@finos/perspective-webpack-plugin": "^1.0.4",
"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.3",
"version": "1.0.4",
"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.3",
"@finos/perspective-viewer": "^1.0.3",
"@finos/perspective-viewer-d3fc": "^1.0.3",
"@finos/perspective-viewer-datagrid": "^1.0.3"
"@finos/perspective": "^1.0.4",
"@finos/perspective-viewer": "^1.0.4",
"@finos/perspective-viewer-d3fc": "^1.0.4",
"@finos/perspective-viewer-datagrid": "^1.0.4"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.0.3",
"@finos/perspective-webpack-plugin": "^1.0.4",
"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.3",
"version": "1.0.4",
"description": "An example app built using `@finos/perspective-viewer`.",
"scripts": {
"start": "webpack serve"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.0.3",
"@finos/perspective-viewer": "^1.0.3",
"@finos/perspective-viewer-d3fc": "^1.0.3",
"@finos/perspective-viewer-datagrid": "^1.0.3"
"@finos/perspective": "^1.0.4",
"@finos/perspective-viewer": "^1.0.4",
"@finos/perspective-viewer-d3fc": "^1.0.4",
"@finos/perspective-viewer-datagrid": "^1.0.4"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.0.3",
"@finos/perspective-webpack-plugin": "^1.0.4",
"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.3",
"version": "1.0.4",
"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.3",
"@finos/perspective-viewer": "^1.0.3",
"@finos/perspective-viewer-d3fc": "^1.0.3",
"@finos/perspective-viewer-datagrid": "^1.0.3",
"@finos/perspective-workspace": "^1.0.3"
"@finos/perspective": "^1.0.4",
"@finos/perspective-viewer": "^1.0.4",
"@finos/perspective-viewer-d3fc": "^1.0.4",
"@finos/perspective-viewer-datagrid": "^1.0.4",
"@finos/perspective-workspace": "^1.0.4"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.0.3",
"@finos/perspective-webpack-plugin": "^1.0.4",
"http-server": "^0.11.1",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
Expand Down

0 comments on commit aa0f5d6

Please sign in to comment.