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