Commit Graph

2833 Commits

Author SHA1 Message Date
Owen Conti
6beaaca6e6 Fixes #3361 - Check for null and undefined values in validateParam 2017-07-10 19:46:32 -06:00
shockey
4a66219782 Merge pull request #3331 from owenconti/bug/3102-unguarded-expressions
Separate model.jsx components to their own files
2017-07-10 18:45:45 -07:00
shockey
025ec662c0 Merge branch 'master' into bug/3102-unguarded-expressions 2017-07-10 18:42:18 -07:00
Owen Conti
914b21f228 Revert back to the 'breaks' fix for newlines in markdown content 2017-07-10 19:23:18 -06:00
Owen Conti
b11399a57e Revert original fix and implement fix from @1Map 2017-07-10 17:39:05 -06:00
Minasokoni
fe200f8616 styling updates 2017-07-11 09:46:44 +12:00
Gwyn Judd
c3f9c094d1 Added maxRows and filter support
Useful for the display of very large swagger specs. Can limit the number of operations to a smaller value and search
2017-07-11 09:38:20 +12:00
RVKen
25a602bc18 write overall e2e test script 2017-07-10 21:00:58 +02:00
Owen Conti
d8400f8729 Fixes #3300 - Updates to versions.swaggerUi information 2017-07-09 14:17:18 -06:00
Owen Conti
14b63c5bf9 Fixes #2926 - Add optional title prop to Collapse so collapse elements can render titles to be clickable 2017-07-09 13:59:59 -06:00
RVKen
98b633a143 add copy-webpack-plugin dependency 2017-07-08 20:56:11 +02:00
Owen Conti
5d9ab6a0a2 Fixes #3078 - Added breaks: true to Remarkable so newlines are rendered as line breaks. Remove margin-top from <p> tags within .model elements to fix the alignment in the model's description text. 2017-07-08 10:48:52 -06:00
Owen Conti
63b2a9751c Fixes #3329 - Tweak webpack config to share CSS loaders for production builders. Updated production builds to use ExtractTextPlugin so styles are not built into JS. 2017-07-08 08:29:34 -06:00
shockey
42efd8a60e Merge pull request #3351 from shockey/v/3.0.18
v3.0.18
2017-07-07 18:40:20 -07:00
Kyle Shockey
afa73040f3 Rebuild dist 2017-07-07 18:29:47 -07:00
Kyle Shockey
4acb95b659 v3.0.18 2017-07-07 18:24:06 -07:00
shockey
38cccf9670 Merge pull request #3346 from owenconti/bug/3271-fix-trim-with-non-json-parameters
Fixes #3271 - Trimming parameter values
2017-07-07 15:35:08 -07:00
Ron
fe9af65793 Merge branch 'master' into feature/apisSorter 2017-07-07 15:31:18 -07:00
shockey
0f961b7162 Merge branch 'master' into bug/3271-fix-trim-with-non-json-parameters 2017-07-07 15:31:14 -07:00
shockey
286160437c Merge pull request #3332 from owenconti/bug/3309-required-file-inputs
Fixes #3309 - Required File inputs
2017-07-07 15:16:00 -07:00
shockey
f5b299f4f5 Merge branch 'master' into bug/3309-required-file-inputs 2017-07-07 15:11:43 -07:00
Ron
3c5ad11d09 Merge branch 'master' into bug/3271-fix-trim-with-non-json-parameters 2017-07-07 15:10:49 -07:00
shockey
0f1b3cc78d Merge pull request #3350 from sharkpp/fix_non_ascii_char_class_name
fixing Non-ascii character class name
2017-07-07 14:17:41 -07:00
sharkpp
ff41b30171 fixing Non-ascii character class name
Fixed to LATIN SMALL LETTER A because class name contained CYRILLIC
SMALL LETTER A.
2017-07-08 01:19:03 +09:00
RVKen
ee2f9d0a01 take out bin files from the repo 2017-07-07 10:10:25 +02:00
RVKen
9e8007398a mock api 2017-07-07 09:47:39 +02:00
shockey
9a3df4a6bb Merge branch 'master' into bug/3309-required-file-inputs 2017-07-06 22:27:04 -07:00
shockey
896954c682 Merge pull request #3344 from owenconti/bug/3334-duplicate-arrows
Fixes #3334 - Add autoprefixer back to postcss plugins
2017-07-06 21:59:09 -07:00
Owen Conti
c1ffd9ee08 Fixes #3271 - Only trim parameter values if the parameter's content type is JSON. Change default value of parameter inputs to be '{}' only if the parameter's content type is JSON 2017-07-06 19:54:10 -06:00
shockey
346218f0ca Merge branch 'master' into issue-1334 2017-07-06 18:27:00 -07:00
Owen Conti
4ddb3cd597 Remove unused required prop from ObjectModel 2017-07-06 18:49:47 -06:00
Kyle Shockey
a1ce0e7b3c Rebuild dist (for editor) 2017-07-06 11:27:22 -07:00
Kyle Shockey
f0332d9cb5 add isSwagger2 selector 2017-07-06 11:19:51 -07:00
Owen Conti
0862369c56 Fixes #3100 - Style changes for required properties. Pass required prop down to ObjectModel properly. Remove passing of required prop to "type" models. 2017-07-06 06:38:57 -06:00
RVKen
170dcece36 remove passing spec params to SwaggerUIBundle
server test json files via webpack-dev-server
2017-07-06 09:51:01 +02:00
Kyle Shockey
f2b40a4056 Rebuild dist 2017-07-05 18:24:43 -07:00
Kyle Shockey
0ebea56f90 Display example values for Request Bodies 2017-07-05 17:00:07 -07:00
Owen Conti
7b33f2a262 Fixes #3334 - Add autoprefixer back to postcss plugins 2017-07-05 17:34:54 -06:00
Kyle Shockey
189f048e91 Stashed: move anyOf/oneOf/not into core 2017-07-05 15:18:50 -07:00
Kyle Shockey
4e80e292b2 Merge branch 'master' into ft/oas3 2017-07-04 23:50:00 -07:00
Raphaël MARQUES
ac3b12fd8b Merge branch 'master' into feature/apisSorter 2017-07-05 08:44:38 +02:00
Kyle Shockey
8ed43a1329 Ensure OAS3 Markdown fields are sanitized 2017-07-04 19:12:43 -07:00
Owen Conti
7e5e1e3093 Merge branch 'bug/3309-required-file-inputs' of github.com:owenconti/swagger-ui into bug/3309-required-file-inputs 2017-07-04 16:48:42 -06:00
Owen Conti
551a5a81a1 Fix test for falsy values 2017-07-04 16:48:23 -06:00
Owen Conti
6205aa48f1 Merge branch 'master' into bug/3309-required-file-inputs 2017-07-04 16:43:07 -06:00
shockey
e1a7bed9a3 Merge pull request #3336 from shockey/bug/3291-self-is-not-defined
Add try/catch for module asset require calls
2017-07-04 10:05:21 -07:00
shockey
42c085c5e5 Merge branch 'master' into bug/3291-self-is-not-defined 2017-07-04 10:01:55 -07:00
Kyle Shockey
9b21b5c2de Add try/catch for module asset require calls 2017-07-04 09:58:34 -07:00
Raphaël MARQUES
d031413d92 Fix typo in README 2017-07-04 09:20:55 +02:00
Raphaël MARQUES
aa07bb6b50 Complying with request for changes 2017-07-04 09:18:58 +02:00