index
:
swagger-ui.git
3.52.2
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
containers
Age
Commit message (
Expand
)
Author
2024-04-18
fix(config): cast configuration values into proper types (#9829)
Oliwia Rogala
2024-04-10
refactor: consolidate all JSON Schema 5 rendering code into json-schema-5 plu...
VladimĂr Gorej
2022-11-08
fix(try-it-out): reset of oas3 requestBody should use default values (#8265)
Mathias Spanhove
2021-11-03
refactor: prefix lifecycle methods with UNSAFE_
Vladimir Gorej
2021-01-26
feat: add tryItOutEnabled configuration (#6865)
Kyle Hoskins
2020-10-08
fix(filter): avoid filtering by the strings "true/false" when enabled (#6477)
Lucia Sarni
2020-08-04
fix(OAS3): relative urls (#5341)
geraldglynn
2020-07-06
build(bundle): use ES6 to import swagger-client symbols (#6208)
Vladimir Gorej
2020-07-04
refactor(swagger-client): fix import of helpers (#6190)
Vladimir Gorej
2020-06-10
improvement: Move inline styles to SCSS instead (#5578)
tomdegoede
2020-05-06
bug: remove clearValidation from onTryoutClick (#5955)
Tim Lai
2018-10-01
fix: repair schemes servers rendering (via #4913)
kyle
2018-09-28
improve: nest Servers within Schemes container (via #4911)
kyle
2018-07-04
fix: exchange function name of component Try-it-out (#4687)
yshkk
2018-06-14
housekeeping: factor out components for easier BaseLayout reuse (#4604)
Sofiia
2018-04-04
Use non-normalized operationId for layout management, if it is available (#4410)
kyle
2018-03-27
fix: path item $ref rendering (#4381)
kyle
2018-03-21
fix: request resolution via OperationContainer on mount (#4358)
kyle
2018-03-02
fix: deeplinked operation resolution (#4281)
kyle
2018-02-28
fix: use `specPath` prop to resolve operations in OperationContainer (#4272)
kyle
2018-02-23
feat: lazy resolver (#4249)
kyle
2018-02-09
feature: supportedSubmitMethods config parameter (#4186)
Scott O'Hara
2018-01-18
fix: streamline management of user-selected `produces` and `consumes` values ...
kyle
2017-12-28
Refactor `specPath` to Im data structures to avoid waste renders
Kyle Shockey
2017-12-09
Fix issue with specPath in Callbacks
Kyle Shockey
2017-11-30
Basic OperationServers wireup
Kyle Shockey
2017-11-17
Fix AuthorizeOperationBtn staleness issue
Kyle Shockey
2017-11-17
Rewire ability to disable Try It Out from OperationContainer
Kyle Shockey
2017-11-16
Fix deep linking
Kyle Shockey
2017-11-16
Fix deep linking
Kyle Shockey
2017-11-16
Use PureComponent default shouldcomponentUpdate in OperationContainer
Kyle Shockey
2017-11-16
Pass system to OperationContainer through getComponent
Kyle Shockey
2017-08-20
Add `shouldComponentUpdate` to response.jsx and live-response.jsx. Remove `is...
Owen Conti
2017-08-20
Clean up OperationContainer props.
Owen Conti
2017-08-20
Fix failed test due to removed `getConfigs`
Owen Conti
2017-08-20
Add OperationContainer component
Owen Conti