From e770ade42fa88c12e30e8578cc63f135f750cfa9 Mon Sep 17 00:00:00 2001 From: Mikael Svenson Date: Wed, 23 May 2018 11:42:02 +0200 Subject: [PATCH] Added suppor for full page width for Script Ed WP --- samples/react-script-editor/README.md | 1 + samples/react-script-editor/config/package-solution.json | 2 +- .../src/webparts/scriptEditor/ScriptEditorWebPart.manifest.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/samples/react-script-editor/README.md b/samples/react-script-editor/README.md index 11ae02c1f..75f5c105b 100644 --- a/samples/react-script-editor/README.md +++ b/samples/react-script-editor/README.md @@ -98,6 +98,7 @@ Version|Date|Comments 1.0.0.4|February 14th, 2018|Added title property for edit mode and documentation for enabling the web part on Group sites / tenant wide 1.0.0.5|March 8th, 2018|Added support for loading scripts which are AMD/UMD modules. Added support for classic _spPageContextInfo. Refactoring. 1.0.0.6|March 26th, 2018|Fixed so that AMD modules don't detect `define`, and load as non-modules. +1.0.0.7|May 23rd, 2018|Added supportsFullBleed to manifest. ## Disclaimer **THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** diff --git a/samples/react-script-editor/config/package-solution.json b/samples/react-script-editor/config/package-solution.json index 38c397c4e..44f7ab8df 100644 --- a/samples/react-script-editor/config/package-solution.json +++ b/samples/react-script-editor/config/package-solution.json @@ -2,7 +2,7 @@ "solution": { "name": "Modern Script Editor web part by Puzzlepart", "id": "1425175f-3ed8-44d2-8fc4-dd1497191294", - "version": "1.0.0.6", + "version": "1.0.0.7", "includeClientSideAssets": true, "skipFeatureDeployment": false }, diff --git a/samples/react-script-editor/src/webparts/scriptEditor/ScriptEditorWebPart.manifest.json b/samples/react-script-editor/src/webparts/scriptEditor/ScriptEditorWebPart.manifest.json index 37cd59fbe..bc8008904 100644 --- a/samples/react-script-editor/src/webparts/scriptEditor/ScriptEditorWebPart.manifest.json +++ b/samples/react-script-editor/src/webparts/scriptEditor/ScriptEditorWebPart.manifest.json @@ -4,6 +4,7 @@ "alias": "ScriptEditorWebPart", "componentType": "WebPart", "version": "*", + "supportsFullBleed": true, "manifestVersion": 2, "requiresCustomScript": true, "preconfiguredEntries": [