Publish v9.0.0

This commit is contained in:
josdejong 2020-05-24 16:08:09 +02:00
parent 62025c490d
commit 1b259e7e47
3 changed files with 13 additions and 12 deletions

View File

@ -3,10 +3,11 @@
https://github.com/josdejong/jsoneditor https://github.com/josdejong/jsoneditor
## not yet published, version 9.0.0 ## 2020-05-24, version 9.0.0
- Implemented option `limitDragging`, see #962. This is a breaking change when - Implemented option `limitDragging`, see #962. This is a breaking change when
using a JSON schema: dragging is restricted in that case. using a JSON schema: dragging is more restrictive by default in that case.
Set `limitDragging: false` to keep the old, non-restricted behavior.
## 2020-05-13, version 8.6.8 ## 2020-05-13, version 8.6.8

14
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "jsoneditor", "name": "jsoneditor",
"version": "8.6.8", "version": "9.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -6364,9 +6364,9 @@
"integrity": "sha512-Mk9qDrvU44UUL0EBhbAA1phfQZ7aMZPjwtL7wkpiBzGh8dETGqfsh50mWoX9EkjDlkONlErWXArHCKfoxVg0Bw==" "integrity": "sha512-Mk9qDrvU44UUL0EBhbAA1phfQZ7aMZPjwtL7wkpiBzGh8dETGqfsh50mWoX9EkjDlkONlErWXArHCKfoxVg0Bw=="
}, },
"mocha": { "mocha": {
"version": "7.1.2", "version": "7.2.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-7.1.2.tgz", "resolved": "https://registry.npmjs.org/mocha/-/mocha-7.2.0.tgz",
"integrity": "sha512-o96kdRKMKI3E8U0bjnfqW4QMk12MwZ4mhdBTf+B5a1q9+aq2HRnj+3ZdJu0B/ZhJeK78MgYuv6L8d/rA5AeBJA==", "integrity": "sha512-O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"ansi-colors": "3.2.3", "ansi-colors": "3.2.3",
@ -9498,9 +9498,9 @@
"dev": true "dev": true
}, },
"uglify-js": { "uglify-js": {
"version": "3.9.2", "version": "3.9.3",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.9.2.tgz", "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.9.3.tgz",
"integrity": "sha512-zGVwKslUAD/EeqOrD1nQaBmXIHl1Vw371we8cvS8I6mYK9rmgX5tv8AAeJdfsQ3Kk5mGax2SVV/AizxdNGhl7Q==", "integrity": "sha512-r5ImcL6QyzQGVimQoov3aL2ZScywrOgBXGndbWrdehKoSvGe/RmiE5Jpw/v+GvxODt6l2tpBXwA7n+qZVlHBMA==",
"dev": true, "dev": true,
"requires": { "requires": {
"commander": "~2.20.3" "commander": "~2.20.3"

View File

@ -1,6 +1,6 @@
{ {
"name": "jsoneditor", "name": "jsoneditor",
"version": "8.6.8", "version": "9.0.0",
"main": "./index", "main": "./index",
"description": "A web-based tool to view, edit, format, and validate JSON", "description": "A web-based tool to view, edit, format, and validate JSON",
"tags": [ "tags": [
@ -50,10 +50,10 @@
"jsdom": "16.2.2", "jsdom": "16.2.2",
"json-loader": "0.5.7", "json-loader": "0.5.7",
"mkdirp": "1.0.4", "mkdirp": "1.0.4",
"mocha": "7.1.2", "mocha": "7.2.0",
"source-map-loader": "0.2.4", "source-map-loader": "0.2.4",
"standard": "14.3.4", "standard": "14.3.4",
"uglify-js": "3.9.2", "uglify-js": "3.9.3",
"webpack": "4.43.0" "webpack": "4.43.0"
}, },
"files": [ "files": [