1. 05 5月, 2018 1 次提交
    • K
      v3.14.1 (#4521) · 11c58630
      kyle 提交于
      * v3.14.1
      
      * transform `const` & `let` to `var` in node_modules, for IE11
      
      * rebuild dist
      11c58630
  2. 28 4月, 2018 1 次提交
    • K
      v3.14.0 (#4492) · 7049de62
      kyle 提交于
      * v3.14.0
      
      * fix: simplify config fetch interceptor implementation
      
      * add `loadRemoteConfig` flag to requests
      
      * v3.14.0
      7049de62
  3. 21 4月, 2018 1 次提交
  4. 14 4月, 2018 1 次提交
  5. 31 3月, 2018 1 次提交
  6. 25 3月, 2018 1 次提交
    • K
      v3.13.1 (#4367) · 9c8955ed
      kyle 提交于
      * fix: don't assign example if an example does not exist
      
      fixes #4319
      
      * v3.13.1
      
      * rebuild dist
      9c8955ed
  7. 17 3月, 2018 1 次提交
  8. 10 3月, 2018 1 次提交
    • K
      v3.12.1 (#4311) · 49e04666
      kyle 提交于
      * v3.12.1
      
      * Rebuild dist for v3.12.1
      49e04666
  9. 03 3月, 2018 1 次提交
    • K
      v3.12.0 (#4282) · 83232dc2
      kyle 提交于
      * Use `parameterWithMeta` to get parameter data in <ParameterRow>
      
      * Prefer specPath when fetching resolved subtrees in OperationContainer
      
      * Add test for OAS3 callback rendering
      
      * Remove debugger statement
      
      * Pass base resolution URL directly to Swagger-Client subtree resolver
      
      * Remove accidental comment
      
      * Migrate additional options
      
      * Don't default to empty Map when getting subtree
      
      * fix(validateParam): check for ImList type before using count method
      
      * Use `replaceState` to update `urls.primaryName`
      
      This gives us the stateful URL we want, without:
      (a) refreshing the page on update
      (b) creating a long, useless history for the user
      (c) implying that browser history is two-way bound
          to Swagger-UI (it isn't, we don't have a router)
      
      * Add `fn.opsFilter` docs and internal API versioning note
      
      * restrict `x-example` functionality to Swagger 2.0
      
      * polish Authorize + Close buttons
      
      * add tachyons; use it for padding the new Reset button
      
      * v3.12.0
      
      * rebuild dist
      83232dc2
  10. 24 2月, 2018 1 次提交
  11. 06 1月, 2018 1 次提交
  12. 16 12月, 2017 2 次提交
  13. 10 12月, 2017 1 次提交
  14. 24 11月, 2017 1 次提交
  15. 18 11月, 2017 1 次提交
  16. 11 11月, 2017 1 次提交
  17. 04 11月, 2017 1 次提交
  18. 02 11月, 2017 1 次提交
  19. 28 10月, 2017 1 次提交
  20. 25 10月, 2017 2 次提交
  21. 30 9月, 2017 1 次提交
  22. 16 9月, 2017 2 次提交
    • K
      v3.2.1 · a625177c
      Kyle Shockey 提交于
      a625177c
    • O
      Merge ft/performance (#3670) · 91a4794a
      Owen Conti 提交于
      * Updated docs for correct usage of SWAGGER_JSON
      
      * Removed href attribute from anchor tag if deeplinking is disabled
      
      * 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.
      
      * Refactor: use ternary operators at attribute level instead of element level
      
      * Only polyfill Promise if it doesn't exist at all
      
      * v3.1.7
      
      * Typo fix
      
      * fix #3624
      
      * Squash commit: OAS3 Try-It-Out changes
      
      * Parse JSON requestBodies so Client can consume them correctly
      
      * Use Client branch
      
      * Fix typo in swagger-client dependency
      
      * Fix property names being displayed in array models
      
      * Working on refactoring of model.jsx
      
      * Fit linter and tests
      
      * 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.
      
      * v3.2.0
      
      * 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.
      
      * OAS3 Accept header control: Component-side
      
      * OAS3 Accept header control: State-side
      
      * Update response.jsx to use already existing, fromJSOrdered function
      
      * Added test for response.jsx to make sure properties are passed to `ModelExample` component in the correct order
      
      * Remove `it.only` from new test
      
      * Fixes #3596
      
      Wrap `isShownKey` values in a function that replaces spaces with underscores. When parsing the hash on route change, replace the spaces in the values with underscores again.
      
      * 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.
      
      * Handle null value in createDeepLinkPath
      
      * 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.
      
      * LINTING!
      
      * Roll back win import removal
      
      Lost in merge conflict....
      
      * More merge oversights...
      91a4794a
  23. 10 9月, 2017 1 次提交
  24. 26 8月, 2017 1 次提交
  25. 12 8月, 2017 1 次提交
  26. 03 8月, 2017 1 次提交
  27. 28 7月, 2017 1 次提交
  28. 22 7月, 2017 1 次提交
  29. 15 7月, 2017 1 次提交
  30. 08 7月, 2017 1 次提交
  31. 30 6月, 2017 1 次提交
  32. 29 6月, 2017 2 次提交
  33. 28 6月, 2017 1 次提交
  34. 24 6月, 2017 1 次提交
  35. 22 6月, 2017 1 次提交
  36. 20 6月, 2017 1 次提交