Releases: swagger-api/swagger-ui
Swagger UI v3.36.1 Released!
Swagger UI v3.36.0 Released!
3.36.0 (2020-10-22)
Features
Bug Fixes
- auth: Allow PKCE for legacy AccessCode OAuth2 Grant Type (#6011) (5a87c8a), closes #6010
- auth: support for oauth2 relative url (#6546) (0a807d6)
- auth: add additional autoFocus for http-auth component (#6527) (8e3e059), closes #6483
- response examples should respect media-type (#6456) (87ab4e9)
- duplicate downloading of remote config (#6544) (50e5f65)
- oauth redirect HTML title tag (#6533) (17f140b)
Swagger UI v3.35.2 Released!
3.35.2 (2020-10-15)
Bug Fixes
-
oas3: switching media types should update schema properties (#6518) (3905fad), closes #6201 #6250 #6476
-
missing commas in response header values #6183 (#6515) (99fda81)
-
style: preventing long strings from overflowing (#5934) (#6507) (4b2fddd)
-
jest: add stub for errActions to prevent unhandled promise rejections #6365 (#6495) (537ad6d)
-
jest: unknown prop initialValue on input tag (#6506) (1af8678)
Swagger UI v3.35.1 Released!
3.35.1 (2020-10-08)
Bug Fixes
-
parameter-row: rendering of default/example values of 0 (#6454) (797929f)
-
syntax-highlighter: configuration for Examples (#6455) (b5e8081), closes #5259
-
examples multipart array sample generation for items (#6461) (f4bdf2f)
-
filter: avoid filtering by the strings "true/false" when enabled (#6477) (aa53ec2)
-
style: inconsistent background colors in code sections (#6472) (1b11d5c)
-
deprecate from "new Buffer" to "Buffer.from" (#6489) (6c5e91d)
Swagger UI v3.35.0 Released!
3.35.0 (2020-10-01)
Bug Fixes
- auth: both array and Im.List scopes can be added to redirectURL (#6416) (95fd3e7)
- swagger-ui-react: Use oneOfType in spec prop validation (fix #6399) (#6400) (52360a0)
- sample schema should stringify string values for content-type: text/json (#6431) (ad630cc), closes #6412
- try-it-out: required boolean default value set to empty string (#6449) (f5c709f), closes #6429
Features
Swagger UI v3.34.0 Released!
Swagger UI v3.33.0 Released!
3.33.0 (2020-09-10)
Bug Fixes
- curlify: for -d, handle Immutable vs non-Immutable cases (#6349) (0c60696)
- curlify: replace all occurrences of
$(#6354) (89d57fc) - Add
entrySeq()tobodyProperties.map()(#6267) (0199b47) - Allowing servers dropdown to change when oas3Actions.setSelectedServer is called (#6358) (5123b47), closes #6351
- Updating select to pass in a better prop; updating test to do a better check (#6385) (6ad418d), closes #6372
- models view when object key contains deprecated:true (#6371) (d4eea4d), closes #6369
- style: servers environment select (#6367) (7a63ba3)
- style: restore wrapping of long text in pre blocks (#6377)