1. 26 5月, 2018 2 次提交
    • K
      v3.16.0 (#4593) · bacea7af
      kyle 提交于
      * v3.16.0
      
      * rebuild dist
      bacea7af
    • K
      feat: OAS3 binary media type support (#4592) · 43304aa8
      kyle 提交于
      * fix(validator-badge): resolve definition URLs against browser location
      
      * use param as meta parameter if not found
      
      * convert request body from Immutable if necessary
      
      * show file upload for `format: binary` and `format: base64` jsonschema strings
      
      * add `dispatchInitialValue` prop to JsonSchemaForm
      
      * add optional subkey parameter to onChange
      
      * add binary media type support to request body
      43304aa8
  2. 23 5月, 2018 1 次提交
  3. 22 5月, 2018 3 次提交
  4. 19 5月, 2018 1 次提交
  5. 18 5月, 2018 2 次提交
  6. 17 5月, 2018 1 次提交
    • K
      feature: OAS3 object parameter support (#4563) · c1007a28
      kyle 提交于
      * render suitable interface for `type: object` parameters
      
      * validate OAS3 object parameters correctly
      
      * display parameter validation errors
      
      * remove irrelevant css classes
      
      * rm comment
      
      * fix failing tests
      
      * add validateParam tests
      
      * add enzyme tests for object parameter rendering
      
      * run actual tests first
      c1007a28
  7. 16 5月, 2018 1 次提交
  8. 15 5月, 2018 1 次提交
  9. 12 5月, 2018 1 次提交
  10. 11 5月, 2018 3 次提交
  11. 08 5月, 2018 2 次提交
  12. 05 5月, 2018 3 次提交
    • K
      v3.14.1 (#4521) · 11c58630
      kyle 提交于
      * v3.14.1
      
      * transform `const` & `let` to `var` in node_modules, for IE11
      
      * rebuild dist
      11c58630
    • K
      meta: multiple issue templates (#4519) · a37d6370
      kyle 提交于
      * MOAR issue templates
      
      * ...LESS issue templates
      a37d6370
    • K
      improvement: sanitization via DOMPurify (#4513) · 75747424
      kyle 提交于
      * swap `sanitize-html` for `dompurify`
      
      * set up node enzyme tests with jsdom
      
      dompurify, as the name suggests, needs a DOM or it won't work!
      
      * reconcile tests and sanitizer settings
      
      * remove obsolete sanitizeOptions
      
      * add `jsdom` dependency
      75747424
  13. 04 5月, 2018 1 次提交
    • H
      Improve downloadable HighlightCode filename (#4508) · 8055129d
      Helder Sepulveda 提交于
      * Update highlight-code.jsx
      * improve filename no more response.txt
      * use new `fileName` prop for file names
      * use template strings for `fileName` prop values
      * fall back to old "response.txt" file name if none is provided
      8055129d
  14. 28 4月, 2018 2 次提交
  15. 27 4月, 2018 2 次提交
  16. 24 4月, 2018 1 次提交
  17. 21 4月, 2018 3 次提交
  18. 20 4月, 2018 1 次提交
  19. 19 4月, 2018 2 次提交
  20. 14 4月, 2018 5 次提交
  21. 13 4月, 2018 2 次提交
    • G
      enhance: scrollable + downloadable `HighlightCode` (#4397) · 27955183
      Giancarlo Klemm Camilo 提交于
      * Auto hidding content that is longer than 600 characters long.
      
      * Added basic downloading
      
      Slightly broken
      
      * Better downloading
      
      now downloads file on button click
      
      * Fix the angry linter
      
      * Fix dist
      
      * Removed collapsing, added scrolling.
      
      * Code clean up.
      
      * CSS fix.
      
      * prevent HighlightCode from scrolling entire document
      
      * center "Download" text in button
      
      * `this.downloadJSON` -> `this.downloadText`
      
      we're always saving as `.txt`, so JSON is a misnomer
      
      * hide Download button behind option `downloadable` prop
      
      * `file-saver` -> `js-file-download`
      27955183
    • C
      docs: fix typo (#4431) · 2bf2167a
      Chris Ormerod 提交于
      Operations is lowercase, without this fix the example doesn't work as a Copy/Paste
      2bf2167a