-
-
Notifications
You must be signed in to change notification settings - Fork 703
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into typo-remove-documentdescription-class
* master: (22 commits) Added CTRL+ENTER feature in text blocks by default. It creates a newline inside the same text chunk (`<p>`) (#1044) Revert "Fix make build on py3." Add plone.rest(api) to sources. Fix make build on py3. Fix lint check on bash condition (#1031) Further upgrade documentation Back to development Release 4.0.0-alpha.17 Add docs for upgrade to alpha 17 Reverteslintupgrade (#1028) Back to development Release 4.0.0-alpha.16 Lodash improvements for decrease bundle size (#975) Fix small CSS issues in Blocks (#1023) Forked `react-helmet` since it seems unmaintained. Now it's a Named import in helpers (#1025) Solvepeerdependencies (#1026) Fix to a good know digest (#1022) Back to development Release 4.0.0-alpha.15 Export the resetContent action (#1017) ...
- Loading branch information
Showing
50 changed files
with
2,253 additions
and
994 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
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 |
---|---|---|
|
@@ -8,6 +8,8 @@ extensions = | |
|
||
[sources] | ||
kitconcept.voltodemo = git [email protected]:kitconcept/kitconcept.voltodemo.git branch=master | ||
plone.rest = git [email protected]:plone/plone.rest.git branch=master | ||
plone.restapi = git [email protected]:plone/plone.restapi.git branch=master | ||
|
||
[instance] | ||
recipe = plone.recipe.zope2instance | ||
|
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
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
} | ||
], | ||
"license": "MIT", | ||
"version": "4.0.0-alpha.14", | ||
"version": "4.0.0-alpha.17", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:plone/volto.git" | ||
|
@@ -197,41 +197,42 @@ | |
"node": "^10 || ^12" | ||
}, | ||
"dependencies": { | ||
"@babel/plugin-proposal-decorators": "7.4.0", | ||
"@babel/plugin-proposal-do-expressions": "7.2.0", | ||
"@babel/plugin-proposal-export-default-from": "7.2.0", | ||
"@babel/plugin-proposal-export-namespace-from": "7.2.0", | ||
"@babel/plugin-proposal-function-bind": "7.2.0", | ||
"@babel/plugin-proposal-function-sent": "7.2.0", | ||
"@babel/plugin-proposal-json-strings": "7.2.0", | ||
"@babel/plugin-proposal-logical-assignment-operators": "7.2.0", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.4.3", | ||
"@babel/plugin-proposal-numeric-separator": "7.2.0", | ||
"@babel/plugin-proposal-optional-chaining": "7.2.0", | ||
"@babel/plugin-proposal-pipeline-operator": "7.3.2", | ||
"@babel/plugin-proposal-throw-expressions": "7.2.0", | ||
"@babel/plugin-syntax-import-meta": "7.2.0", | ||
"@babel/core": "7.7.4", | ||
"@babel/plugin-proposal-decorators": "7.7.4", | ||
"@babel/plugin-proposal-do-expressions": "7.7.4", | ||
"@babel/plugin-proposal-export-default-from": "7.7.4", | ||
"@babel/plugin-proposal-export-namespace-from": "7.7.4", | ||
"@babel/plugin-proposal-function-bind": "7.7.4", | ||
"@babel/plugin-proposal-function-sent": "7.7.4", | ||
"@babel/plugin-proposal-json-strings": "7.7.4", | ||
"@babel/plugin-proposal-logical-assignment-operators": "7.7.4", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4", | ||
"@babel/plugin-proposal-numeric-separator": "7.7.4", | ||
"@babel/plugin-proposal-optional-chaining": "7.7.4", | ||
"@babel/plugin-proposal-pipeline-operator": "7.7.4", | ||
"@babel/plugin-proposal-throw-expressions": "7.7.4", | ||
"@babel/plugin-syntax-import-meta": "7.7.4", | ||
"@babel/preset-stage-0": "7.0.0", | ||
"@testing-library/cypress": "5.0.2", | ||
"@testing-library/jest-dom": "4.2.0", | ||
"@testing-library/react": "9.3.0", | ||
"autoprefixer": "9.7.1", | ||
"axe-core": "3.2.2", | ||
"@testing-library/jest-dom": "4.2.4", | ||
"@testing-library/react": "9.3.2", | ||
"autoprefixer": "9.7.3", | ||
"axe-core": "3.4.0", | ||
"babel-7-plugin-root-import": "5.4.0", | ||
"babel-eslint": "10.0.1", | ||
"babel-eslint": "10.0.3", | ||
"babel-plugin-add-module-exports": "0.2.1", | ||
"babel-plugin-lodash": "3.3.4", | ||
"babel-plugin-react-intl": "3.0.1", | ||
"babel-plugin-root-import": "6.1.0", | ||
"bundlesize": "0.18.0", | ||
"bundlewatch": "0.2.5", | ||
"classnames": "2.2.6", | ||
"connected-react-router": "6.5.2", | ||
"connected-react-router": "6.6.1", | ||
"coveralls": "3.0.2", | ||
"css-loader": "2.1.1", | ||
"cypress": "3.6.1", | ||
"cypress-axe": "0.4.1", | ||
"cypress-file-upload": "3.1.2", | ||
"cypress-plugin-retries": "1.3.0", | ||
"cypress-file-upload": "3.5.0", | ||
"cypress-plugin-retries": "1.5.0", | ||
"draft-js": "0.10.5", | ||
"draft-js-block-breakout-plugin": "2.0.1", | ||
"draft-js-buttons": "2.0.1", | ||
|
@@ -245,89 +246,94 @@ | |
"eslint-config-react-app": "4.0.1", | ||
"eslint-import-resolver-alias": "1.1.2", | ||
"eslint-import-resolver-babel-plugin-root-import": "1.1.1", | ||
"express": "4.17.1", | ||
"eslint-plugin-flowtype": "2.50.1", | ||
"eslint-plugin-import": "2.17.2", | ||
"eslint-plugin-jsx-a11y": "6.2.1", | ||
"eslint-plugin-prettier": "3.0.1", | ||
"eslint-plugin-react": "7.13.0", | ||
"eslint-plugin-react-hooks": "1.6.0", | ||
"express": "4.16.3", | ||
"glob": "7.1.3", | ||
"hamburgers": "1.1.3", | ||
"handlebars": "4.1.2", | ||
"history": "4.9.0", | ||
"husky": "2.2.0", | ||
"history": "4.10.1", | ||
"husky": "3.1.0", | ||
"jest-css-modules": "1.1.0", | ||
"jest-file": "1.0.0", | ||
"js-yaml": "3.13.1", | ||
"jsonwebtoken": "8.3.0", | ||
"jwt-decode": "2.2.0", | ||
"less": "3.9.0", | ||
"less-loader": "4.1.0", | ||
"lint-staged": "8.1.6", | ||
"less": "3.10.3", | ||
"less-loader": "5.0.0", | ||
"lint-staged": "9.5.0", | ||
"locale": "0.1.0", | ||
"lodash": "4.17.15", | ||
"lodash-move": "1.1.1", | ||
"lodash-webpack-plugin": "0.11.5", | ||
"mem": "4.0.0", | ||
"mini-css-extract-plugin": "0.8.0", | ||
"moment": "2.22.2", | ||
"pofile": "1.0.10", | ||
"postcss-flexbugs-fixes": "4.1.0", | ||
"postcss-loader": "3.0.0", | ||
"postcss-overrides": "3.1.4", | ||
"prettier": "1.19.1", | ||
"pretty": "2.0.0", | ||
"prismjs": "1.15.0", | ||
"prismjs": "1.17.1", | ||
"promise-file-reader": "1.0.2", | ||
"prop-types": "15.7.2", | ||
"query-string": "4.1.0", | ||
"raven": "2.6.4", | ||
"raven-js": "3.27.0", | ||
"raven-js": "3.27.2", | ||
"razzle": "3.0.0", | ||
"razzle-plugin-bundle-analyzer": "1.0.2", | ||
"razzle-plugin-bundle-analyzer": "1.1.3", | ||
"react": "16.12.0", | ||
"react-animate-height": "2.0.15", | ||
"react-animate-height": "2.0.17", | ||
"react-cookie": "1.0.5", | ||
"react-dnd": "5.0.0", | ||
"react-dnd-html5-backend": "5.0.1", | ||
"react-dom": "16.12.0", | ||
"react-dropzone": "5.1.0", | ||
"react-helmet": "5.2.0", | ||
"react-intl": "3.3.2", | ||
"react-intl-redux": "2.1.1", | ||
"react-fast-compare": "2.0.4", | ||
"react-intl": "3.8.0", | ||
"react-intl-redux": "2.2.0", | ||
"react-medium-image-zoom": "3.0.15", | ||
"react-portal": "4.1.5", | ||
"react-redux": "7.1.1", | ||
"react-router-config": "5.1.0", | ||
"react-router-dom": "5.1.0", | ||
"react-portal": "4.2.0", | ||
"react-redux": "7.1.3", | ||
"react-router": "5.1.2", | ||
"react-router-config": "5.1.1", | ||
"react-router-dom": "5.1.2", | ||
"react-select": "2.4.2", | ||
"react-select-async-paginate": "0.2.9", | ||
"react-share": "2.3.1", | ||
"react-side-effect": "2.1.0", | ||
"react-simple-code-editor": "0.7.1", | ||
"react-test-renderer": "16.8.6", | ||
"react-toastify": "5.1.1", | ||
"redraft": "0.10.1", | ||
"redux": "4.0.1", | ||
"react-test-renderer": "16.12.0", | ||
"react-toastify": "5.4.1", | ||
"redraft": "0.10.2", | ||
"redux": "4.0.4", | ||
"redux-actions": "2.6.5", | ||
"redux-connect": "10.0.0", | ||
"redux-devtools-extension": "2.13.8", | ||
"redux-mock-store": "1.5.3", | ||
"redux-thunk": "2.3.0", | ||
"release-it": "12.4.0", | ||
"release-it": "12.4.3", | ||
"semantic-ui-less": "2.4.1", | ||
"semantic-ui-react": "0.88.1", | ||
"semver": "5.6.0", | ||
"serialize-javascript": "1.5.0", | ||
"start-server-and-test": "1.7.13", | ||
"start-server-and-test": "1.10.6", | ||
"style-loader": "0.23.0", | ||
"stylelint": "11.1.1", | ||
"stylelint-config-idiomatic-order": "6.2.0", | ||
"stylelint-config-prettier": "6.0.0", | ||
"stylelint-prettier": "1.1.1", | ||
"superagent": "3.8.2", | ||
"svg-loader": "0.0.2", | ||
"svgo": "1.0.5", | ||
"svgo-loader": "2.1.0", | ||
"svgo": "1.3.2", | ||
"svgo-loader": "2.2.1", | ||
"tlds": "1.203.1", | ||
"webpack": "4.41.2", | ||
"xmlrpc": "1.3.2" | ||
}, | ||
"devDependencies": {} | ||
|
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
Oops, something went wrong.