-
-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/5.0.1: updated the changelog dependency upgrades updated debounce rates and fixed editor font weights updated the .gitattributes
- Loading branch information
Showing
12 changed files
with
78 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
* text=auto | ||
*.css linguist-vendored | ||
*.scss linguist-vendored | ||
*.js linguist-vendored | ||
|
||
/.github export-ignore | ||
/tests export-ignore | ||
.gitattributes export-ignore | ||
.gitignore export-ignore | ||
.editorconfig export-ignore | ||
.styleci.yml export-ignore | ||
.travis.yml export-ignore | ||
phpunit.xml export-ignore | ||
changelog.md export-ignore | ||
sponsors.md export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,7 +131,7 @@ | |
update: _.debounce(function (e) { | ||
this.$parent.save() | ||
}, 900), | ||
}, 1200), | ||
}, | ||
} | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ | |
update: _.debounce(function (e) { | ||
this.$parent.update() | ||
}, 900), | ||
}, 1200), | ||
}, | ||
} | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,7 @@ | |
update: _.debounce(function (e) { | ||
this.$parent.update() | ||
}, 900), | ||
}, 1200), | ||
}, | ||
} | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,14 +10,14 @@ | |
"@babel/highlight" "^7.0.0" | ||
|
||
"@babel/core@^7.0.0-beta.49", "@babel/core@^7.2.0": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.4.tgz#37e864532200cb6b50ee9a4045f5f817840166ab" | ||
integrity sha512-+bYbx56j4nYBmpsWtnPUsKW3NdnYxbqyfrP2w9wILBuHzdfIKz9prieZK0DFPyIzkjYVUe4QkusGL07r5pXznQ== | ||
version "7.7.5" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.5.tgz#ae1323cd035b5160293307f50647e83f8ba62f7e" | ||
integrity sha512-M42+ScN4+1S9iB6f+TL7QBpoQETxbclx+KNoKJABghnKYE+fMzSGqst0BZJc8CpI625bwPwYgUyRvxZ+0mZzpw== | ||
dependencies: | ||
"@babel/code-frame" "^7.5.5" | ||
"@babel/generator" "^7.7.4" | ||
"@babel/helpers" "^7.7.4" | ||
"@babel/parser" "^7.7.4" | ||
"@babel/parser" "^7.7.5" | ||
"@babel/template" "^7.7.4" | ||
"@babel/traverse" "^7.7.4" | ||
"@babel/types" "^7.7.4" | ||
|
@@ -125,10 +125,10 @@ | |
dependencies: | ||
"@babel/types" "^7.7.4" | ||
|
||
"@babel/helper-module-transforms@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.7.4.tgz#8d7cdb1e1f8ea3d8c38b067345924ac4f8e0879a" | ||
integrity sha512-ehGBu4mXrhs0FxAqN8tWkzF8GSIGAiEumu4ONZ/hD9M88uHcD+Yu2ttKfOCgwzoesJOJrtQh7trI5YPbRtMmnA== | ||
"@babel/helper-module-transforms@^7.7.4", "@babel/helper-module-transforms@^7.7.5": | ||
version "7.7.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.7.5.tgz#d044da7ffd91ec967db25cd6748f704b6b244835" | ||
integrity sha512-A7pSxyJf1gN5qXVcidwLWydjftUN878VkalhXX5iQDuGyiGK3sOrrKKHF4/A4fwHtnsotv/NipwAeLzY4KQPvw== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.7.4" | ||
"@babel/helper-simple-access" "^7.7.4" | ||
|
@@ -220,10 +220,10 @@ | |
esutils "^2.0.2" | ||
js-tokens "^4.0.0" | ||
|
||
"@babel/parser@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.4.tgz#75ab2d7110c2cf2fa949959afb05fa346d2231bb" | ||
integrity sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g== | ||
"@babel/parser@^7.7.4", "@babel/parser@^7.7.5": | ||
version "7.7.5" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.5.tgz#cbf45321619ac12d83363fcf9c94bb67fa646d71" | ||
integrity sha512-KNlOe9+/nk4i29g0VXgl8PEXIRms5xKLJeuZ6UptN0fHv+jDiriG+y94X6qAgWTR0h3KaoM1wK5G5h7MHFRSig== | ||
|
||
"@babel/plugin-proposal-async-generator-functions@^7.7.4": | ||
version "7.7.4" | ||
|
@@ -427,21 +427,21 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
||
"@babel/plugin-transform-modules-amd@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.7.4.tgz#276b3845ca2b228f2995e453adc2e6f54d72fb71" | ||
integrity sha512-/542/5LNA18YDtg1F+QHvvUSlxdvjZoD/aldQwkq+E3WCkbEjNSN9zdrOXaSlfg3IfGi22ijzecklF/A7kVZFQ== | ||
"@babel/plugin-transform-modules-amd@^7.7.5": | ||
version "7.7.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.7.5.tgz#39e0fb717224b59475b306402bb8eedab01e729c" | ||
integrity sha512-CT57FG4A2ZUNU1v+HdvDSDrjNWBrtCmSH6YbbgN3Lrf0Di/q/lWRxZrE72p3+HCCz9UjfZOEBdphgC0nzOS6DQ== | ||
dependencies: | ||
"@babel/helper-module-transforms" "^7.7.4" | ||
"@babel/helper-module-transforms" "^7.7.5" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
babel-plugin-dynamic-import-node "^2.3.0" | ||
|
||
"@babel/plugin-transform-modules-commonjs@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.4.tgz#bee4386e550446343dd52a571eda47851ff857a3" | ||
integrity sha512-k8iVS7Jhc367IcNF53KCwIXtKAH7czev866ThsTgy8CwlXjnKZna2VHwChglzLleYrcHz1eQEIJlGRQxB53nqA== | ||
"@babel/plugin-transform-modules-commonjs@^7.7.5": | ||
version "7.7.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.5.tgz#1d27f5eb0bcf7543e774950e5b2fa782e637b345" | ||
integrity sha512-9Cq4zTFExwFhQI6MT1aFxgqhIsMWQWDVwOgLzl7PTWJHsNaqFvklAU+Oz6AQLAS0dJKTwZSOCo20INwktxpi3Q== | ||
dependencies: | ||
"@babel/helper-module-transforms" "^7.7.4" | ||
"@babel/helper-module-transforms" "^7.7.5" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/helper-simple-access" "^7.7.4" | ||
babel-plugin-dynamic-import-node "^2.3.0" | ||
|
@@ -501,10 +501,10 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
||
"@babel/plugin-transform-regenerator@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.7.4.tgz#d18eac0312a70152d7d914cbed2dc3999601cfc0" | ||
integrity sha512-e7MWl5UJvmPEwFJTwkBlPmqixCtr9yAASBqff4ggXTNicZiwbF8Eefzm6NVgfiBp7JdAGItecnctKTgH44q2Jw== | ||
"@babel/plugin-transform-regenerator@^7.7.5": | ||
version "7.7.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.7.5.tgz#3a8757ee1a2780f390e89f246065ecf59c26fce9" | ||
integrity sha512-/8I8tPvX2FkuEyWbjRCt4qTAgZK0DVy8QRguhA524UH48RfGJy94On2ri+dCuwOpcerPRl9O4ebQkRcVzIaGBw== | ||
dependencies: | ||
regenerator-transform "^0.14.0" | ||
|
||
|
@@ -516,9 +516,9 @@ | |
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
||
"@babel/plugin-transform-runtime@^7.2.0": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.7.4.tgz#51fe458c1c1fa98a8b07934f4ed38b6cd62177a6" | ||
integrity sha512-O8kSkS5fP74Ad/8pfsCMGa8sBRdLxYoSReaARRNSz3FbFQj3z/QUvoUmJ28gn9BO93YfnXc3j+Xyaqe8cKDNBQ== | ||
version "7.7.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.7.5.tgz#b0bd98f54f10b068d66c55bf85c7ab29587627a6" | ||
integrity sha512-X+w9wJRzOoAPBfTEcFJisVppQ8OTQMxrVgmi7ZLVWehqVd8ciHN09A1XjB91Iw+Sgf77Y9Oy7CfxKNr1tVkK7g== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.7.4" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
@@ -571,9 +571,9 @@ | |
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
||
"@babel/preset-env@^7.2.0": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.4.tgz#ccaf309ae8d1ee2409c85a4e2b5e280ceee830f8" | ||
integrity sha512-Dg+ciGJjwvC1NIe/DGblMbcGq1HOtKbw8RLl4nIjlfcILKEOkWT/vRqPpumswABEBVudii6dnVwrBtzD7ibm4g== | ||
version "7.7.5" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.5.tgz#f28573ed493edb4ba763b37fb4fbb85601469370" | ||
integrity sha512-wDPbiaZdGzsJuTWlpLHJxmwslwHGLZ8F5v69zX3oAWeTOFWdy4OJHoTKg26oAnFg052v+/LAPY5os9KB0LrOEA== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.7.4" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
@@ -603,16 +603,16 @@ | |
"@babel/plugin-transform-function-name" "^7.7.4" | ||
"@babel/plugin-transform-literals" "^7.7.4" | ||
"@babel/plugin-transform-member-expression-literals" "^7.7.4" | ||
"@babel/plugin-transform-modules-amd" "^7.7.4" | ||
"@babel/plugin-transform-modules-commonjs" "^7.7.4" | ||
"@babel/plugin-transform-modules-amd" "^7.7.5" | ||
"@babel/plugin-transform-modules-commonjs" "^7.7.5" | ||
"@babel/plugin-transform-modules-systemjs" "^7.7.4" | ||
"@babel/plugin-transform-modules-umd" "^7.7.4" | ||
"@babel/plugin-transform-named-capturing-groups-regex" "^7.7.4" | ||
"@babel/plugin-transform-new-target" "^7.7.4" | ||
"@babel/plugin-transform-object-super" "^7.7.4" | ||
"@babel/plugin-transform-parameters" "^7.7.4" | ||
"@babel/plugin-transform-property-literals" "^7.7.4" | ||
"@babel/plugin-transform-regenerator" "^7.7.4" | ||
"@babel/plugin-transform-regenerator" "^7.7.5" | ||
"@babel/plugin-transform-reserved-words" "^7.7.4" | ||
"@babel/plugin-transform-shorthand-properties" "^7.7.4" | ||
"@babel/plugin-transform-spread" "^7.7.4" | ||
|
@@ -622,15 +622,15 @@ | |
"@babel/plugin-transform-unicode-regex" "^7.7.4" | ||
"@babel/types" "^7.7.4" | ||
browserslist "^4.6.0" | ||
core-js-compat "^3.1.1" | ||
core-js-compat "^3.4.7" | ||
invariant "^2.2.2" | ||
js-levenshtein "^1.1.3" | ||
semver "^5.5.0" | ||
|
||
"@babel/runtime@^7.2.0": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.4.tgz#b23a856751e4bf099262f867767889c0e3fe175b" | ||
integrity sha512-r24eVUUr0QqNZa+qrImUk8fn5SPhHq+IfYvIoIMg0do3GdK9sMdiLKP3GYVVaxpPKORgm8KRKaNTEhAjgIpLMw== | ||
version "7.7.5" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.5.tgz#4b087f183f5d83647744d4157f66199081d17a00" | ||
integrity sha512-UXhClKWTL7/vlYX49kETXti6VbpPJK/pdsIOqUMhUUES/lqThpNTsmC/0aU/IW4uozDUx17axjeqel7SCYF6EQ== | ||
dependencies: | ||
regenerator-runtime "^0.13.2" | ||
|
||
|
@@ -1363,9 +1363,9 @@ browserify-zlib@^0.2.0: | |
pako "~1.0.5" | ||
|
||
browserslist@^4.0.0, browserslist@^4.6.0, browserslist@^4.8.0: | ||
version "4.8.1" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.8.1.tgz#df0f50cc4b3255322fae60ae82a946baae69f8c6" | ||
integrity sha512-X/lIDboA5bvFg9SOhHN7OBgHHlaZQWcwTXBLBGgrB8+6Iy1dL0wmUfHRe7OdETRTuD2d6f5JPa7iTEcbVyVf6Q== | ||
version "4.8.2" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.8.2.tgz#b45720ad5fbc8713b7253c20766f701c9a694289" | ||
integrity sha512-+M4oeaTplPm/f1pXDw84YohEv7B1i/2Aisei8s4s6k3QsoSHa7i5sz8u/cGQkkatCPxMASKxPualR4wwYgVboA== | ||
dependencies: | ||
caniuse-lite "^1.0.30001015" | ||
electron-to-chromium "^1.3.322" | ||
|
@@ -1843,7 +1843,7 @@ copy-descriptor@^0.1.0: | |
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" | ||
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= | ||
|
||
core-js-compat@^3.1.1: | ||
core-js-compat@^3.4.7: | ||
version "3.4.7" | ||
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.4.7.tgz#39f8080b1d92a524d6d90505c42b9c5c1eb90611" | ||
integrity sha512-57+mgz/P/xsGdjwQYkwtBZR3LuISaxD1dEwVDtbk8xJMqAmwqaxLOvnNT7kdJ7jYE/NjNptyzXi+IQFMi/2fCw== | ||
|
@@ -5264,9 +5264,9 @@ postcss@^6.0.1, postcss@^6.0.23: | |
supports-color "^5.4.0" | ||
|
||
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.23, postcss@^7.0.5: | ||
version "7.0.23" | ||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.23.tgz#9f9759fad661b15964f3cfc3140f66f1e05eadc1" | ||
integrity sha512-hOlMf3ouRIFXD+j2VJecwssTwbvsPGJVMzupptg+85WA+i7MwyrydmQAgY3R+m0Bc0exunhbJmijy8u8+vufuQ== | ||
version "7.0.24" | ||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.24.tgz#972c3c5be431b32e40caefe6c81b5a19117704c2" | ||
integrity sha512-Xl0XvdNWg+CblAXzNvbSOUvgJXwSjmbAKORqyw9V2AlHrm1js2gFw9y3jibBAhpKZi8b5JzJCVh/FyzPsTtgTA== | ||
dependencies: | ||
chalk "^2.4.2" | ||
source-map "^0.6.1" | ||
|
@@ -5849,10 +5849,10 @@ [email protected]: | |
range-parser "~1.2.1" | ||
statuses "~1.5.0" | ||
|
||
serialize-javascript@^1.7.0: | ||
version "1.9.1" | ||
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.9.1.tgz#cfc200aef77b600c47da9bb8149c943e798c2fdb" | ||
integrity sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A== | ||
serialize-javascript@^2.1.1: | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-2.1.1.tgz#952907a04a3e3a75af7f73d92d15e233862048b2" | ||
integrity sha512-MPLPRpD4FNqWq9tTIjYG5LesFouDhdyH0EPY3gVK4DRD5+g4aDqdNSzLIwceulo3Yj+PL1bPh6laE5+H6LTcrQ== | ||
|
||
serve-index@^1.9.1: | ||
version "1.9.1" | ||
|
@@ -6315,15 +6315,15 @@ tar@^4: | |
yallist "^3.0.3" | ||
|
||
terser-webpack-plugin@^1.2.2, terser-webpack-plugin@^1.4.1: | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.1.tgz#61b18e40eaee5be97e771cdbb10ed1280888c2b4" | ||
integrity sha512-ZXmmfiwtCLfz8WKZyYUuuHf3dMYEjg8NrjHMb0JqHVHVOSkzp3cW2/XG1fP3tRhqEqSzMwzzRQGtAPbs4Cncxg== | ||
version "1.4.2" | ||
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.2.tgz#e23c0d554587d1f473bd0cf68627720e733890a4" | ||
integrity sha512-fdEb91kR2l+BVgES77N/NTXWZlpX6vX+pYPjnX5grcDYBF2CMnzJiXX4NNlna4l04lvCW39lZ+O/jSvUhHH/ew== | ||
dependencies: | ||
cacache "^12.0.2" | ||
find-cache-dir "^2.1.0" | ||
is-wsl "^1.1.0" | ||
schema-utils "^1.0.0" | ||
serialize-javascript "^1.7.0" | ||
serialize-javascript "^2.1.1" | ||
source-map "^0.6.1" | ||
terser "^4.1.2" | ||
webpack-sources "^1.4.0" | ||
|