Mahtis Michel
072362244a
fix(ui): prevent example select from overflowing ( #7060 )
2021-03-10 14:07:32 -08:00
Mahtis Michel
3ead825287
feat: sample gen should incorporate schema validation constraint ( #7043 )
...
* feat(sample-gen): handle minProperties, maxProperties
* fix(sample-gen): lift required
* feat(sample-gen): handle minimum, maximum (+ exclusive)
* feat(sample-gen): handle minLength, maxLength
2021-03-10 13:19:45 -08:00
Mahtis Michel
902241cf7e
fix(sample-gen): xml attr with media-type example value ( #7045 )
2021-03-10 12:44:54 -08:00
Mahtis Michel
219d886265
fix(auth): url change should flush auth ( #7046 )
2021-03-10 11:35:45 -08:00
Mahtis Michel
f9e54a26bf
fix(sample-gen): allOf, oneOf lifting should consider properties and items ( #7041 )
2021-03-10 11:18:54 -08:00
Mahtis Michel
8405fa0101
feat: request snippets plugin ( #6910 )
2021-03-10 11:02:34 -08:00
Mahtis Michel
15b8c0c929
fix: preserve multipart file part position in requestData ( #7008 )
2021-03-10 10:45:54 -08:00
Dan Dumont
f23a9d6924
fix(auth): support pkce when using basic auth header ( #7038 )
...
* support pkce when using basic auth header
* test(auth): useBasicAuthenticationWithAccessCodeGrant + usePkceWithAuthorizationCodeGrant
2021-03-10 10:30:20 -08:00
dependabot[bot]
dc694bacd8
chore(deps-dev): bump mocha from 8.3.0 to 8.3.1
2021-03-08 00:51:03 -05:00
dependabot[bot]
1ea8af840d
chore(deps-dev): bump eslint-plugin-jest from 24.1.5 to 24.1.8
2021-03-08 00:31:00 -05:00
swagger-bot
db830fbb51
chore(release): cut the v3.44.1 release
2021-03-04 18:13:06 +00:00
dependabot[bot]
49172eb5e2
chore(deps-dev): bump postcss from 8.2.6 to 8.2.7
2021-03-04 00:46:14 -05:00
Mahtis Michel
0f092e56af
chore(build): increase bundle size limit to 1.1 MiB ( #7018 )
2021-03-03 14:08:47 -08:00
Mahtis Michel
2016c184b6
fix: json schema array items ( #7007 )
...
* feat(ux): json schema array now states type to add
this is to enhance nested array usability wise
2021-03-03 13:44:57 -08:00
Mahtis Michel
68bd61a682
fix: multipart enum initial value not set ( #7004 )
2021-03-03 12:49:56 -08:00
Mahtis Michel
d32bd1ab7c
fix: optional empty validation ( #7003 )
...
internal logic does send null to validation in case of empty parameter input.
* refactor: early return to clarify cases
2021-03-03 12:19:43 -08:00
dependabot[bot]
c65126d7ff
chore(deps-dev): bump css-loader from 5.1.0 to 5.1.1
2021-03-03 00:50:35 -05:00
dependabot[bot]
e2e5f3ae7e
chore(deps-dev): bump @babel/plugin-transform-runtime from 7.13.7 to 7.13.9
2021-03-02 02:25:55 -05:00
dependabot[bot]
2d6e0cee82
chore(deps-dev): bump @babel/plugin-proposal-nullish-coalescing-operator from 7.13.0 to 7.13.8
2021-03-02 02:24:36 -05:00
dependabot[bot]
d7fddf47c3
chore(deps): bump @babel/runtime-corejs3 from 7.13.7 to 7.13.9
2021-03-02 00:50:26 -05:00
dependabot[bot]
f380e02bbb
chore(deps-dev): bump @babel/plugin-proposal-optional-chaining from 7.13.0 to 7.13.8
2021-03-02 00:37:54 -05:00
dependabot[bot]
603a40f926
chore(deps-dev): bump @babel/preset-env from 7.13.8 to 7.13.9
2021-03-02 00:25:03 -05:00
dependabot[bot]
d3a6506062
chore(deps-dev): bump @babel/register from 7.13.0 to 7.13.8
2021-03-01 04:22:06 -05:00
dependabot[bot]
bab1f90f5c
chore(deps-dev): bump @babel/preset-env from 7.13.5 to 7.13.8
2021-03-01 00:34:29 -05:00
dependabot[bot]
e76f36ac74
chore(deps-dev): bump @babel/core from 7.13.1 to 7.13.8
2021-03-01 00:30:09 -05:00
dependabot[bot]
7367c204d0
chore(deps-dev): bump css-loader from 5.0.2 to 5.1.0
2021-02-26 00:50:57 -05:00
dependabot[bot]
64541667b1
chore(deps-dev): bump mini-css-extract-plugin from 1.3.8 to 1.3.9
2021-02-26 00:24:35 -05:00
dependabot[bot]
e1e99a9d4e
chore(deps-dev): bump @babel/plugin-transform-runtime from 7.13.6 to 7.13.7
2021-02-25 00:38:41 -05:00
dependabot[bot]
c1ed6d42c1
chore(deps): bump @babel/runtime-corejs3 from 7.13.6 to 7.13.7
2021-02-25 00:28:59 -05:00
swagger-bot
d525cc820d
chore(release): cut the v3.44.0 release
2021-02-25 00:28:50 +00:00
Tim Lai
b7d3d1ce4a
fix(info): use externalDocsUrl check to render Link ( #6997 )
...
* fixes screen reader accessibility issue
2021-02-24 15:56:24 -08:00
Luc Guinchard
482dea8f53
refactor(oauth): put script tag in body ( #6958 )
2021-02-24 15:07:49 -08:00
Mahtis Michel
4db2edcad2
feat: verbose Failed to fetch error ( #6938 )
...
* feat: verbose Failed to fetch error
* refactor: disable console.error in src/core/plugins/spec/actions.js
Co-authored-by: Tim Lai <timothy.lai@gmail.com >
2021-02-24 14:32:25 -08:00
dependabot[bot]
b3e08ff8a2
chore(deps-dev): bump @babel/preset-env from 7.12.17 to 7.13.5
2021-02-24 02:41:52 -05:00
dependabot[bot]
d647d74b0c
chore(deps-dev): bump @babel/plugin-transform-runtime from 7.12.17 to 7.13.6
2021-02-24 00:45:03 -05:00
dependabot[bot]
fd637ef897
chore(deps): bump @babel/runtime-corejs3 from 7.12.18 to 7.13.6
2021-02-24 00:40:06 -05:00
dependabot[bot]
e732d40208
chore(deps-dev): bump @babel/cli from 7.12.17 to 7.13.0
2021-02-24 00:27:17 -05:00
dependabot[bot]
c1c7cf3f0f
chore(deps-dev): bump @babel/plugin-proposal-class-properties from 7.12.13 to 7.13.0
2021-02-23 03:03:18 -05:00
dependabot[bot]
1ef597e3b3
chore(deps-dev): bump @babel/core from 7.12.17 to 7.13.1
2021-02-23 02:45:47 -05:00
dependabot[bot]
f66a1e89c6
chore(deps-dev): bump @babel/plugin-proposal-optional-chaining from 7.12.17 to 7.13.0
2021-02-23 02:43:28 -05:00
dependabot[bot]
2e01e8b614
chore(deps-dev): bump @babel/register from 7.12.13 to 7.13.0
2021-02-23 00:24:52 -05:00
dependabot[bot]
fc1d94b42b
chore(deps-dev): bump @babel/plugin-proposal-nullish-coalescing-operator from 7.12.13 to 7.13.0
2021-02-23 00:21:44 -05:00
dependabot[bot]
5668cea84a
chore(deps): bump lodash from 4.17.20 to 4.17.21
2021-02-22 00:28:10 -05:00
dependabot[bot]
33eb352745
chore(deps-dev): bump @babel/core from 7.12.16 to 7.12.17
2021-02-19 02:43:00 -05:00
dependabot[bot]
1e976a11f1
chore(deps-dev): bump @babel/plugin-transform-runtime from 7.12.15 to 7.12.17
2021-02-19 02:35:57 -05:00
dependabot[bot]
9b19984d04
chore(deps-dev): bump mini-css-extract-plugin from 1.3.7 to 1.3.8
2021-02-19 02:35:48 -05:00
dependabot[bot]
373a34769b
chore(deps-dev): bump @babel/cli from 7.12.16 to 7.12.17
2021-02-19 00:48:19 -05:00
dependabot[bot]
7745aca18d
chore(deps-dev): bump @babel/plugin-proposal-optional-chaining from 7.12.16 to 7.12.17
2021-02-19 00:44:42 -05:00
dependabot[bot]
0238592b91
chore(deps): bump @babel/runtime-corejs3 from 7.12.13 to 7.12.18
2021-02-19 00:44:19 -05:00
dependabot[bot]
eb90f41021
chore(deps-dev): bump @babel/preset-env from 7.12.16 to 7.12.17
2021-02-19 00:24:29 -05:00