[4.10.3](https://github.com/swagger-api/swagger-ui/compare/v4.10.2...v4.10.3) (2022-04-01)
Bug Fixes
* **docker:** Instruct browser not to cache swagger-initializer.js ([7960](https://github.com/swagger-api/swagger-ui/issues/7960)) ([46c87bc](https://github.com/swagger-api/swagger-ui/commit/46c87bcbc1d29925ff0658b2b170918f3e76550b))
* **fn:** RandExp error should not cause UI to completely fail ([7940](https://github.com/swagger-api/swagger-ui/issues/7940)) ([b825e44](https://github.com/swagger-api/swagger-ui/commit/b825e440770d9328996a116784cb77b05ab24c6c))
* **css:** alignment of authorization btn ([7955](https://github.com/swagger-api/swagger-ui/issues/7955)) ([ed344ff](https://github.com/swagger-api/swagger-ui/commit/ed344ff836a28dd82f9a2a8c42f9dbc58999e8ef))
* **dev-helpers:** restore default url setting ([7965](https://github.com/swagger-api/swagger-ui/issues/7965)) ([496d53e](https://github.com/swagger-api/swagger-ui/commit/496d53e7822db67e039802be6e15f919b7cbb842))
Reverts
* Revert "fix(oas3): set markdown line breaks to true (7942)" (7967) ([ffeb678](https://github.com/swagger-api/swagger-ui/commit/ffeb678f8611ebdd4dcef4ce976b2a097c1a6484)), closes [#7942](https://github.com/swagger-api/swagger-ui/issues/7942) [#7967](https://github.com/swagger-api/swagger-ui/issues/7967)
Note on revert
Per OpenAPI 3.0 spec [here](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.0.md#rich-text-formatting),
> Throughout the specification description fields are noted as supporting CommonMark markdown formatting. Where OpenAPI tooling renders rich text it MUST support, at a minimum, markdown syntax as described by [CommonMark 0.27](http://spec.commonmark.org/0.27/).
If a 2-line rendering is desired, [hard-line breaks](https://spec.commonmark.org/0.27/#hard-line-break) should be used, e.g. 2 white spaces, or a "\" char, at the end of the line.
Release version note
This release version, v4.10.3, is intended to immediately follow [v4.10.0](https://github.com/swagger-api/swagger-ui/releases/tag/v4.10.0). The intermediate versions were failed releases.