Swagger-UI 3.0.17 Released!
Interface changes: None
- Locked dependency for
swagger-client
to exact version. This should be a transparent change. - Removed
babel-polyfill
dependency. This should make it easier to use Swagger-UI in projects that also usebabel-polyfill
. (via #2599) - Fixed untranspiled arrow function syntax in
swagger-ui-dist-package/absolute-path.js
that would cause problems with Node < 4.0.0 (via #3264) - Explicitly pinned
[email protected]
in order to pick up an upstream fix that should improve our compatibility with projects that use Webpack 2.0+ (via #3281) - Fixed a bug where empty Markdown source text would cause the UI to render
undefined
as text.