3016 Commits (bd5424308f308104c6057a17a55938b9a539a733)
 

Author SHA1 Message Date
  Kyle bd5424308f Merge branch 'master' into bug/oas3-accept-controls 7 years ago
  Kyle ef5904f3f0 Merge pull request #3668 from owenconti/test/3667-escaping-utils-tests 7 years ago
  Kyle Shockey ef8b37a580 LINTING! 7 years ago
  Kyle fa312cb70d Merge branch 'master' into bug/oas3-accept-controls 7 years ago
  Owen Conti 33ee880f36 Add extra check for String types in `createDeepLinkPath`. Add `trim()` call on passed-in value in `createDeepLinkPath`. Added unit tests for new deep link util functions. 7 years ago
  Owen Conti acac3ee875 Merge branch 'master' of github.com:swagger-api/swagger-ui 7 years ago
  Kyle 11d8a341e7 Merge pull request #3661 from owenconti/bug/3596-permalink-encoding 7 years ago
  Owen Conti 78ed1e60f3 Merge branch 'master' of github.com:swagger-api/swagger-ui 7 years ago
  Owen Conti 840912cb56 Handle null value in createDeepLinkPath 7 years ago
  Owen Conti a6e070ac76 Replace spaces with underscores when setting the hash value and inserting the ID into the DOM. Escape the deep link path when querying for the DOM element on hash change. 7 years ago
  Owen Conti 16364fb81e Merge branch 'master' of github.com:swagger-api/swagger-ui into bug/3596-permalink-encoding 7 years ago
  Owen Conti 430e2a970f Fixes #3596 7 years ago
  Kyle c7cb902eee Merge pull request #3655 from owenconti/bug/3032-wrong-properties-order 7 years ago
  Owen Conti ef99b7e434 Remove `it.only` from new test 7 years ago
  Owen Conti cade5100e0 Merge branch 'master' of github.com:swagger-api/swagger-ui into bug/3032-wrong-properties-order 7 years ago
  Owen Conti cb88cd53b6 Added test for response.jsx to make sure properties are passed to `ModelExample` component in the correct order 7 years ago
  Owen Conti a47cc284f7 Update response.jsx to use already existing, fromJSOrdered function 7 years ago
  Kyle Shockey 277cc81a8c OAS3 Accept header control: State-side 7 years ago
  Kyle Shockey 26edaa5f0b OAS3 Accept header control: Component-side 7 years ago
  Owen Conti 7cd42992f2 Merge branch 'master' of github.com:swagger-api/swagger-ui 7 years ago
  Kyle 746e247834 Merge pull request #3650 from owenconti/bug/3490-anyOf-oneOf-not 7 years ago
  Kyle 8a4d2461d8 Merge branch 'master' into bug/3490-anyOf-oneOf-not 7 years ago
  Kyle 72f01b631e Merge branch 'master' into bug/3032-wrong-properties-order 7 years ago
  Owen Conti 408e038b2d fromJS does not maintain order of object properties. Use a reviver function with fromJS inside the response.jsx component for the passed down schema prop. 7 years ago
  Ron 65ff161c0b Merge pull request #3579 from OpenGov/bug/SWAGGER_JSON-doc-fix 7 years ago
  Ron 93fcf06620 Merge branch 'master' into bug/SWAGGER_JSON-doc-fix 7 years ago
  Kyle 23cb5c93e5 Merge pull request #3651 from shockey/v/3.2.0 7 years ago
  Kyle Shockey 560d566d7d v3.2.0 7 years ago
  Owen Conti 3f04d2dfc6 Merge branch 'master' into bug/3490-anyOf-oneOf-not 7 years ago
  Owen Conti 12c96e3190 Add comment to array-model for to clarify change. Rework logic in `Model.render()` to fix bug with overriding name and schema from `$ref` definition. 7 years ago
  Kyle 3f9b999e90 Merge pull request #3648 from swagger-api/ft/oas3-tio 7 years ago
  Kyle a2b572872f Merge branch 'master' into ft/oas3-tio 7 years ago
  Kyle Shockey 5bc096d32b Fit linter and tests 7 years ago
  Owen Conti e9f46e6f5e Working on refactoring of model.jsx 7 years ago
  Owen Conti 3b9940567b Fix property names being displayed in array models 7 years ago
  Kyle Shockey a58e6eb766 Fix typo in swagger-client dependency 7 years ago
  Kyle Shockey e2fcadf6d4 Use Client branch 7 years ago
  Kyle Shockey d14ae62aa5 Parse JSON requestBodies so Client can consume them correctly 7 years ago
  Kyle f618ed632d Merge pull request #3632 from heldersepu/master 7 years ago
  Kyle Shockey 7a2c7d2cdc Squash commit: OAS3 Try-It-Out changes 7 years ago
  HelderSepu 947953d087 fix #3624 7 years ago
  Kyle de64123d6f Merge pull request #3619 from vanta/patch-1 7 years ago
  Krzysztof Wolny 6c03655003 Typo fix 7 years ago
  Kyle f0fdc6613e Merge pull request #3614 from shockey/v/3.1.7 7 years ago
  Kyle Shockey 2b644afb44
v3.1.7 7 years ago
  Kyle e37d4a5108 Merge pull request #3613 from swagger-api/bug/3586-promise-polyfill-species-test 7 years ago
  Kyle db4aa95d4a Only polyfill Promise if it doesn't exist at all 7 years ago
  Kyle f5df9ff173 Merge pull request #3612 from invictusmaneo/bug/3610 7 years ago
  Kyle Shockey 5da3843281
Refactor: use ternary operators at attribute level instead of element level 7 years ago
  Surya f63d2b1ae8 If deeplinking is disabled the anchor tag has no href attribute as a result the mouse pointer is not a pointer as it is no longer a hyperlink, setting the cursor explicitly to pointer. 7 years ago