Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

picasso.js

Package Overview
Dependencies
Maintainers
3
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

picasso.js - npm Package Compare versions

Comparing version 0.8.0 to 0.9.0

27

CHANGELOG.md

@@ -6,2 +6,29 @@ # Change Log

<a name="0.9.0"></a>
# [0.9.0](https://github.com/qlik-oss/picasso.js/compare/v0.8.0...v0.9.0) (2018-06-14)
### Bug Fixes
* **dom-renderer:** clear vnode on destory ([#89](https://github.com/qlik-oss/picasso.js/issues/89)) ([406780f](https://github.com/qlik-oss/picasso.js/commit/406780f))
* legend-cat formatter ([#97](https://github.com/qlik-oss/picasso.js/issues/97)) ([1612c82](https://github.com/qlik-oss/picasso.js/commit/1612c82))
* **label-strategy:** Fix error when using rows strategy on non circle slices ([#99](https://github.com/qlik-oss/picasso.js/issues/99)) ([e22a36c](https://github.com/qlik-oss/picasso.js/commit/e22a36c))
* **labels:** ellipsed text in bars strategy ([#87](https://github.com/qlik-oss/picasso.js/issues/87)) ([ff4e11d](https://github.com/qlik-oss/picasso.js/commit/ff4e11d))
* **layout:** do not re-position components on partial data update ([#104](https://github.com/qlik-oss/picasso.js/issues/104)) ([54ee8f2](https://github.com/qlik-oss/picasso.js/commit/54ee8f2))
* **legend-cat:** Remove commented import ([#96](https://github.com/qlik-oss/picasso.js/issues/96)) ([be21b18](https://github.com/qlik-oss/picasso.js/commit/be21b18))
* **scene-node:** append all component meta ([#105](https://github.com/qlik-oss/picasso.js/issues/105)) ([62d7fb0](https://github.com/qlik-oss/picasso.js/commit/62d7fb0))
### Features
* **brush-trigger:** Component level flag to disable brush triggers ([#90](https://github.com/qlik-oss/picasso.js/issues/90)) ([f398060](https://github.com/qlik-oss/picasso.js/commit/f398060))
* **label-strategy:** Rows label strategy ([#81](https://github.com/qlik-oss/picasso.js/issues/81)) ([ca35ece](https://github.com/qlik-oss/picasso.js/commit/ca35ece))
* **legend-cat:** legend cat expose scroll offset ([#93](https://github.com/qlik-oss/picasso.js/issues/93)) ([c38d284](https://github.com/qlik-oss/picasso.js/commit/c38d284))
* add strokeDasharray as option to line component ([#106](https://github.com/qlik-oss/picasso.js/issues/106)) ([fb60bd7](https://github.com/qlik-oss/picasso.js/commit/fb60bd7))
* expose theme on chart instance ([#94](https://github.com/qlik-oss/picasso.js/issues/94)) ([ddffb7f](https://github.com/qlik-oss/picasso.js/commit/ddffb7f))
* override categorical color range ([#100](https://github.com/qlik-oss/picasso.js/issues/100)) ([86fa437](https://github.com/qlik-oss/picasso.js/commit/86fa437))
<a name="0.8.0"></a>

@@ -8,0 +35,0 @@ # [0.8.0](https://github.com/qlik-oss/picasso.js/compare/v0.7.0...v0.8.0) (2018-05-15)

44

package.json
{
"name": "picasso.js",
"version": "0.8.0",
"version": "0.9.0",
"description": "A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.",

@@ -28,16 +28,15 @@ "license": "MIT",

"scripts": {
"build": "npxc rollup -c ../../rollup.config.js",
"build": "rollup -c ../../rollup.config.js",
"build:watch": "npm run build -- -w",
"lint": "npxc eslint src test",
"lint": "eslint src test",
"lint:fix": "npm run lint -- --fix",
"lint:recommended": "npm run lint -- --config .eslintrc-recommended.json",
"test": "npm run test:unit",
"test:coverage": "npm run test:unit:coverage && npm run test:component:coverage",
"test:unit": "npxc aw -c aw.config.unit.js",
"test:unit": "aw -c aw.config.unit.js",
"test:unit:watch": "npm run test:unit -- -w",
"test:unit:coverage": "npxc aw -c aw.config.unit.coverage.js",
"test:component": "npxc aw -c aw.config.comp.js",
"test:component:coverage": "npxc aw -c aw.config.comp.coverage.js",
"test:integration:local": "npxc webdriver-manager update --versions.chrome 2.34 --gecko false && npxc aw protractor -c aw.config.js --require babel-register --require babel-helpers",
"fixture:server": "npxc aw serve -c aw.webserver.config.js",
"test:unit:coverage": "aw -c aw.config.unit.coverage.js",
"test:component": "aw -c aw.config.comp.js",
"test:component:coverage": "aw -c aw.config.comp.coverage.js",
"test:integration:local": "webdriver-manager update --versions.chrome 2.37 --gecko false && aw protractor -c aw.config.js --require babel-register --require babel-helpers",
"fixture:server": "aw serve -c aw.webserver.config.js",
"version": "node scripts/version.js && git add src/about.js",

@@ -48,18 +47,17 @@ "prepublishOnly": "rm -rf dist && npm run build"

"d3-ease": "^1.0.3",
"d3-format": "^1.0.2",
"d3-hierarchy": "^1.1.5",
"d3-interpolate": "^1.1.5",
"d3-scale": "^1.0.0",
"d3-shape": "^1.0.6",
"d3-time-format": "^2.0.2",
"extend": "^3.0.0",
"d3-format": "^1.3.0",
"d3-hierarchy": "^1.1.6",
"d3-interpolate": "^1.2.0",
"d3-scale": "^2.0.0",
"d3-shape": "^1.2.0",
"d3-time-format": "^2.1.1",
"extend": "^3.0.1",
"hammerjs": "^2.0.8",
"jsdoc": "^3.4.0",
"jsdoc": "^3.5.5",
"node-event-emitter": "0.0.1",
"npxc": "^0.0.3",
"path2d-polyfill": "../path2d-polyfill",
"rimraf": "^2.5.2",
"snabbdom": "^0.5.4",
"test-utils": "../test-utils"
"path2d-polyfill": "0.2.1",
"rimraf": "^2.6.2",
"snabbdom": "^0.7.1",
"test-utils": "0.0.1"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc