picasso-plugin-q
Advanced tools
Comparing version
@@ -6,2 +6,23 @@ # Change Log | ||
<a name="0.7.0"></a> | ||
# [0.7.0](https://github.com/qlik-oss/picasso.js/compare/v0.6.0...v0.7.0) (2018-04-05) | ||
### Bug Fixes | ||
* **q:** extracting data from empty K cubes throws error ([#60](https://github.com/qlik-oss/picasso.js/issues/60)) ([51419c3](https://github.com/qlik-oss/picasso.js/commit/51419c3)) | ||
### Chores | ||
* simplify rollup ([#54](https://github.com/qlik-oss/picasso.js/issues/54)) ([39e4c09](https://github.com/qlik-oss/picasso.js/commit/39e4c09)) | ||
### BREAKING CHANGES | ||
* Now using `dist/picasso.js` as the only main file. `dist/picasso.min.js` does not exist any more and the published `dist/picasso.js` file is uglified & minifed, and has a sourcemap linked to it. | ||
<a name="0.6.0"></a> | ||
@@ -8,0 +29,0 @@ # [0.6.0](https://github.com/qlik-oss/picasso.js/compare/v0.5.3...v0.6.0) (2018-03-08) |
{ | ||
"name": "picasso-plugin-q", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "QIX plugin for picasso.js", | ||
@@ -14,8 +14,7 @@ "license": "MIT", | ||
], | ||
"main": "dist/picasso-q.min.js", | ||
"main": "dist/picasso-q.js", | ||
"module": "src/index.js", | ||
"scripts": { | ||
"build": "npxc rollup -c ../../rollup.config.js --name picassoQ --environment BUILD:production", | ||
"build:dev": "npxc rollup -c ../../rollup.config.js --name picassoQ", | ||
"build:watch": "npxc rollup -c ../../rollup.config.js --name picassoQ -w", | ||
"build": "npxc rollup -c ../../rollup.config.js --name picassoQ", | ||
"build:watch": "npm run build -- -w", | ||
"lint": "npxc eslint src test", | ||
@@ -26,3 +25,3 @@ "test": "npm run test:unit", | ||
"test:unit:coverage": "npm run test:unit -- --coverage", | ||
"prepublishOnly": "rm -rf dist && npm run build && npm run build:dev" | ||
"prepublishOnly": "rm -rf dist && npm run build" | ||
}, | ||
@@ -29,0 +28,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
165912
-43.02%5
-16.67%128
-95.38%1
Infinity%