* master: (62 commits)
fix: use operation path if operation summary/description is not provided (#1596)
fix: parse json theme string for standalone tag (#1492)
chore: update(cli) engine node version >=12 (#1583)
chore(cli): v0.11.4
fix: right absolute path for load and bundle definition (#1579)
chore(cli): v0.11.3
docs: update specUrl (#1577)
fix: added missing semicolon to styling (#1578)
chore: Release 2.0.0-rc.53
chore: Release 2.0.0-rc.52
chore: update openapi-core version to fix parsing root document
chore(cli): v0.11.2
fix: broken paths when budle or serve using cli (#1572)
chore(cli): v0.11.1
chore(cli): v0.11.0
chore: Release 2.0.0-rc.51
chore: unit tests to check loading and bundling api definitions with openapi-core (#1568)
chore: use openapi-core to bundle definition instead of json-schema-ref-parser (#1500)
docs: remove extra word in grammar (#1539)
feat: add disable-google-font parameter to serve command in cli (#1558)
...
* upstream/master: (62 commits)
fix: use operation path if operation summary/description is not provided (#1596)
fix: parse json theme string for standalone tag (#1492)
chore: update(cli) engine node version >=12 (#1583)
chore(cli): v0.11.4
fix: right absolute path for load and bundle definition (#1579)
chore(cli): v0.11.3
docs: update specUrl (#1577)
fix: added missing semicolon to styling (#1578)
chore: Release 2.0.0-rc.53
chore: Release 2.0.0-rc.52
chore: update openapi-core version to fix parsing root document
chore(cli): v0.11.2
fix: broken paths when budle or serve using cli (#1572)
chore(cli): v0.11.1
chore(cli): v0.11.0
chore: Release 2.0.0-rc.51
chore: unit tests to check loading and bundling api definitions with openapi-core (#1568)
chore: use openapi-core to bundle definition instead of json-schema-ref-parser (#1500)
docs: remove extra word in grammar (#1539)
feat: add disable-google-font parameter to serve command in cli (#1558)
...
* chore: use openapi-core to bundle definition instead of json-schema-ref-parser
* chore: update: root and demo webpack configs
* chore: refactor loadAndBundleSpec
* chore: update vesions: openapi-core, redoc
* chore: rolled back webpack.config(s) to previous version
* chore: changed the way of creating core Config for bundling definition
* fix: disable eslint react/display-name
* fix: update nodejs version to 12 in travis config
* chore: optimize verification: browser or server
* chore: add fetch only for browser
* Update src/utils/loadAndBundleSpec.ts
* chore: isBrowser verification improvment
Co-authored-by: Roman Hotsiy <gotsijroman@gmail.com>