Commit Graph

405 Commits

Author SHA1 Message Date
Chris Kent 874f0ebd8f Js property controls svg (#364)
* Initial Webpart generation

* Added Localization Strings for Color Properties

* Added PnP SPFx Property Controls package

* Added SVG and color properties

* Added height property and reset button

* Icon and Name update

* Additional Comments

* Updated ReadMe
2017-12-01 16:40:23 +02:00
Russell gove 9b24bee1e7 Dev (#365)
* Initial commit

* Update README.md

* fix casing of NameId, NameIdIssuer

* show  name or email

* fix headerHeight on popouts

* include Prinipal Type wuth site users

* show users or groups

* add images

* setup default config

* readme

* readme

* readme

* show only lists in user selection

* stylin!

* mo stylin'

* use folder icons

* added loading spinner

* comments on AD Groups

* remove graph call for AD groups for now
2017-12-01 16:38:51 +02:00
Waldek Mastykarz f8c3294680 Updated issue template (#376) 2017-12-01 16:37:24 +02:00
Simon-Pierre Plante 688e98d99a Reverted to drop 1.1.0 in order to bring back compatibility for SharePoint 2016 on-premise. (#370) 2017-11-24 16:42:20 +02:00
Simon-Pierre Plante ebada2718e Replaced the corrupted .sppkg by a functional one (#354)
The .sppkg file was referring the wrong .js files which was displaying an error while adding the WebPart to a page. Replaced it with an updated and functional .sppkg file.
2017-11-07 21:10:26 +02:00
Giuliano De Luca cbcc2041d4 New sample SPFx webhooks real time (#351)
* first commit

* Implemented GetChanges API, Readme updated, New property "socket server url"

* added some scripts in order to automate the provisioning and deployment, readme updated, minor bug fix
2017-11-06 09:32:25 +02:00
Joel Rodrigues 99ea9eefde React project online (#349)
* Add new web part

* Add project

* Update README.md

* Add assets

* Update README.md

* Update README.md
2017-11-06 09:28:43 +02:00
Franck Cornu 89cd64eadb New sample - SPFx React Textbox.io rich text editor integration (#340)
* Added the react-search-refiners folder

* Updated pagination + format date for DateTime filters

* Added grouped list in the filter panel + fixed some bugs

* Added custom scrollbar style

* Added a placeholder when the Web Part is not configured

* Cleaned code

* Miscellaneous fixes before PR.

* Added Web Part sample images

* Updated images

* react-textboxio - Initial release. Need README

* Updated README

* Added missing image

* Updated README

* Updated the crawl property in Web Part metadata fro search indexing

* Updated the gif image with better quality
2017-10-27 18:14:14 +03:00
Joseph Velliah 2fc7ee1763 Deleted Samples submitted (#337) 2017-10-27 09:36:44 +03:00
Dimcho Tsanov 6680c156c5 Add sample that shows documents webparts with DetailsList (+ filtering, sorting ) (#334)
* Add new sample: react-documents. Initial commit

* Fix sample description
2017-10-25 12:37:54 -04:00
Giuliano De Luca 6c3b2c74ce fixed a broken link on readme file (#341) 2017-10-25 12:33:37 -04:00
Giuliano De Luca f1c13aea44 Invitation Manager Updated to version 1.3.0 (#326)
* first commit

* configured the property pane

* readme updated and demo gif  uploaded

* correction

* added author

* add more descriptions

* Updated to GA Version, New properties that allow to specify the number of items to display and which entities retrieve (User, SharePoint Groups, Distribution Lists, Security Groups).

* First release

* readme changed

* release date modified

* readme updated

* Updated to version 1.3.0
2017-10-20 09:45:40 -04:00
Ian Clanton-Thuon 3a2dee2a6a Updating the "Extend Webpack" example to correspond to the edits to the documentation. (#332) 2017-10-13 09:32:54 -04:00
Giuliano De Luca 366c28a577 Added two samples (image magnifier and youtube webpart) furthermore react-peoplepicker is upgraded to drop 1.3.0 (#310)
* first commit

* configured the property pane

* readme updated and demo gif  uploaded

* correction

* added author

* add more descriptions

* Updated to GA Version, New properties that allow to specify the number of items to display and which entities retrieve (User, SharePoint Groups, Distribution Lists, Security Groups).

* First release

* readme changed

* release date modified

* readme updated
2017-10-09 04:48:46 -04: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
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