Commit Graph

440 Commits

Author SHA1 Message Date
Kirsten 5f9d97ca53 fix bug by correcting the separator character (#312)
When the existing array _renewStates is cast as a string (at the string.prototype.split() function or possibly in earlier code), that existing array is represented as "A String, representing the values of the array, separated by a comma" [quote source](https://www.w3schools.com/jsref/jsref_tostring_array.asp).
This update replaces the incorrect semi-colon separator with the correct comma separator. Without a correction, it is possible to encounter issues such as token renewal timeout or token renewal silent failure. Testing included turning on logging in adal-angular.js to observe changes.
2017-10-09 04:44:57 -04:00
Sergei Sergeev 62d9f652ea Updated to latest packages. Fixed issue with component declaration. (#323)
Update package.json, badge, readme.
2017-10-09 04:44:26 -04:00
Elio Struyf 3887accfcb Added resource config to the PnP Controls sample (#322) 2017-10-09 04:43:59 -04:00
VesaJuvonen 6701d05481 Readme updates 2017-10-03 15:07:43 +03:00
VesaJuvonen 80f0c7d70e Merge branch 'dev' of https://github.com/SharePoint/sp-dev-fx-webparts into dev 2017-10-03 14:59:38 +03:00
VesaJuvonen bf5b093d5f Adding comments on issue submission 2017-10-03 14:59:32 +03:00
Elio Struyf 425d4a7d3e Style fix for the PnP Controls sample web part (#318) 2017-09-27 08:23:57 -04:00
Simon-Pierre Plante f1f01ec43b React Content Query : Upgraded to drop 1.2.0 and added site and web automatic pre-selection (#313)
* Upgrade to drop 1.2.0 and added site url and web url preselection

Upgrade to drop 1.2.0 and added site url and web url preselection

* Added a working .sppkg for easy testing

* Added a bug fix to the Pull Request #313

Since pull request hasn't been merged yet, added a one-liner bug fix for
fields that had spaces in their internal names.

* Updated the .sppkg solution with the last bug fix.

* Updated the .sppkg solution with the bug fix.

* Removing the .sppkg solution to update it

* Updated the .sppkg solution with the bug fix
2017-09-27 08:23:38 -04:00
Elio Struyf 5bb3d181eb Added the pnp-controls sample (#314) 2017-09-26 10:26:36 -04:00
VesaJuvonen face954dcd Merge conflict resolution 2017-09-08 09:37:29 +03:00
VesaJuvonen 8194441ffa Resolving merge conflict 2017-09-08 09:32:13 +03:00
Alex Terentiev 352710fa93 Initial release (#304) 2017-09-08 08:55:11 +03:00
Joseph Velliah f82957cc56 initial commit (#303) 2017-09-08 08:53:36 +03:00
Waldek Mastykarz e446a84ec4 Replaced URLs to private registry with npmjs URLs solving #293 (#301) 2017-09-05 12:20:25 +03:00
Vesa Juvonen 3b7f4c43a2 Upating version marker 2017-09-05 12:14:43 +03:00
Vesa Juvonen 8cd9c0a27a Updated readme with clear support statement in production usage. 2017-09-05 12:10:37 +03:00
Velin Georgiev 8450d7855b Two samples on communication between web parts through broadcasting events utilizing the Publish–subscribe pattern (#290)
* Sample added that shows how we can use the SPFx Event Aggregator to communicate between web parts

* Sample added that shows how we can use the ReactiveX (RxJs) library with the SharePoint Framework to communicate between web parts through broadcasting events utilizing the Publish–subscribe pattern

* Event Emitter sample README.md updated
2017-09-05 12:05:47 +03:00
Simon-Pierre Plante 55e36c70d2 Merge remote-tracking branch 'origin/dev' into dev 2017-09-01 23:54:10 -04:00
Simon-Pierre Plante dc136bfeda Added a Site Url property next to the Web Url property
Added a Site Url property next to the Web Url property in order to
narrow down the results that were previously all mixed within the same
dropdown. Also added a recursive promise mecanism that allows the
WebPart to perform multiple search requests until all the results are
returning, bypassing the max rowLimit of 500 items. The site url
property can now fetch unlimited site collections, and the web url
property can also fetch unlimited web urls.
2017-09-01 23:46:44 -04:00
Simon-Pierre Plante 5107f2c5d8 Content Query WebPart : Fixed WebUrls not showing (#296)
* Added the files to the new repository

* Modified the .gitignore

* Added the generated sppkg file

* Added animated gifs for the read me.

* Added another animated gif

* Added a first temporary version of the readme.md

* Update README.md

* Update README.md

* Updated the readme.md file by removing spaces between brackets in the handlebars templates examples.

* Updated the WebPart with inline template editing

Added inline template editing within the toolpane, automatic template
generation and fixed a bug related to the "Me" checkbox while filtering
user fields.

* Removed the debug folder from sources

* Updated the toolpart animated gif

* Removed toolpart animated gif

* Updated the README.md file with the latest changes.

* Update README.md

* Update README.md

* Update README.md

* Adding AceEditor as Code Editor

* Removing old Monato Artefacts

* Finalized the code editor update

Added documentation for the code editor, fixed the npm-shrinkwrap to
support the code editor dependencies, updated images for the new
documentation, regenerated the .sppkg file and updated the sources on
the public CDN for version 1.0.1

* Added a .gif for the new code editor documentation

* Updated the WebPart with the latest spfx packages.

Multiple bottle-neck bugs have been fixed in SPFX which allows to update
the WebPart with the latest SPFX packages. Overall performance should
now be better and other minor bugs have been fixed.

* ...

* Updated the readme

* Updated the readme with the solution author

* Added the External Scripts property to the toolpart

The new External Scripts property allows the user to add external
JavaScript files to the WebPart that can run precisely before or after
the rendering of the template.

* Fixed the readme.md imaged broke in the previous commit

* Added the ExternalScripts.png picture to readme.md

* Updated readme.md

* Update the externalScripts image.

* Fixed an issue where sites/subsites were missing from the WebUrl dropdown

The search query responsible for feeding the Web Url dropdown had no
rowLimit specified, which was limiting the amount of returned urls to 10
since this is the default rowLimit. Updated the rowLimit to 500 so all
sites can be displayed in the toolpart!

* Update README.md
2017-09-01 09:38:02 +03:00
Simon-Pierre Plante bb639cbb5f Update README.md 2017-08-31 19:12:15 -04:00
Simon-Pierre Plante 4dea634f15 Fixed an issue where sites/subsites were missing from the WebUrl dropdown
The search query responsible for feeding the Web Url dropdown had no
rowLimit specified, which was limiting the amount of returned urls to 10
since this is the default rowLimit. Updated the rowLimit to 500 so all
sites can be displayed in the toolpart!
2017-08-31 19:09:17 -04:00
Simon-Pierre Plante 785c9ffc14 Merge branch 'dev' of https://github.com/SharePoint/sp-dev-fx-webparts into dev 2017-08-31 18:29:09 -04:00
Simon-Pierre Plante 70fce10f75 React Content Query : Added configurable external scripts and external block helpers (#285)
* Added the files to the new repository

* Modified the .gitignore

* Added the generated sppkg file

* Added animated gifs for the read me.

* Added another animated gif

* Added a first temporary version of the readme.md

* Update README.md

* Update README.md

* Updated the readme.md file by removing spaces between brackets in the handlebars templates examples.

* Updated the WebPart with inline template editing

Added inline template editing within the toolpane, automatic template
generation and fixed a bug related to the "Me" checkbox while filtering
user fields.

* Removed the debug folder from sources

* Updated the toolpart animated gif

* Removed toolpart animated gif

* Updated the README.md file with the latest changes.

* Update README.md

* Update README.md

* Update README.md

* Adding AceEditor as Code Editor

* Removing old Monato Artefacts

* Finalized the code editor update

Added documentation for the code editor, fixed the npm-shrinkwrap to
support the code editor dependencies, updated images for the new
documentation, regenerated the .sppkg file and updated the sources on
the public CDN for version 1.0.1

* Added a .gif for the new code editor documentation

* Updated the WebPart with the latest spfx packages.

Multiple bottle-neck bugs have been fixed in SPFX which allows to update
the WebPart with the latest SPFX packages. Overall performance should
now be better and other minor bugs have been fixed.

* ...

* Updated the readme

* Updated the readme with the solution author

* Added the External Scripts property to the toolpart

The new External Scripts property allows the user to add external
JavaScript files to the WebPart that can run precisely before or after
the rendering of the template.

* Fixed the readme.md imaged broke in the previous commit

* Added the ExternalScripts.png picture to readme.md

* Updated readme.md

* Update the externalScripts image.
2017-08-14 09:49:21 +03:00
Simon-Pierre Plante 2e9451843d Update the externalScripts image. 2017-08-12 20:16:40 -04:00
Simon-Pierre Plante 1802bc8100 Updated readme.md 2017-08-12 20:14:56 -04:00
Simon-Pierre Plante 8b785b2945 Added the ExternalScripts.png picture to readme.md 2017-08-12 20:12:58 -04:00
Simon-Pierre Plante aabae28045 Fixed the readme.md imaged broke in the previous commit 2017-08-12 20:10:42 -04:00
Simon-Pierre Plante 2227c87265 Added the External Scripts property to the toolpart
The new External Scripts property allows the user to add external
JavaScript files to the WebPart that can run precisely before or after
the rendering of the template.
2017-08-12 20:07:01 -04:00
Simon-Pierre Plante 386fcabb75 Merge branch 'dev' of https://github.com/SharePoint/sp-dev-fx-webparts into dev 2017-08-11 19:55:15 -04:00
Vesa Juvonen 1bc64cf26c Removing old old old todo sample, which has not been updated to GA level 2017-08-11 17:44:33 +03:00
Vesa Juvonen 6993849736 Update README.md
Fixing conflict formatting issue.
2017-08-11 17:39:02 +03:00
Pieter Veenstra c05322f9e0 Fixed typos in sample README files. (#265)
* Fixed typos in sample README files.

* Added missing semicolons
2017-08-11 17:37:53 +03: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
Vardhaman Deshpande ef0be61fd5 Update README.md (#282) 2017-08-10 23:05:48 +03:00
Simon-Pierre Plante 96f74a3cfe Updated the readme with the solution author (#283) 2017-08-10 21:24:20 +03:00
Simon-Pierre Plante e1e2d83505 Updated the readme with the solution author 2017-08-10 13:12:29 -04:00
Vesa Juvonen 54ea23f63a Fixing URL issue in readme for page contributors web part 2017-08-07 19:27:10 +03:00
Velin Georgiev fc842f9120 Sample that shows appSettings.json similar to Web.config appSettings (#278)
* This sample shows how appSettings.json file can be added and unsed within SharePoint Framewrok webparts similar to the Web.config / App.config key value app settings in .NET Framework projects.

* Update README.md

Typos fix
2017-08-07 16:59:08 +03:00
Stéphane Magne (Infeeny) 59a2283d92 Added page contributors webpart (#272) 2017-08-07 16:56:43 +03:00
Vesa Juvonen 3717fc284c Adding usage tracking image to react-content-by-query-webpart 2017-08-07 16:54:35 +03:00
Simon-Pierre Plante d821b0e8c7 React Content Query WebPart (#271)
* Added the files to the new repository

* Modified the .gitignore

* Added the generated sppkg file

* Added animated gifs for the read me.

* Added another animated gif

* Added a first temporary version of the readme.md

* Update README.md

* Update README.md

* Updated the readme.md file by removing spaces between brackets in the handlebars templates examples.

* Updated the WebPart with inline template editing

Added inline template editing within the toolpane, automatic template
generation and fixed a bug related to the "Me" checkbox while filtering
user fields.

* Removed the debug folder from sources

* Updated the toolpart animated gif

* Removed toolpart animated gif

* Updated the README.md file with the latest changes.

* Update README.md

* Update README.md

* Update README.md

* Adding AceEditor as Code Editor

* Removing old Monato Artefacts

* Finalized the code editor update

Added documentation for the code editor, fixed the npm-shrinkwrap to
support the code editor dependencies, updated images for the new
documentation, regenerated the .sppkg file and updated the sources on
the public CDN for version 1.0.1

* Added a .gif for the new code editor documentation

* Updated the WebPart with the latest spfx packages.

Multiple bottle-neck bugs have been fixed in SPFX which allows to update
the WebPart with the latest SPFX packages. Overall performance should
now be better and other minor bugs have been fixed.

* ...

* Updated the readme
2017-08-07 16:46:22 +03:00
Simon-Pierre Plante 4f7f464d6c Updated the readme 2017-07-25 16:22:35 -04:00
Simon-Pierre Plante bee98db16e Add 'samples/react-content-query-webpart/' from commit '08f8a5af7111fbefdac7c5de9cc7b89ad9fbe18e'
git-subtree-dir: samples/react-content-query-webpart
git-subtree-mainline: 442f147359
git-subtree-split: 08f8a5af71
2017-07-23 23:05:24 -04:00
Simon-Pierre Plante 442f147359 ... 2017-07-23 23:03:13 -04:00
Simon-Pierre Plante 08f8a5af71 Merge remote-tracking branch 'refs/remotes/origin/dev' 2017-07-23 21:58:28 -04:00
Simon-Pierre Plante 3c77c0b8e0 Updated the WebPart with the latest spfx packages.
Multiple bottle-neck bugs have been fixed in SPFX which allows to update
the WebPart with the latest SPFX packages. Overall performance should
now be better and other minor bugs have been fixed.
2017-07-23 21:52:07 -04:00
Simon-Pierre Plante ac8fa43ab6 Merge remote-tracking branch 'refs/remotes/origin/master' into dev 2017-07-23 21:48:09 -04:00
José Quinto b8405c728a Add @select and @expand decorators in PnP JS Core sample and update package json versions (#252)
* update package versions taxonomypicker

* update package json versions react-async-await-sp-pnp-js

* PnP JS Core with select and expand decorators SPFx sample

* update readme property decorators
2017-07-21 21:00:52 +03:00
Atish Kumar Dipongkor d44be59fbe Angular File Upload bug fix (#268)
* initial fixes

* Update README.md

* Update README.md

* Update README.md

* read me updated

* read me updated

* code clean up
2017-07-21 20:59:47 +03:00