@flourish/info-popup
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"plugins": [ | ||
"@flourish/flourish", | ||
"cypress" | ||
], | ||
"extends": "plugin:@flourish/flourish/flourish", | ||
"env": { | ||
"browser": true, | ||
"cypress/globals": true | ||
} | ||
} | ||
"extends": "../../.eslintrc", | ||
"overrides": [ | ||
{ | ||
"files": [ | ||
"template_test.js" | ||
], | ||
"env": { | ||
"cypress/globals": true | ||
} | ||
} | ||
] | ||
} |
{ | ||
"name": "@flourish/info-popup", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Popup with data insertion", | ||
@@ -10,9 +10,8 @@ "main": "info-popup.js", | ||
"build": "rollup -c", | ||
"watch": "rollup -cw --no-treeshake --no-indent", | ||
"prepare": "npm run build && npm run minify", | ||
"minify": "uglifyjs -m -o info-popup.min.js info-popup.js", | ||
"precommit": "lint-staged", | ||
"watch": "npm-run-all -p watch:*", | ||
"watch:bundle": "rollup -cw --no-treeshake --no-indent", | ||
"cypress": "npm-run-all -p watch cypress:*", | ||
"cypress:open": "flcypress open" | ||
"test": "flcypress run --browser chrome", | ||
"cypress": "flcypress open --browser chrome --no-build" | ||
}, | ||
@@ -22,9 +21,7 @@ "author": "Kiln Enterprises Ltd", | ||
"devDependencies": { | ||
"@flourish/cypress": "^4.4.1", | ||
"@flourish/cypress": "^8.0.0", | ||
"@flourish/eslint-plugin-flourish": "^0.7.2", | ||
"cypress": "^10.7.0", | ||
"eslint": "^5.2.0", | ||
"cypress": "^12.6.0", | ||
"eslint": "^8.35.0", | ||
"eslint-plugin-cypress": "^2.11.3", | ||
"husky": "^0.14.3", | ||
"lint-staged": "^7.2.0", | ||
"npm-run-all": "^4.1.5", | ||
@@ -36,3 +33,3 @@ "rollup": "^2.53.2", | ||
"dependencies": { | ||
"@flourish/formatters": "0.0.1", | ||
"@flourish/formatters": "1.0.1", | ||
"@flourish/js2css": "^1.0.0", | ||
@@ -49,6 +46,3 @@ "@flourish/popup": "^2.1.5", | ||
"url": "git://github.com/kiln/flourish-info-popup.git" | ||
}, | ||
"lint-staged": { | ||
"*.js": "eslint src" | ||
} | ||
} |
@@ -130,2 +130,4 @@ # Flourish Info Popup | ||
For multi-column bindings you can pass in an array of formatters (where each formatter is a function or an object containing `output_format_id`). | ||
```javascript | ||
@@ -132,0 +134,0 @@ popup |
@@ -0,1 +1,4 @@ | ||
# 6.0.1 | ||
* Update @flourish/formatters | ||
# 6.0.0 | ||
@@ -2,0 +5,0 @@ * Update cypress & @flourish/cypress |
Sorry, the diff of this file is too big to display
309535
9
23
7109
325
+ Added@flourish/formatters@1.0.1(transitive)
+ Added@flourish/interpreter@8.6.0(transitive)
- Removed@flourish/formatters@0.0.1(transitive)
- Removed@flourish/interpreter@6.0.4(transitive)
Updated@flourish/formatters@1.0.1