Commit Graph

10 Commits

Author SHA1 Message Date
Florian Dreier
83021df9b0 fix: add source map of css file to swagger-ui-react (#7601)
Fixes source map of css file missing in swagger-ui-react.
The source map is referenced in ./dist/swagger-ui.css,
but as it does not exist in the final package creates errors in our tooling.
2021-11-05 16:11:56 +01:00
Vladimir Gorej
d018e8a25a build(swagger-ui-react): align version of React with SwaggerUI
Refs #7341
2021-11-03 09:49:50 +01:00
Vladimir Gorej
bd75178241 docs(LICENSE): apply Apache 2.0 License correctly (#7574)
Closes #6635
2021-11-02 23:44:28 +01:00
Tim Lai
e538e26314 fix(swagger-ui-react): src filename extension to transpile (#6876) 2021-01-28 11:23:51 -08:00
Tim Lai
c5753248ab feat(swagger-ui-react): es module (#6303) 2020-08-14 13:53:05 -07:00
Tim Lai
7a6999b7f3 fix(swagger-ui-react): updated babel config file target (#6277) 2020-07-30 10:48:28 -07:00
kyle
d542f98530 housekeeping(flavor-react): point babel to root .babelrc (via #5467) 2019-07-18 19:25:26 -05:00
kyle
47b992f51c housekeeping: fail React flavor release if a step fails (via #5466)
* housekeeping: fail React flavor release if a step fails

* Update run.sh
2019-07-13 02:13:26 -05:00
kyle
0c04c1cdec housekeeping: allow overriding swagger-ui-react version` (via #5300)
...by setting the `REACT_FLAVOR_VERSION_IDENTIFIER` env var
2019-04-12 17:40:46 -07:00
kyle
7025773fbf feature: swagger-ui-react module (via #5207)
* swagger-ui-react alpha.0

* alpha.1

* alpha.2

* alpha.3

* begin updating README

* alpha.4

* WIP: `displayOperationId` support

* move loading error readouts to BaseLayout

* add `url` prop

* export React component as default

* add interceptor support

* modify docs markup

* add `onComplete` prop

* add `spec` prop

* Update README.md

* alpha.6

* remove independent manifest; build releasable exclusively from template

* ensure dist is present; drop config field in manifest

* drop alpha field

this script is now able to release to npm!

* remove unused selector references

* Update README.md
2019-03-01 20:41:30 -08:00