Updating our react-jsonschema-form fork to the latest HEAD.#252
Updating our react-jsonschema-form fork to the latest HEAD.#252
Conversation
|
There's a current bug with the dataloss fix I put in where the keychange doesn't happen for both sides of the row: "This is a custom title" should also read "tkktkt" since that matches the flow for I'm going to package this fix up into a PR for the main react-jsonschema-form repo and see if they all have any ideas on a better solution than what I've currently got. |
domharrington
left a comment
There was a problem hiding this comment.
Just been through this on a call with Jon. Bug demonstrated with the fix working after a dependency upgrade.
Lets try and get an automated test for this and submit it upstream if possible!
commit ac5a385053119cd05ffea3960dc78e4df3215d14
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Thu Nov 14 10:12:46 2019 -0800
chore(deps-dev): bump prettier from 1.18.2 to 1.19.1 (#368)
* chore(deps-dev): bump prettier from 1.18.2 to 1.19.1
Bumps [prettier](https://github.com/prettier/prettier) from 1.18.2 to 1.19.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/1.18.2...1.19.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* chore: re-running prettier
* chore: re-running prettier
commit cd7dba3ad76e181b7df05932fdb917f7e4e24436
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Thu Nov 14 09:29:57 2019 -0800
feat: Extracting oas-to-har into @readme/oas-to-har (#376)
* feat: splitting the oas-to-har work out of the explorer and its own pkg
* chore: fixing broken oas-to-har tests
* chore: adopting @readme/eslint-config in the root dir
* chore: removing code from api-explorer that now exist elsewhere
* chore: removing @readme/eslint-config from the root repo for now
* chore: bumping oas to 1.0.0
* chore: using @readme/eslint-config from npm and updating oas
* chore: using @readme/eslint-config and @readme/oas-to-har from npm
* chore: fixing a typo in the oas-to-har readme
commit 0703097d539de4703d18366091b176b30ffafa46
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Wed Nov 6 11:50:22 2019 -0800
v4.11.1
commit e5b5ec42450b1293ed366b98ccbde0ee35301250
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Wed Nov 6 11:47:04 2019 -0800
chore: updating dist files
commit f3aa37f67eb0eb78b8b2b5fa2b03db14ff7ff5b5
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Wed Nov 6 10:32:39 2019 -0800
chore: instituting new code standards on prop ordering (#366)
* fix: resolving a bug where $ref responses weren't processed
* fix: resovling descriptions on $ref examples being missing
* chore: adding tests
* chore: instituting new code standards on prop ordering
commit 341b6b54ebc248ec74c21c66a57a35da78b93707
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Wed Nov 6 10:14:13 2019 -0800
fix: responses stored as a $ref wouldn't be fully loaded (#364)
* fix: resolving a bug where $ref responses weren't processed
* fix: resovling descriptions on $ref examples being missing
* chore: adding tests
commit b32ac6e0876e541e139d067eb507be302f99478d
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Mon Nov 4 13:13:54 2019 -0800
chore: we're no longer using codeclimate
commit 41f965208b4733d7b03395f908dee53f952bee28
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Mon Nov 4 12:58:08 2019 -0800
v4.11.0
commit 91cc74dc275eb18e0bb485218e3c51722408b0b9
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Mon Nov 4 12:54:58 2019 -0800
chore: updating dist files
commit 162086c04a7e0989ef2631f69e901a4581663618
Author: Rafe Goldberg <rafegoldberg@gmail.com>
Date: Mon Nov 4 12:53:32 2019 -0800
feat: Update Schema Form UI (#228)
* update schema form UI
* reformat JS
* define CustomTemplate props
* fix props + concat issues
* format SchemaField jsx
* re-add form classes
attempting to fix failing tests
* array/object field touchups
* match maddie's styling
* polish
* scope styles
* globalize SchemaForm CSS import
- add CSS file loader to webpack conf
- move CSS import to SchemaForm.jsx
* enable CSS transpilation for Jest
* configure SCSS webpack compilation
* combine stylesheets
* adjust button girth
* fix descriptions display
* enwiden description text for simple params
* touchup edge cases
* post-rebase adjustments
- bump sass loader dep for webpk 4 compliance
* reformat post-rebase
* fix manual APIs
and some final polish
* fix unlabeled required marker of arr/obj child
* unify stylesheets
- move master styles in to SCSS
- deprecate the old CSS file
* sync package locks
commit 18124921c434d9f44849d93c6ee534fdc69d8286
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Nov 4 09:09:46 2019 -0800
deps: Bump eslint-config-prettier from 6.4.0 to 6.5.0 (#358)
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.4.0...v6.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 45d2b2762b9d496fc2b8da394d52622cf4e4679e
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Nov 4 09:08:36 2019 -0800
deps: Bump auto-changelog from 1.16.1 to 1.16.2 (#359)
Bumps [auto-changelog](https://github.com/CookPete/auto-changelog) from 1.16.1 to 1.16.2.
- [Release notes](https://github.com/CookPete/auto-changelog/releases)
- [Changelog](https://github.com/CookPete/auto-changelog/blob/master/CHANGELOG.md)
- [Commits](https://github.com/CookPete/auto-changelog/compare/v1.16.1...v1.16.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 01c2f62fd83d07c257182bcc46573c919b2f2313
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Nov 4 09:08:03 2019 -0800
deps: Bump lerna from 3.18.1 to 3.18.3 (#360)
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 3.18.1 to 3.18.3.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/master/core/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v3.18.3/core/lerna)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit c3fc259dc9a46056f456abc3aecb4cc5f7351e95
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Nov 4 09:07:32 2019 -0800
deps: Bump webpack-dev-server from 3.8.2 to 3.9.0 (#361)
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.8.2 to 3.9.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.8.2...v3.9.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit f5085fe3955860c39324254157e2540ade917658
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Nov 4 09:06:19 2019 -0800
deps: Bump nock from 11.3.6 to 11.7.0 (#362)
Bumps [nock](https://github.com/nock/nock) from 11.3.6 to 11.7.0.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nock/nock/compare/v11.3.6...v11.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit d2d30490078db65eaad298aaf8d63af9f35734e9
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Nov 4 09:05:10 2019 -0800
deps: Bump webpack-cli from 3.3.9 to 3.3.10 (#363)
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.9 to 3.3.10.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.10/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.9...v3.3.10)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 603cbf3cd5122751b525d94ff1f5b12efc81f62e
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Fri Nov 1 15:08:18 2019 -0700
v4.10.6
commit 92f44696c16c4bda81c90bce3dc77265369c6ce5
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Fri Nov 1 15:05:27 2019 -0700
chore: updating dist files
commit 9cd6081f94c2a5f271d50da9037094e1ee605217
Author: Rafe Goldberg <rafegoldberg@gmail.com>
Date: Fri Nov 1 15:03:08 2019 -0700
fix: Fix Multi-Example Display Logic (#357)
* fix multi-example display logic
* fix formatting issue
commit 069a41314cdf614aa54bd3e7ce9650bdee2b3b39
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Tue Oct 29 09:59:59 2019 -0700
v4.10.5
commit 00bd43c299f24d663bc6d036bcd14a086d30c4ea
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Tue Oct 29 09:57:50 2019 -0700
chore: Updating dist files
commit 2116be2d44ba9607d1cf1bca37b8be19515c28a1
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue Oct 29 09:52:52 2019 -0700
deps: Bump react-dom from 16.10.2 to 16.11.0 (#354)
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.10.2 to 16.11.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.11.0/packages/react-dom)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 5eaf601059d46a3507196838a34c1a89a968c022
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue Oct 29 09:52:16 2019 -0700
deps: Bump classnames from 2.2.5 to 2.2.6 (#352)
Bumps [classnames](https://github.com/JedWatson/classnames) from 2.2.5 to 2.2.6.
- [Release notes](https://github.com/JedWatson/classnames/releases)
- [Changelog](https://github.com/JedWatson/classnames/blob/master/HISTORY.md)
- [Commits](https://github.com/JedWatson/classnames/compare/v2.2.5...v2.2.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit bbc707a36a30300d45547b2325ab968321f623d5
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue Oct 29 09:51:22 2019 -0700
deps: Bump webpack from 4.41.1 to 4.41.2 (#353)
Bumps [webpack](https://github.com/webpack/webpack) from 4.41.1 to 4.41.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.1...v4.41.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit fdca892ea1aef9fde5b2a59d54a0c2bd60968919
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Tue Oct 29 09:50:05 2019 -0700
fix: Simplifying state handoffs between Response and ResponseExample (#350)
* fix: Simplifying state handoffs between Response and ResponseExample
* fix firefox select display issues
* fix jsinspect issue
Apparently my additional wrapper tag pushed `jsinspect` over it's 50% threshold so it failed the build... I refactor the `ResponseExample` CSS selectors to avoid this, since this was really a small change and this markup was already a bit specious! I do agree that this type of duplication _definitely_ smells. (A core set of ReadMe components might help ease some of this friction! https://github.com/readmeio/styleguidist-demo, not to plug my own pet project or anything...)
commit ef3a1d9f1a9e356e5db90fc942cd69973d62d6be
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue Oct 29 09:37:05 2019 -0700
deps: Bump eslint from 6.5.1 to 6.6.0 (#355)
Bumps [eslint](https://github.com/eslint/eslint) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.5.1...v6.6.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 727032213bab2276d4a9cd3d588917e89df63f88
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Fri Oct 25 14:47:19 2019 -0700
tests: Moving tests against Node 10.16.0 to match prod (#351)
commit 08157c7f4f99d13389bf3e5e4b019a7724eeb002
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Fri Oct 25 14:45:13 2019 -0700
deps: Bump react from 16.9.0 to 16.11.0 (#349)
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.9.0 to 16.11.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.11.0/packages/react)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit be65dacad58fd1ed8131d2a2216ef05ddc44982a
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Fri Oct 25 14:32:28 2019 -0700
deps: Bump react-debounce-input from 3.2.0 to 3.2.2 (#344)
Bumps [react-debounce-input](https://github.com/nkbt/react-debounce-input) from 3.2.0 to 3.2.2.
- [Release notes](https://github.com/nkbt/react-debounce-input/releases)
- [Commits](https://github.com/nkbt/react-debounce-input/compare/v3.2.0...v3.2.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit b1e24d5cc5949e2aac4bca8d398cb6bfc5f61c82
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Fri Oct 25 14:02:36 2019 -0700
deps: Bump @babel/preset-env from 7.6.2 to 7.6.3 (#343)
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.6.2 to 7.6.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.2...v7.6.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 54a048d3258cdb11f3bf4d0d08637d680bbe3da0
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Fri Oct 25 12:41:23 2019 -0700
deps: Bump lerna from 3.16.4 to 3.18.1 (#341)
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 3.16.4 to 3.18.1.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/master/core/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v3.18.1/core/lerna)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 14320590835456ca6b0a5410a4d1df9a6e54d42d
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Fri Oct 25 12:40:37 2019 -0700
deps: Bump codemirror from 5.49.0 to 5.49.2 (#342)
Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.49.0 to 5.49.2.
- [Release notes](https://github.com/codemirror/CodeMirror/releases)
- [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codemirror/CodeMirror/compare/5.49.0...5.49.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 8c592d70fe060abab5974c7bffc478c930f3f44c
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Fri Oct 25 12:21:55 2019 -0700
chore: Adding a `format: password` string example to our types def
commit cab621367ff15ba2a5cba747f78d114ebdaf69f5
Author: Sean Dokko <dokko1230@gmail.com>
Date: Thu Oct 24 15:46:47 2019 -0700
v4.10.4
commit 984810d2b4fb12cdd51b047be78241a0d2231972
Author: Sean Dokko <dokko1230@gmail.com>
Date: Thu Oct 24 15:45:57 2019 -0700
📦 build dist
commit b18ed86e64cffd8c3b7a672095004456ccc99cb3
Author: Sean Dokko <dokko1230@gmail.com>
Date: Thu Oct 24 15:16:20 2019 -0700
v4.10.3
commit b44c2cc5b76565a3af2c989af054645e36312cf9
Author: Sean Dokko <dokko1230@gmail.com>
Date: Thu Oct 24 15:14:29 2019 -0700
📦 build dist again
commit a871bd60d246269a97c5728468ea189abf9f7807
Merge: a08c589 4783926
Author: Sean Dokko <dokko1230@gmail.com>
Date: Thu Oct 24 15:12:08 2019 -0700
Merge branch 'master' of github.com:readmeio/api-explorer
* 'master' of github.com:readmeio/api-explorer:
📦 bump api-explorer version
♻️ let the syntaxHandler handle the passed in value
♻️ check for typeof instead of falsy value
✅ add test
📦 bump packages
🐛 codemirror should never consume a parameter of false
commit a08c589879188000f108702801d3f7e2e1891154
Author: Sean Dokko <dokko1230@gmail.com>
Date: Thu Oct 24 15:11:38 2019 -0700
📦 build dist
commit 47839260e749295b518ace43efeb5b3d8b389b02
Merge: b8290c0 88cdc51
Author: Sean <dokko1230@gmail.com>
Date: Thu Oct 24 15:03:04 2019 -0700
Merge pull request #348 from readmeio/fix/syntax-highlighter
Fix/syntax highlighter
commit 88cdc51ee2d15f3be2da412593e9c079f779192c
Author: Sean Dokko <dokko1230@gmail.com>
Date: Thu Oct 24 14:44:24 2019 -0700
📦 bump api-explorer version
commit 129171542f7e26df624626a4446c20588102fa47
Author: Sean Dokko <dokko1230@gmail.com>
Date: Thu Oct 24 14:43:53 2019 -0700
♻️ let the syntaxHandler handle the passed in value
commit de75ab7f3a1d1619d8ff01b6bb58462ac24d779b
Author: Sean Dokko <dokko1230@gmail.com>
Date: Thu Oct 24 14:42:05 2019 -0700
♻️ check for typeof instead of falsy value
commit 64881c7cd4aa94f95215eb8cb830f959513a7cec
Author: Sean Dokko <dokko1230@gmail.com>
Date: Thu Oct 24 14:39:53 2019 -0700
✅ add test
commit f253c6340861e23386760c1f1dc56133c590eedc
Author: Sean Dokko <dokko1230@gmail.com>
Date: Thu Oct 24 14:15:48 2019 -0700
📦 bump packages
commit 01c0c985c7e8cc25b3408fb35febca6f913efc26
Author: Sean Dokko <dokko1230@gmail.com>
Date: Thu Oct 24 14:11:46 2019 -0700
🐛 codemirror should never consume a parameter of false
commit b8290c0b10d59e36ed48f365d52c36b1cc881c5a
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Wed Oct 23 16:35:01 2019 -0700
v4.10.2
commit a0ed94e0c301ac0a274bf7b55f38ca28a795785d
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Wed Oct 23 16:33:57 2019 -0700
chore: Updating dist files
commit 071f0e0d2cdcedb5d657d6c4f48cebf32461c70c
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Wed Oct 23 16:30:48 2019 -0700
fix: If we encounter "mixed type" as a type, convert it to "string" (#347)
* fix: If we encounter "mixed type" as a type, convert it to "string"
* test: Adding a test case
commit bd178ef62c8f386090f7b2bb70b260550c5d8efa
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Wed Oct 23 14:44:11 2019 -0700
v4.10.1
commit e56eff34f29883bd6390046e491242937bdacb56
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Wed Oct 23 14:40:44 2019 -0700
chore: Updating dist files
commit 45f728eea4120e52eae0f7a06859ce801a1784e9
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Wed Oct 23 14:28:42 2019 -0700
fix: Backport support for multi media types to legacy Manual APIs (#346)
* fix: Stop showing [Object object] on error messages.
* chore: Show Wepback progress when watching file changes
* fix: Adhoc code to upgrade legacy manual API shapes to support multi-types
commit 14c986822555bce4ab8df8d86694995dbabb3f34
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Tue Oct 15 11:45:21 2019 -0700
v4.10.0
commit 26ad3dd7ea4d23969dd6c7d19e8740b8f3e55e29
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Tue Oct 15 11:26:02 2019 -0700
chore: Update dist files
commit 6ac7b67dd279c2c3e1652c24cff5b4a27dc2a5b7
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Tue Oct 15 10:37:51 2019 -0700
feat: Adding support for multiple media types (#312)
* Renaming Example to ResponseExample.
* No longer showing a dropdown if a response has a single example.
* Adding an example spec for multiple media type support.
* Updating lock files.
* Updating the package lock files.
* Resolving a typo in the multiple-media-types example.
* Getting multi-media type selection working again.
* Revising copy to match the designs.
* update styles
* Resolving some ESLint issues.
* Updating the explorer package lock
* Removing dead code.
* Fixing a Prettier issue
* Toggling between response content types now updates the code sample.
commit c4fc4fbb3a5f7799bed9b7c1ae03cdf0c16248a7
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Oct 14 09:32:57 2019 -0700
deps: Bump @babel/core from 7.6.2 to 7.6.4 (#338)
Bumps [@babel/core](https://github.com/babel/babel) from 7.6.2 to 7.6.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.2...v7.6.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit e19366521f65a78727ddead2fbc1aa081130ec29
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Oct 14 09:31:30 2019 -0700
deps: Bump @babel/preset-react from 7.0.0 to 7.6.3 (#337)
Bumps [@babel/preset-react](https://github.com/babel/babel) from 7.0.0 to 7.6.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.0.0...v7.6.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 56263df40d24ae2a749038b7e5ce2bcf665cfa5e
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Oct 14 09:21:43 2019 -0700
deps: Bump react-hot-loader from 4.12.14 to 4.12.15 (#339)
Bumps [react-hot-loader](https://github.com/gaearon/react-hot-loader) from 4.12.14 to 4.12.15.
- [Release notes](https://github.com/gaearon/react-hot-loader/releases)
- [Changelog](https://github.com/gaearon/react-hot-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gaearon/react-hot-loader/compare/v4.12.14...v4.12.15)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 2f856d8085959b84b0542085e3e23ea2a2324027
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Oct 14 09:20:37 2019 -0700
deps: Bump enzyme-adapter-react-16 from 1.14.0 to 1.15.1 (#340)
Bumps [enzyme-adapter-react-16](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme-adapter-react-16) from 1.14.0 to 1.15.1.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme-adapter-react-16@1.15.1/packages/enzyme-adapter-react-16)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit eda0843ce963083bffa6e5ac83aa6bf73472739e
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Oct 14 09:16:42 2019 -0700
deps: Bump webpack from 4.41.0 to 4.41.1 (#336)
Bumps [webpack](https://github.com/webpack/webpack) from 4.41.0 to 4.41.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.0...v4.41.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit c8abc1a7dc7f2d3219ba382108354160d72315b9
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Thu Oct 10 09:57:33 2019 -0500
deps: Bump react-dom from 16.8.6 to 16.10.2 (#335)
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.8.6 to 16.10.2.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.10.2/packages/react-dom)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 7560b04570f8b31e0093021ac5ee925b2d171c4e
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Thu Oct 10 09:52:26 2019 -0500
deps: Bump nock from 11.3.5 to 11.3.6 (#332)
Bumps [nock](https://github.com/nock/nock) from 11.3.5 to 11.3.6.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nock/nock/compare/v11.3.5...v11.3.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit f632eb7cae76991736167d1cb15ebb416b7865df
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Thu Oct 10 09:51:41 2019 -0500
deps: Bump eslint from 6.5.0 to 6.5.1 (#334)
Bumps [eslint](https://github.com/eslint/eslint) from 6.5.0 to 6.5.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.5.0...v6.5.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 36b5d34dbec986f00c78a6648223a5ba822be3e4
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Thu Oct 10 09:50:47 2019 -0500
deps: Bump eslint-config-prettier from 6.3.0 to 6.4.0 (#333)
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.3.0...v6.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 3c689cda9008c8f7d48bd609edf22e0a63ff0638
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Thu Oct 10 09:50:03 2019 -0500
deps: Bump remark-breaks from 1.0.0 to 1.0.3 (#331)
Bumps [remark-breaks](https://github.com/remarkjs/remark-breaks) from 1.0.0 to 1.0.3.
- [Release notes](https://github.com/remarkjs/remark-breaks/releases)
- [Commits](https://github.com/remarkjs/remark-breaks/compare/1.0.0...1.0.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit cd9ba477686c8416864ed879da3a245ea1604325
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Sat Oct 5 11:29:46 2019 -0700
deps: Bump react-hot-loader from 3.1.3 to 4.12.14 (#327)
Bumps [react-hot-loader](https://github.com/gaearon/react-hot-loader) from 3.1.3 to 4.12.14.
- [Release notes](https://github.com/gaearon/react-hot-loader/releases)
- [Changelog](https://github.com/gaearon/react-hot-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gaearon/react-hot-loader/compare/v3.1.3...v4.12.14)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 9a82009b27856f3fd18981b979862ca4672fc305
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Fri Oct 4 12:06:52 2019 -0700
deps: Bump eslint-plugin-react from 7.14.3 to 7.16.0 (#328)
* Bump eslint-plugin-react from 7.14.3 to 7.16.0
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.14.3 to 7.16.0.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.14.3...v7.16.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Resolving ESLint issues.
commit 8b8e1a9618a9c95e972d9b8482917fe5c5899f1e
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Fri Oct 4 11:36:13 2019 -0700
deps: Bump babel-jest from 24.8.0 to 24.9.0 (#329)
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 24.8.0 to 24.9.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v24.9.0/packages/babel-jest)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 34c9a834cc4f207aba4a582aab2ecf881b8f3b75
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Fri Oct 4 11:35:39 2019 -0700
deps: Bump unified from 8.4.0 to 8.4.1 (#330)
Bumps [unified](https://github.com/unifiedjs/unified) from 8.4.0 to 8.4.1.
- [Release notes](https://github.com/unifiedjs/unified/releases)
- [Changelog](https://github.com/unifiedjs/unified/blob/master/changelog.md)
- [Commits](https://github.com/unifiedjs/unified/compare/8.4.0...8.4.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 3de42504cbb7ad9ccb915ac81103acd4f7b22e8a
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Fri Oct 4 11:02:43 2019 -0700
deps: [Security] Bump lodash from 4.17.11 to 4.17.15 (#326)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. **This update includes a security fix.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit a9ae6481479fae571083cb6157fad9e084b31dd6
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Wed Oct 2 15:25:39 2019 -0700
v4.9.0
commit a0fa3cb36754b9ad994bfb04ffafc0350229eb9d
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Wed Oct 2 15:22:07 2019 -0700
chore: Updating dist files
commit 27efa379b4963af2648cba0ba9df7786735c2035
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Wed Oct 2 15:14:15 2019 -0700
feat: Upgrade to Webpack 4 (#270)
* Removing some unused packages.
* deps: Upgrading to Webpack 4.41
commit 4fb934dfedaf21b93d7db909c41a460df5ab8b2b
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Wed Oct 2 14:18:14 2019 -0700
deps: Bump @babel/preset-env from 7.4.4 to 7.6.2 (#323)
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.4.4 to 7.6.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.4.4...v7.6.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 81ea246c8f0d0af280957fb3207d2d5804870df9
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Wed Oct 2 13:06:54 2019 -0700
deps: Upgrade ESLint to 6.5.0 (#325)
* Upgrading the demo site to the latest ESLint and resolving issues.
* Upgrading ESLint in the Explorer package and resolving issues.
* Upgrading ESLint in the api-logs package and resolving issues.
* Upgrading ESLint in the markdown package and resolving issues.
* Upgrading ESLint in the oas-extensions package.
* Upgrading ESLint in the syntax-highlighter package.
* Upgrading ESLint in the variable package.
* Updating package lock files.
* Resolving new issues that cropped up with a master merge.
* Removing livereactload since it's no longer used.
commit fde4352142d0e15cf76741614eab3dabe223cd34
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Wed Oct 2 10:18:45 2019 -0700
v4.8.7
commit 870eae4ec1e31e514735f0f3fd52d085a8b0fbc7
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Wed Oct 2 10:17:22 2019 -0700
chore: Updating dist files
commit 59b9741c7284cc0d7fc67d6f8f42613693c7ab5d
Merge: 0954da8 a8e056b
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Wed Oct 2 10:06:24 2019 -0700
feature/refresh-logs-on-try-it (#310)
* Allows logs to individually refresh on clicking 'try it now'
* set state manually to not trigger lifecycle methods
* removed invokation
* Simplified the prop passing for the api-logs component
- Removed the EventEmitter class and passed down `group`, `groups` and `changeGroup` from the top level
- Removed concept of `stale` and always rerender
- Removed visibility-sensor and just reload when we know we're going to be stale
- Removed initialLoad and utilize the length of the `state.logs` array instead - this seems to be the same?
* module removal + test fixes
* added retry package for log reqs
* prettier
* removing dist from commit
* Added retry logic and test coverage
* adding dist back in
* Covered edge case where new logs were not populated
* Reworked function calls for getting logs and updated conditional for retry throws
* Modified state updates for cleaner ux, error handling for async-retry edge case
* Removing react-visibility-sensor as it's no longer used.
commit 0954da8266cb79ad3038e791cc45fb5f8081c260
Merge: 36128d4 92cb774
Author: Rafe Goldberg <rafegoldberg@gmail.com>
Date: Wed Oct 2 10:06:12 2019 -0700
Bump rehype-raw from 3.0.0 to 4.0.1 (#302)
Bump rehype-raw from 3.0.0 to 4.0.1
Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
commit a8e056be983a89a94b6349bc8c63642955f78ae0
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Wed Oct 2 10:00:19 2019 -0700
Removing react-visibility-sensor as it's no longer used.
commit 36128d461eafbde369116102fa162b003541631d
Merge: bd6a5fe ed57abe
Author: domharrington <domharrington@users.noreply.github.com>
Date: Tue Oct 1 17:05:35 2019 -0700
Merge pull request #320 from readmeio/dependabot/npm_and_yarn/babel/core-7.6.2
Bump @babel/core from 7.6.0 to 7.6.2
commit de09ee41b261c37dfc89d11b26048f4d53e7c7ab
Author: Gabriel Ratcliff <gaberatcliff@gmail.com>
Date: Tue Oct 1 13:04:44 2019 -0700
Modified state updates for cleaner ux, error handling for async-retry edge case
commit 86795e00cb9abbd21c937d6cea1c94e6a22d9d5f
Author: Gabriel Ratcliff <gaberatcliff@gmail.com>
Date: Tue Oct 1 10:48:17 2019 -0700
Reworked function calls for getting logs and updated conditional for retry throws
commit a0fe3226c801f6e6a32c8d170116f4c070f670b3
Author: Gabriel Ratcliff <gaberatcliff@gmail.com>
Date: Mon Sep 30 14:30:41 2019 -0700
Covered edge case where new logs were not populated
commit bd6a5fe395bd23aa9121463cadbed6d50385aff9
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Mon Sep 30 13:09:36 2019 -0700
v4.8.6
commit 525ac2d9a955c044ddb0c27471c683762d794c18
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Mon Sep 30 13:06:15 2019 -0700
Updating dist files.
commit 7af110a7c2bb46d09c2089e07f58823279a61835
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Sep 30 12:16:01 2019 -0700
Bump react from 16.4.2 to 16.9.0 (#307)
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.4.2 to 16.9.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.9.0/packages/react)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 3751e6981b9764c9a87d29e8282f5681ad3f7359
Author: Gabriel Ratcliff <gaberatcliff@gmail.com>
Date: Mon Sep 30 11:32:52 2019 -0700
adding dist back in
commit 2bd1c27e736822729a5f35ad1f302364d20479cf
Author: Gabriel Ratcliff <gaberatcliff@gmail.com>
Date: Mon Sep 30 11:07:08 2019 -0700
Added retry logic and test coverage
commit a40d5843615adc43bf0cd580b6aeaebc071c748d
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Sep 30 11:01:41 2019 -0700
Bump nock from 10.0.6 to 11.3.5 (#321)
Bumps [nock](https://github.com/nock/nock) from 10.0.6 to 11.3.5.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nock/nock/compare/v10.0.6...v11.3.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit ed197de9b8abde6718ec4edd9c0611dbc5b13b32
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Sep 30 11:01:12 2019 -0700
Bump auto-changelog from 1.10.2 to 1.16.1 (#322)
Bumps [auto-changelog](https://github.com/CookPete/auto-changelog) from 1.10.2 to 1.16.1.
- [Release notes](https://github.com/CookPete/auto-changelog/releases)
- [Changelog](https://github.com/CookPete/auto-changelog/blob/master/CHANGELOG.md)
- [Commits](https://github.com/CookPete/auto-changelog/compare/v1.10.2...v1.16.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 35a137c633a28219f2b7ea7d5cbcb03311a4e182
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Sep 30 10:48:04 2019 -0700
Bump codemirror from 5.48.4 to 5.49.0 (#324)
Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.48.4 to 5.49.0.
- [Release notes](https://github.com/codemirror/CodeMirror/releases)
- [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codemirror/CodeMirror/compare/5.48.4...5.49.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit ed57abecb58f370293aa187175ec183f1363e03a
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Sep 30 10:46:48 2019 +0000
Bump @babel/core from 7.6.0 to 7.6.2
Bumps [@babel/core](https://github.com/babel/babel) from 7.6.0 to 7.6.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.0...v7.6.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit f32a523a4cc57df4256cc8153b8e236ac2b36b85
Merge: 2ec8378 ccd1b82
Author: Rafe Goldberg <rafegoldberg@gmail.com>
Date: Fri Sep 27 14:59:44 2019 -0700
Merge pull request #319 from readmeio/fix/link-targets-in-markdown
Set link tag's [target] in the editor
commit ccd1b82a74554205a519991dcfbc7fd13a4e823a
Author: Dom Harrington <domharrington@protonmail.com>
Date: Fri Sep 27 14:39:59 2019 -0700
Prettier
commit ff37c2c4acb3708920188bc2127361d2c9d43779
Author: Dom Harrington <domharrington@protonmail.com>
Date: Fri Sep 27 14:36:13 2019 -0700
Add tests for target=_blank in Anchor
commit cd5dd115ab3ec3895ee72befec95cc654187eaff
Author: Rafe Goldberg <rafegoldberg@gmail.com>
Date: Fri Sep 27 12:50:02 2019 -0700
fix anchor args to match tests
commit bdbda8ff06ce3e6bf405af42346cd3462c8e08c0
Author: Rafe Goldberg <rafegoldberg@gmail.com>
Date: Fri Sep 27 12:31:34 2019 -0700
omg rafe r u 4 real
commit 944c4471e0bb22e25716d6664aad7a6a0cb92f2d
Author: Rafe Goldberg <rafegoldberg@gmail.com>
Date: Fri Sep 27 12:21:35 2019 -0700
let user set target from a tags
commit b2224872e4cdec96b16f26068fda96d0800cb57e
Author: Gabriel Ratcliff <gaberatcliff@gmail.com>
Date: Thu Sep 26 13:03:56 2019 -0700
removing dist from commit
commit 1190d5573cab9675e28f194a54bcb255f41c1517
Author: Gabriel Ratcliff <gaberatcliff@gmail.com>
Date: Thu Sep 26 12:08:08 2019 -0700
prettier
commit 51b0c14dc20f0830a50028e59db76abdca92818a
Author: Gabriel Ratcliff <gaberatcliff@gmail.com>
Date: Thu Sep 26 12:06:38 2019 -0700
added retry package for log reqs
commit 2ec83789acae0b318a6fe03b67f5d722f0bebb23
Merge: d65ce10 1758e38
Author: Rafe Goldberg <rafegoldberg@gmail.com>
Date: Wed Sep 25 14:55:42 2019 -0700
Bump unified from 7.0.2 to 8.4.0 (#315)
Bump unified from 7.0.2 to 8.4.0
Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
commit d65ce100890c12940fae3a29ef78e815d3c05f1d
Merge: 4d4fb5d 62d3e67
Author: domharrington <domharrington@users.noreply.github.com>
Date: Wed Sep 25 11:49:53 2019 -0700
Merge pull request #301 from readmeio/dependabot/npm_and_yarn/babel/core-7.6.0
Bump @babel/core from 7.4.4 to 7.6.0
commit 4d4fb5d10fa740ed8f887acfe53729074f72283b
Merge: aa77b19 78e087b
Author: domharrington <domharrington@users.noreply.github.com>
Date: Wed Sep 25 11:48:57 2019 -0700
Merge pull request #314 from readmeio/dependabot/npm_and_yarn/enzyme-adapter-react-16-1.14.0
Bump enzyme-adapter-react-16 from 1.3.0 to 1.14.0
commit aa77b19e83223d770340a4cd0812ce166a28f102
Merge: 91fd4eb b0b3a8e
Author: domharrington <domharrington@users.noreply.github.com>
Date: Wed Sep 25 11:47:55 2019 -0700
Merge pull request #316 from readmeio/dependabot/npm_and_yarn/eslint-config-prettier-6.3.0
Bump eslint-config-prettier from 6.2.0 to 6.3.0
commit b0b3a8ecb95f5c2f12ad2b3a2c68f587a1d0f3a3
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Sep 23 10:17:01 2019 +0000
Bump eslint-config-prettier from 6.2.0 to 6.3.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.2.0...v6.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 1758e384b0d5313d777016256e33eec9034cddc8
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Sep 23 10:14:13 2019 +0000
Bump unified from 7.0.2 to 8.4.0
Bumps [unified](https://github.com/unifiedjs/unified) from 7.0.2 to 8.4.0.
- [Release notes](https://github.com/unifiedjs/unified/releases)
- [Changelog](https://github.com/unifiedjs/unified/blob/master/changelog.md)
- [Commits](https://github.com/unifiedjs/unified/compare/7.0.2...8.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 78e087b9e2792a592ec39464a2cc466b5e92875b
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Sep 23 10:13:31 2019 +0000
Bump enzyme-adapter-react-16 from 1.3.0 to 1.14.0
Bumps [enzyme-adapter-react-16](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme-adapter-react-16) from 1.3.0 to 1.14.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme-adapter-react-16@1.14.0/packages/enzyme-adapter-react-16)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 00c339d2e4b7b1a31fb8fe681cab18f8eb6fa479
Author: Gabriel Ratcliff <gaberatcliff@gmail.com>
Date: Thu Sep 19 16:46:40 2019 -0700
module removal + test fixes
commit 50c62520ae6a3c6581d9db558e53b3a87fcdce37
Author: Dom Harrington <domharrington@protonmail.com>
Date: Tue Sep 17 18:42:18 2019 -0700
Simplified the prop passing for the api-logs component
- Removed the EventEmitter class and passed down `group`, `groups` and `changeGroup` from the top level
- Removed concept of `stale` and always rerender
- Removed visibility-sensor and just reload when we know we're going to be stale
- Removed initialLoad and utilize the length of the `state.logs` array instead - this seems to be the same?
commit d157f3b541a524f6f787d22cee0ebbaf2c4b3e5d
Author: Gabriel Ratcliff <gaberatcliff@gmail.com>
Date: Tue Sep 17 15:11:00 2019 -0700
removed invokation
commit 108b186f2208ee5bcdbc146aaac73971f8699417
Author: Gabriel Ratcliff <gaberatcliff@gmail.com>
Date: Tue Sep 17 15:06:39 2019 -0700
set state manually to not trigger lifecycle methods
commit 91fd4ebcd8b27c6bfd42ed9fb63b352631ff83f0
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Tue Sep 17 14:26:10 2019 -0700
v4.8.5
commit 1956c45e644bcf873f246530432035fd7eb5abf2
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Tue Sep 17 14:25:11 2019 -0700
Updating the dist.
commit cd3074241145a603e21812be3a6486c16f77dde1
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Tue Sep 17 14:17:44 2019 -0700
Stop nesting Markdown response descriptions in a `p` tag. (#311)
commit 9395ba1c7f83b1b32f522ff5def22acda4d1df51
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Tue Sep 17 10:44:11 2019 -0700
Removing the legacy-stuff directory. (#309)
commit 0866d0d4678fef21a7b3cbdeb0273e9aaabcb1ca
Author: Gabriel Ratcliff <gaberatcliff@gmail.com>
Date: Tue Sep 17 10:35:51 2019 -0700
Allows logs to individually refresh on clicking 'try it now'
commit a34e37d58d43daf6a3bd442d8c067b12dd291ae2
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Tue Sep 17 09:58:42 2019 -0700
Removing some unused dependencies from the API Explorer. (#308)
commit 5bb56d4d94844907e52546d4a7c52cf9aaa5c4c3
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue Sep 17 09:50:40 2019 -0700
Bump js-cookie from 2.1.4 to 2.2.1 (#305)
Bumps [js-cookie](https://github.com/js-cookie/js-cookie) from 2.1.4 to 2.2.1.
- [Release notes](https://github.com/js-cookie/js-cookie/releases)
- [Commits](https://github.com/js-cookie/js-cookie/compare/v2.1.4...v2.2.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 2b5042d1cb4a34feaf4b369e18c0ff36908b0749
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue Sep 17 09:27:24 2019 -0700
Bump webpack-merge from 4.1.1 to 4.2.2 (#303)
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 4.1.1 to 4.2.2.
- [Release notes](https://github.com/survivejs/webpack-merge/releases)
- [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/survivejs/webpack-merge/compare/v4.1.1...v4.2.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 2dbd7959fb0d622783a345b376cb8ef97a92269b
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue Sep 17 09:23:35 2019 -0700
Bump eslint-plugin-react from 7.13.0 to 7.14.3 (#293)
* Bump eslint-plugin-react from 7.13.0 to 7.14.3
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.13.0 to 7.14.3.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.13.0...v7.14.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Resolving some ESLint React errors that cropped up.
commit de5662fd66405365066e0f1af5efa380a853626f
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue Sep 17 09:08:54 2019 -0700
Bump enzyme from 3.9.0 to 3.10.0 (#294)
Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases)
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit ba7b0c1841358dcb220702ddd241e62dc079e7ff
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue Sep 17 08:53:52 2019 -0700
Bump codemirror from 5.48.2 to 5.48.4 (#286)
Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.48.2 to 5.48.4.
- [Release notes](https://github.com/codemirror/CodeMirror/releases)
- [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codemirror/CodeMirror/compare/5.48.2...5.48.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 92cb77424598cbe33672b22114059faf2fd10189
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Sep 9 10:47:35 2019 +0000
Bump rehype-raw from 3.0.0 to 4.0.1
Bumps [rehype-raw](https://github.com/rehypejs/rehype-raw) from 3.0.0 to 4.0.1.
- [Release notes](https://github.com/rehypejs/rehype-raw/releases)
- [Commits](https://github.com/rehypejs/rehype-raw/compare/3.0.0...4.0.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 62d3e678da501f01b42b95dfd1d4b64153812ec6
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Sep 9 10:41:28 2019 +0000
Bump @babel/core from 7.4.4 to 7.6.0
Bumps [@babel/core](https://github.com/babel/babel) from 7.4.4 to 7.6.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.4.4...v7.6.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit d8da27f6f6b79966cd2026d66431d0d8c880e669
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Thu Sep 5 10:14:56 2019 -0700
Bump eslint-config-prettier from 4.3.0 to 6.2.0 (#300)
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 4.3.0 to 6.2.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v4.3.0...v6.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 5151c9cdd13ac4d60e3747a43c2ce85f2ae2dc68
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Thu Sep 5 09:54:03 2019 -0700
Bump gh-pages from 1.1.0 to 2.1.1 (#295)
Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 1.1.0 to 2.1.1.
- [Release notes](https://github.com/tschaub/gh-pages/releases)
- [Changelog](https://github.com/tschaub/gh-pages/blob/master/changelog.md)
- [Commits](https://github.com/tschaub/gh-pages/compare/v1.1.0...v2.1.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 409c8566831b0bd63bad57b442b3633eb827adb9
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Thu Sep 5 09:44:23 2019 -0700
v4.8.4
commit 411b37489aaa505ecea8a1f93ff0c57d75cfe785
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Thu Sep 5 09:42:28 2019 -0700
Updating dist files
commit b18514fc4c593c7754af5c9bd8ad8fc32100d194
Author: Gregory Koberger <gkoberger@gmail.com>
Date: Thu Sep 5 09:38:40 2019 -0700
Use icons for the copy button (#299)
* Use icons for the copy button
* Okay, ESLint!
* Reverting dist changes to master
* Resolving Prettier issues.
commit 85a6a3503160dcbd02beb458a5bd6219694bed13
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Wed Sep 4 12:49:05 2019 -0700
v4.8.3
commit 9ccbd4f5301e37f04263a54c5bdd6f2794b92b7b
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Wed Sep 4 12:48:26 2019 -0700
Updating the dist files.
commit d82a1522d41f99cbbe2161d2ddabfcc7b1b9c43c
Merge: 992468b 380008d
Author: Marc Cuva <mjcuva@gmail.com>
Date: Wed Sep 4 12:06:34 2019 -0700
Merge pull request #298 from readmeio/bug/split-reference-api-logs
Fix logs in the hubs with split reference
commit 380008dd32662190cb7f579da9cdc8e16f5d3d2e
Author: Marc Cuva <mjcuva@gmail.com>
Date: Tue Sep 3 11:03:39 2019 -0700
Fix logs in the hubs with split reference
commit 992468b9368e41e127b58fac3b8066138fda475f
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Fri Aug 30 15:14:17 2019 -0700
v4.8.2
commit b03890b07c4d10faac4f16450b1b55586f7edf32
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Fri Aug 30 15:13:37 2019 -0700
Updating dist files.
commit 49bec3c769b619331637148842361412224adb66
Author: domharrington <domharrington@users.noreply.github.com>
Date: Fri Aug 30 15:11:14 2019 -0700
Add href attribute to <a> tags used for switching code tabs (#292)
This fixes an issue when navigating to /reference on a project
and switching code tabs, which makes the page do a full refresh.
No idea why, lets see if this fixes it on a PR app.
commit 6ff3d3d9cca4121418196e808de74dd07add0e7b
Merge: e29d35e 6b6cb65
Author: Marc Cuva <mjcuva@gmail.com>
Date: Wed Aug 28 14:51:47 2019 -0700
Merge pull request #291 from readmeio/dependabot/npm_and_yarn/mixin-deep-1.3.2
[Security] Bump mixin-deep from 1.3.1 to 1.3.2
commit 6b6cb651afadcfac3167a799653f1d7ef6951737
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue Aug 27 23:02:58 2019 +0000
[Security] Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. **This update includes a security fix.**
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit e29d35efdc6d966212f9330e8cdc641c62609e51
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Tue Aug 27 10:14:35 2019 -0700
v4.8.1
commit 7341a0817d4b2561ca78883e1ff5b8f80d839787
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Tue Aug 27 10:05:10 2019 -0700
Updating dist files.
commit 09b10c7bd77abf80559d297297aaf1c6c4c706d8
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Tue Aug 27 09:53:48 2019 -0700
Resolves issues where we're filtering out non-endpoint documents (#279)
* Moving non-HTTP code filtering down into create-docs.
* Updating package-lock
* Running Prettier on create-docs.
* Cleaning up how we're rendering common parameters.
* Removing some commented out code.
* Adding a unit test.
commit b8e52be04befdbb1214cb914683ea4369f7fc1ed
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Aug 26 15:26:30 2019 -0700
[Security] Bump eslint-utils from 1.3.1 to 1.4.2 (#290)
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2. **This update includes a security fix.**
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit f7812f7717fe4fbe4715ff5810c4bef624c0bfef
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Mon Aug 26 15:13:51 2019 -0700
Adding a circular example that'll fail due to a bug in RJSF.
commit 8d9cdac7dfb07f3667035f27679cc91f1c3364e3
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Aug 26 10:55:45 2019 -0700
Bump lerna from 3.14.1 to 3.16.4 (#282)
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 3.14.1 to 3.16.4.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/master/core/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v3.16.4/core/lerna)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 32972a07977a60b45d16c700f48d8351e9b42406
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Aug 26 10:49:03 2019 -0700
Bump jest from 24.8.0 to 24.9.0 (#289)
Bumps [jest](https://github.com/facebook/jest) from 24.8.0 to 24.9.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v24.8.0...v24.9.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 7469d86e2f0eed0b5df9642354d55704336d25b9
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Wed Aug 14 15:54:15 2019 -0700
Adding a oneOf example with $refs. Does not currently work in action.
commit 580cdd42f799d088dc2afea35f49e6dac360fb97
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue Aug 13 17:26:47 2019 -0700
Bump swagger2openapi from 3.2.13 to 5.3.1 (#272)
Bumps [swagger2openapi](https://github.com/Mermade/oas-kit) from 3.2.13 to 5.3.1.
- [Release notes](https://github.com/Mermade/oas-kit/releases)
- [Changelog](https://github.com/Mermade/oas-kit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Mermade/oas-kit/compare/swagger2openapi@3.2.13...swagger2openapi@5.3.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit c876224c2cc2eedcd806d93a0c4d64f6b60fa5d3
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Tue Aug 13 09:48:17 2019 -0700
v4.8.0
commit 9bb12c6f38814aba7e2e3fb6dd9e5dee8f8a0e64
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Tue Aug 13 09:42:36 2019 -0700
Updating the dist files.
commit 953e566cf265b6f4808617939b4a855ffb4b41ae
Author: Vladimir <lebedev.vladimir3@gmail.com>
Date: Tue Aug 13 19:29:49 2019 +0300
Add support for common parameters (#211)
* Add support for common parameters
* hide unnecessary doc for optional params in path level
* Grammar fix
commit 033b60225a025b7be81452e251e1887c968394c8
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Mon Aug 12 16:45:20 2019 -0700
v4.7.2
commit b9addfda88fd603a9d097af4da0b74584440f569
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Mon Aug 12 16:44:08 2019 -0700
Updating the dist files.
commit 8e95e2a2689e4df054dd09da1b748ecb46a9cf4e
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Mon Aug 12 16:41:14 2019 -0700
If the explorer is disabled, ArrayField components should be addable but uneditable (#259)
* If the explorer is disabled, ArrayFields should be addable but uneditable.
* After a user has clicked a readOnly ArrayField, make it unaddable.
* Arrays of primitives can no longer be expanded if in read-only mode.
* Re-enabling the explorer on the `types` example.
commit 70909b5ac656d367425bbc208296fede5a2f1188
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Mon Aug 12 10:33:12 2019 -0700
Adding an object without a type example to the `types` example file.
commit 4accf63e3bc84cb97f3b125884abe2b670378586
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Mon Aug 12 10:24:43 2019 -0700
Revert "Bump react-visibility-sensor from 4.1.3 to 5.1.1 (#264)" (#273)
This reverts commit fe32493685b7db67ccb088b2e2093c753024c608.
commit 124e5ac35db5d87fe29ccaba5cc47dcdb3b7c3a0
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Aug 12 09:41:33 2019 -0700
Bump prettier from 1.6.1 to 1.18.2 (#271)
* Bump prettier from 1.6.1 to 1.18.2
Bumps [prettier](https://github.com/prettier/prettier) from 1.6.1 to 1.18.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/1.6.1...1.18.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Resolving some issues with the Prettier upgrade.
commit fe32493685b7db67ccb088b2e2093c753024c608
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Aug 12 09:40:57 2019 -0700
Bump react-visibility-sensor from 4.1.3 to 5.1.1 (#264)
Bumps [react-visibility-sensor](https://github.com/joshwnj/react-visibility-sensor) from 4.1.3 to 5.1.1.
- [Release notes](https://github.com/joshwnj/react-visibility-sensor/releases)
- [Changelog](https://github.com/joshwnj/react-visibility-sensor/blob/master/CHANGELOG.md)
- [Commits](https://github.com/joshwnj/react-visibility-sensor/compare/v4.1.3...v5.1.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 802cabd1e497de7cdcd00e853123f1925ef55edc
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon Aug 12 09:25:52 2019 -0700
[Security] Bump stringstream from 0.0.5 to 0.0.6 (#263)
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. **This update includes security fixes.**
- [Release notes](https://github.com/mhart/StringStream/releases)
- [Commits](https://github.com/mhart/StringStream/compare/v0.0.5...v0.0.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 05e6f65b6aeda7318cd3a7aae0a2a27a0d94a037
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Thu Aug 8 16:27:29 2019 -0700
v4.7.1
commit 6ad3df7d2d638edbda22475e9f4eb403d8754455
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Thu Aug 8 16:26:38 2019 -0700
Updating the dist files.
commit d4682cf5301cb12bb373481a2701c1532ce889f5
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Thu Aug 8 16:25:01 2019 -0700
Updating the api-explorer package-lock
commit ce1decef2d7e67f61a82bc632780f39f7486d0e9
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Thu Aug 8 16:20:18 2019 -0700
v4.7.0
commit a36e007754d77c9bc265848f4a16e6f89f2f0480
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Thu Aug 8 16:13:34 2019 -0700
Updating the dist files.
commit d93cbea4248bc9c13c47be3dd88e5e1bac94ce33
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Thu Aug 8 16:04:40 2019 -0700
Updating CodeMirror and adding support for a few new languages. (#269)
* Updating CodeMirror and adding support for a few different languages.
* Extending syntax-highlighter to support Dockerfiles.
commit 9e526930c5efa3020d9dce46f27abe514756ebfa
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Thu Aug 8 14:11:14 2019 -0700
v4.6.1
commit 90af8a32be242f65943b4ffff7f3d20cb00f1463
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Thu Aug 8 14:06:50 2019 -0700
Updating the dist files.
commit d1a95ccbbaaf16e56eb9aa2e841becf79276c899
Merge: dfc563a 9f6e5a7
Author: Gabriel Ratcliff <gaberatcliff@gmail.com>
Date: Thu Aug 8 14:04:26 2019 -0700
Merge pull request #268 from readmeio/fix/response-json-text-overflow
fix/react-response-overflow
commit 9f6e5a7c33b169ed4ef9a18549f80c517e152988
Author: Gabriel Ratcliff <gaberatcliff@gmail.com>
Date: Thu Aug 8 11:03:29 2019 -0700
Added css to allow element remaining inside view
commit dfc563abede9e920c2a1bede89adc65b0c390668
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Wed Aug 7 14:07:44 2019 -0700
Removing customer API description from example dir
This was originally committed here to test their description for a specific use case, but it doesn't belong in this repository so I'm removing it.
commit 5d8d7af8f129f2410006c0899fc99c35ae65e2bb
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Wed Aug 7 13:07:26 2019 -0700
v4.6.0
commit 0b9fd8b230a207bb4ef55a930f4ca1be1d540e13
Author: Jon Ursenbach <jon@ursenba.ch>
Date: Wed Aug 7 13:01:38 2019 -0700
Updating the dist files.
commit d7bd5013bef37044db02415a9d2ce1e9412e8f6b
Author: Jon Ursenbach <erunion@users.noreply.github.com>
Date: Wed Aug 7 12:17:57 2019 -0700
Updating our react-jsonschema-form fork to the latest HEAD. (#252)
* Updating our react-jsonschema-form fork to the latest HEAD.
* Adding an additional additionalProperties example.
commit 999a13ef1b43183e72930845b4cc4952401fe6f1
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Wed Aug 7 11:16:11 2019 -0700
Bump style-loader from 0.22.0 to 0.23.1 (#257)
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 0.22.0 to 0.23.1.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v0.22.0...v0.23.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
commit 2d37b42bbbc946aabe7e4c2bfa2cf4e176350f1d
Author: dependabot-preview[bot] <27…

This updates our react-jsonschema-form fork to the latest HEAD of our
dist-committedbranch.Fixes that are included in this changeset are the following:
additionalPropertieskey changes. chore: update our fork with the latest upstream react-jsonschema-form#3newKeyinput box, type in a new value.objectif undefined rjsf-team/react-jsonschema-form#1292. fix: resolving a bad allOf example react-jsonschema-form#4