**Interface changes**: Added optional `domNode` config parameter that overrides `dom_id`.
- Feature: Support for basic auth in OAuth accessCode flow (via 3380)
- Feature: Render `anyOf`, `oneOf`, `not` in object models (3490 via 3513)
- Feature: Mount Swagger-UI to an element by passing a node reference directly into `domNode` (3492 via 3501)
- Feature: Indicate OAS3 parameter deprecation (3458 via 3524)
- Feature: Display tag `externalDocs` (3397 via 3508)
- Improvement: Rewire model name selection priority in order to get more accurate names (3505 via 3514)
- Bugfix: Use correct font for errors (2903 via 3354)
- Bugfix: Model descriptions no longer overflow containers (3480 via 3488)
- Bugfix: Primitive models now display their names if present (3500 via 3509)
- Bugfix: Swagger-UI no longer attaches CORS headers to requests (3367 via 3481)
- Bugfix: nested operations and callbacks no longer jank, as animation has been removed (3450 via 3522)
- Chore: remove duplicate `less` package from package dependencies (3502 via 3512)
[Version Diff](https://github.com/swagger-api/swagger-ui/compare/v3.1.2...v3.1.3)