Skip to content

Commit a2b0878

Browse files
committed
v3.6.5: fix missing inclusion of SplitPaneMode plugin
1 parent e16644f commit a2b0878

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "swagger-editor",
33
"description": "Swagger Editor",
4-
"version": "3.6.4",
4+
"version": "3.6.5",
55
"main": "dist/swagger-editor.js",
66
"repository": "[email protected]:swagger-api/swagger-editor.git",
77
"license": "Apache-2.0",

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import EditorAutosuggestOAS3KeywordsPlugin from "./plugins/editor-autosuggest-oa
1515
import EditorAutosuggestRefsPlugin from "./plugins/editor-autosuggest-refs"
1616
import PerformancePlugin from "./plugins/performance"
1717
import JumpToPathPlugin from "./plugins/jump-to-path"
18+
import SplitPaneModePlugin from "./plugins/split-pane-mode"
1819

1920
// eslint-disable-next-line no-undef
2021
const { GIT_DIRTY, GIT_COMMIT, PACKAGE_VERSION } = buildInfo
@@ -34,6 +35,7 @@ const plugins = {
3435
EditorAutosuggestOAS3KeywordsPlugin,
3536
PerformancePlugin,
3637
JumpToPathPlugin,
38+
SplitPaneModePlugin,
3739
}
3840

3941
const defaults = {

0 commit comments

Comments
 (0)