* `test/e2e` -> `test/e2e-selenium`
* add Cypress
* ESLint fixes
* MOAR cypress
* `integration` -> `tests`
* wire Cypress up to a hot e2e server
* linter fixes
* don't run in CI
* set new bundlesize goal
* preserve `GeneratorFunction` instead of all function names
* use js-yaml fork that doesn't require esprima
* set HTML content directly, instead of using React-Markdown
* use remarkable for all Markdown rendering
* add babel-plugin-transform-react-remove-prop-types
* remove SplitPaneMode plugin
* remove react-collapse
* remove AST plugin, and yaml-js
* trim Markdown HTML string output before rendering
* disable obsolete function name preservation
* add `getComponent` to propTypes
* master: (50 commits)
update NoErrorsPlugin to NoEmitOnErrorsPlugin
Undo change to `swagger-client` dependency
trigger setScheme when a new set of schemes come in
fix eslint issues
pin yams version
update dist
revert dependencies
minify bundle css
migrate webpack to v2.6.1
#3110 - Fix models down arrow icon in firefox
Fixes#3299 - export validateNumber and validateInteger for easy reuse and testing. Broke validateParam required check onto multiple lines. Added tests for validateNumber, validateInteger, and validateParam
Improve README with more information about `urls`
Rename variable: "selectedName" -> "primaryName"
"name" -> "urls.primaryName"
Update selectedIndex when a new URL is loaded
Use select value to avoid react warning
Properly added name config Now access it through getConfigs Documented it in README
Add displayRequestDuration configuration option.
Fix for #2947 - Display property names for non-object models
#3256 - Remove unnecessary JSON.stringify call on example values that are already strings
...
# Conflicts:
# dist/swagger-ui-bundle.js
# dist/swagger-ui-bundle.js.map
# dist/swagger-ui-standalone-preset.js
# dist/swagger-ui-standalone-preset.js.map
# dist/swagger-ui.css
# dist/swagger-ui.css.map
# dist/swagger-ui.js
# dist/swagger-ui.js.map
# make-webpack-config.js
# package.json
# webpack-dist.config.js
# webpack-hot-dev-server.config.js