Commit Graph

40 Commits

Author SHA1 Message Date
Hugo Bernier 429d92a604 Added SPFx 1.10 containers 2022-02-15 00:50:11 -05:00
Hugo Bernier 86013372c0 Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
Hugo Bernier 2aa5345319 It's called a **web part** not a **webpart** 2022-01-16 13:41:07 -05:00
Hugo Bernier eb8bd92a0b Updating telemetry link 2021-12-20 10:25:30 -05:00
Patrick Williamson e561351440
Update README.md
Corrected a typo: availble -> available.
2021-11-26 09:50:51 +00:00
Hugo Bernier 052ec4f3db Fixed query labels without the sample tag 2021-11-21 00:14:21 -05:00
Hugo Bernier 026934d79c Fixed discussion query to remove labels 2021-11-21 00:00:02 -05:00
Hugo Bernier 15215dd8fe Fixing hungry regex 2021-11-20 23:55:10 -05:00
Hugo Bernier 38c5ec7920 Fixed all readmes to point to their respective sample labels 2021-11-20 23:07:01 -05:00
Hugo Bernier c7fecfd583 Moved disclaimer to bottom 2021-11-07 02:11:17 -05:00
Hugo Bernier 253df147f4 Updated compatiblity matrix 2021-11-07 01:43:55 -04:00
Hugo Bernier 8161d1f64f Added SPFx doctor to README instructions 2021-11-02 00:04:30 -04:00
Hugo Bernier fcfaecda83 Removed reference to LTS 2021-11-01 21:07:49 -04:00
Hugo Bernier 713ff4bfc0 Added discussion and issues link 2021-10-31 16:27:21 -04:00
Hugo Bernier 80dc0f3570 Added discussion tag 2021-10-31 16:23:29 -04:00
Hugo Bernier af50aac528
Update README.md 2021-04-20 11:27:13 -04:00
Mikael Svenson c08ab8c67d [react-script-editor] npm and doc updates 2021-01-29 19:23:57 +01:00
Mikael Svenson 1fe2cd381b #1325
Updated to support script inside a tag
Updated tradeview sample
2020-06-22 14:16:12 +02:00
petkir 71f6469fa0 URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
Hugo Bernier 242b8e5f9b Added telemetry to every README.md file 2020-04-04 02:18:47 -04:00
Hugo Bernier 4bd36c34e5
Fixed a minor typo in README.md 2020-04-02 13:52:48 -04:00
Mikael Svenson b65525f10a
Improved <script> tag handling (#1185) 2020-04-02 16:15:49 +02:00
Mikael Svenson b9c7977eff #1165 Split to onprem+online project.
Upgrade to SPFx v1.10.0, Teams tab support
2020-03-16 16:47:20 +01:00
Sylvia Okafor 0a444b65a4 Updated sample YAML description 2020-02-14 15:29:11 -08:00
Mikael Svenson 2365af9f98 Updated author info 2019-10-13 11:45:26 +02:00
Mikael Svenson 8123c8d315 #908 Downgrade SPFx to v1.4.1 to support SP2019 2019-07-11 10:03:16 +02:00
Mikael Svenson ceaa732227 #907 Updated readme 2019-07-08 12:01:29 +02:00
Mikael Svenson 3137501e4f
Updated building steps 2019-05-09 16:11:27 +02:00
Mikael Svenson 8c975dac6b Add a random query param to force reload of script src on smart navigation 2019-03-18 08:56:39 +01:00
Mikael Svenson 0a95601e37 Updated sample.
Added option to force reload script.
2019-02-05 11:58:24 +01:00
Mikael Svenson 734b83ae59
Updated script editor webpart (#603)
* Script editor update (#598)

* Updated to SPFx 1.5.1

* Fix remove padding issue.

* Moving import within container

* Added dynamic loaded edit module

* Made editor pane external and dynamic

* Updated readme message.

* Remove dependency for office ui fabric react

* Use a supported workaround to get the script root.
2018-08-21 12:54:26 +02:00
Mikael Svenson e770ade42f Added suppor for full page width for Script Ed WP 2018-05-23 11:42:02 +02:00
Mikael Svenson b199044b17 Fixed so that AMD modules don't detect define 2018-03-26 12:37:57 +02:00
Mikael Svenson a4804984d3 Support for AMD/UMD modules
Support for _spPageContextInfo
Updated documentation.
2018-03-08 13:29:18 -08:00
Mikael Svenson fb3c389a5f Script editor minor change and docs (#414)
* Added property to set a title property visible in Edit mode.

* Updated documentation with settings for non-script sites and tenant wide deployment
2018-02-14 15:05:45 +01:00
Mikael Svenson d8e4df3aca Updated script editor web part to 1.4 and minor updates (#396)
* Upgraded to drop 1.4 and asset bundling
Bumped version to 1.0.0.3

* Clean up of CSS

* Remove linting rule which caused warning on build

* Added property to toggle web part container padding on/off

* Refactored to have local function bindings at the top for better readability.
Fixed readonly warning in cancel dialog as property was set directly instead of via setState

* Replaced safeWithCustomScriptDisabled with requiresCustomScript
Added removePadding property.
Updated correct schema reference.
Removed comments.

* Added skipFeatureDeployment attribute for easier switch if needed.

* Added missing ;

* Fix for setting the default switch to require custom script enabled for the web part. Value got switched one the attribute changed.

* Added hyperlink on Puzzlepart logo.
2018-01-20 15:59:48 +02:00
Mikael Svenson 2e629e111d Bundle all CSS and Office UI Fabric in the part (#321)
* Updated to drop 1.3

* Changed to dynamic office ui fabric loading
Bundled needed CSS, and depend on oob CSS for layout

* Refactored from javascript to typescript.
2017-10-09 04:46:50 -04:00
Mikael Svenson a254b685c1 Updated SPFx version and more (#280)
* Updated SPFx from 1.0.0 to 1.1.0

* Added closing div.
Updated logo.

* Include override.css using require instead of sass @import which no longer works in the build chain.

* Updated README with complete building steps

* Updated version to 1.0.0.1

* Updated to pull version from package.json

* Include bundled Office UI Frabework CSS to ensure proper grid.

* Added version info

* Added safeWithCustomScriptDisabled property

* Changed to static linking

* Added explicit reference to office-ui-fabric v2

* Removed test CSS

* Remove commented out code

* Remove empty lines

* Removed non-existant styles

* Externalize Office UI Fabric components and CSS to CDN - keeping CSS in the project for reference.
2017-08-10 23:06:47 +03:00
Vesa Juvonen b1799a3fff Adding view tracking image and note on approval of the web part 2017-03-12 14:29:53 +02:00
Mikael Svenson eab018013b Script editor web part for a modern page (#151)
* Initial commit

* Added one more sample
2017-03-12 14:25:26 +02:00