Commit Graph

23 Commits

Author SHA1 Message Date
Josh Ponelat
5ea2150ae7 initial perf, which gets stripped out in production (#4131) 2018-05-30 13:44:19 -07:00
Fritz
37001b38bb build(umd-module): prevent mangling (#4320)
* Prevent mangling of names in UMD distribution

This makes debugging easier in general.

* use `uglifyOptions`
2018-05-21 21:31:27 -07:00
kyle
11c586309f v3.14.1 (#4521)
* v3.14.1

* transform `const` & `let` to `var` in node_modules, for IE11

* rebuild dist
2018-05-04 19:25:20 -07:00
keik
765fb75356 Pass false webpack devtool option instead of null 2017-12-06 15:25:22 +09:00
Kyle Shockey
dccc9cfc36 Switch to nosource-source-map for dist builds 2017-10-19 22:47:44 -07:00
Kenny
b7bbead9c7 Merge branch 'master' into issue-1334
# Conflicts:
#	.gitignore
#	make-webpack-config.js
2017-08-02 20:14:03 +02:00
Kenny
8ca88b583f remove legacy code 2017-08-02 10:39:29 +02:00
Owen Conti
b1605a0177 Merge branch 'master' into bug/3329-duplicate-css
# Conflicts:
#	make-webpack-config.js
2017-07-17 18:49:19 -06:00
Owen Conti
d8400f8729 Fixes #3300 - Updates to versions.swaggerUi information 2017-07-09 14:17:18 -06:00
Owen Conti
63b2a9751c Fixes #3329 - Tweak webpack config to share CSS loaders for production builders. Updated production builds to use ExtractTextPlugin so styles are not built into JS. 2017-07-08 08:29:34 -06:00
RVKen
170dcece36 remove passing spec params to SwaggerUIBundle
server test json files via webpack-dev-server
2017-07-06 09:51:01 +02:00
RVKen
a3249f0d6f Merge branch 'master' into issue-1334
* 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
2017-06-30 23:24:43 +02:00
RVKen
8324486b27 write mechanism to provide local spec JSON to SwaggerUIBundle 2017-06-30 23:11:34 +02:00
RVKen
8a86ed4e6f update NoErrorsPlugin to NoEmitOnErrorsPlugin 2017-06-30 04:01:31 +02:00
RVKen
4b85dc55d3 Merge branch 'master' into webpack-migration-2.x
# 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.js
#	dist/swagger-ui.js.map
#	package.json
#	webpack-dist.config.js
#	webpack-hot-dev-server.config.js
2017-06-28 18:40:52 +02:00
RVKen
e81eee00aa migrate webpack to v2.6.1 2017-06-28 18:13:41 +02:00
RVKen
94a1997c08 migrate webpack to v2.6.1 2017-06-28 09:43:53 +02:00
Josh Ponelat
4a6716ffed Replace babel-polyfill with runtime transform 2017-06-15 16:36:33 +02:00
Kyle Shockey
c81f51f696 try/catch git describe call, fixes building without git present 2017-05-10 22:03:04 -07:00
Kyle Shockey
b6c3f91127 Fix #3003 2017-04-28 10:06:43 -07:00
Kyle Shockey
2bc6c5aa75 Revert git commit hash changes (mistake) 2017-04-21 19:04:25 -07:00
Kyle Shockey
06c82bb325 Add message that reveals commit that SwaggerUI was derived from 2017-04-20 17:11:54 -07:00
Ron
f22a628934 in with the new 2017-03-17 21:17:53 -07:00