Commit Graph

852 Commits

Author SHA1 Message Date
Mikael Svenson 7dcf45f8d0 Merge branch 'dev' of https://github.com/SharePoint/sp-dev-fx-webparts into dev 2019-01-07 13:49:06 +01:00
Joel Rodrigues 8d87659383 Update react visio 1.7.1 (#741)
* remove non required reference to sass file

* update to SPFx 1.7.1

* update readme
2019-01-07 14:44:19 +02:00
Mikael Svenson 7a0eb01248 Bugfix: check for empty string properly 2019-01-07 13:44:04 +01:00
Mikael Svenson 2ec6d1504f Bugfix: Added backwards compability for old sort configurations
Bugfix: Added backwards compability for old empty refiner configurations
2019-01-07 13:32:25 +01:00
taraldga e587071d01 React search refiners renderer - An example code renderer for React Search Refiners (#742)
* Re-did the new changes to dev instead of master.

* Added templating options.

* Removed console logs

* No filter chosen should default to no filter, not two filters.

* New settings now handling locales..

* Handled the fact that IE does not support Event constructor.

* Updated documentation.

* Better images for documentation.

* Updated version history.

* Upped version number correctly.

* Update ResultsLayoutOption.ts

Removed comma

* Initial commit for react-search-refiner-renderer

* Boilerplate cleanup

* Initial readme commit.

* Updated variables image

* Updated readme.

* Fixed broken link.

* Another attempt at fixing broken link.
2019-01-07 09:52:43 +01:00
Mikael Svenson 5b74bb9352
Update README.md
Fix image urls
2019-01-03 19:29:23 +01:00
taraldga 55816d041b Dev (#737)
* Re-did the new changes to dev instead of master.

* Added templating options.

* Removed console logs

* No filter chosen should default to no filter, not two filters.

* New settings now handling locales..

* Handled the fact that IE does not support Event constructor.

* Updated documentation.

* Better images for documentation.

* Updated version history.

* Upped version number correctly.

* Update ResultsLayoutOption.ts

Removed comma
2019-01-03 15:08:58 +01:00
VesaJuvonen 50ca5fdb85 Merge branch 'dev' 2018-12-28 17:51:54 +02:00
Hugo Bernier 64fbc607f4 Visual Samples List (#726)
* Added sample list

Added sample list to make it easier to find samples from the ever-growing list of samples. List is auto-generated to make it easy to maintain.

* Added samples list

Proposing this change to make it easier to find relevant examples from an ever-growing list of samples. File is auto-generated, thus easy to maintain.

* Delete SampleList.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md
2018-12-28 17:50:11 +02:00
Luis Manez dab4a784a1 Checking if user is Owner in group (#732)
Some UI improvements
2018-12-28 17:48:08 +02:00
joaojmendes c4f71bc158 React-Birthdays Web Part (#716)
* Birthday Web Part

* commit change

* commit chnages

* commit changes

* commit changes

* commit changes

* commit changes

* commit changes

* Update index.js
2018-12-28 17:47:35 +02:00
Franck Cornu 6b55641f04 [react-search-refiners] Updated the default list template to include an example of filtering capability with URL fragment (i.e. '#') from search result item tags (#734)
* * Migrated to SPFx 1.7.0
* Fixed sort feature
* Added a sample TypeScript function to demonstrate NLP processing for the search query
* Miscelleanous improvements

* * Fixed wrong ids and dependencies

* * Updated README

* * Replaced JSOM taxonomy methods by the @pnp/sp-taxonomy counterparts + refactored refiners translation logic
* Updated the filter panel to close on click out
* Updgraded to @pnp 1.2.6
* Added a event listeners for hash change when the search box in bound to the 'URL fragment' SPFx builtin data source property so you can now build predefined filters with '#'.
* Fix suggestions panel position to be absolute

* * Quick fix on the search box

* * Added a default query option (related to https://github.com/SharePoint/sp-dev-fx-webparts/issues/556)

* * Added the ability to search by clicking on the search box icon

* * Replaced 'refiners' property by a property collection.

* * Replaced the 'sortList' WP property by a collection data control from PnP.

* * Replaced 'sortableFields' by a collection data pnp control.

* * Replaced the code editor control by the PnP one
* Set fix width on previews

* * Added result type interface

* * Added the result types feature
* Removed 'on-el-resize'. Too much trouble, not really needed. Now the preview width can be set manually.

* * Miscelaneous fixes

* * Upddated documentation + instructions

* * Upgraded to 1.13.0 for @pnp controls

* * [react-search-refiners] Version 2.3.0.0

* * Fixes and improvements as pointed out by @wobba.

* * Added missing file

* * Updated README with result types use
* Updated the code to load the property pane code field async and reduce mainbundle size

* * Updated README

* * Bug fix https://github.com/SharePoint/sp-dev-fx-webparts/issues/730

* [react-search-refiners]
* Updated the default list template to include an example of filtering capability with URL fragment (i.e. '#') from search result item tags

* [react-search-refiners]
* Added 'Tags' default refiner
2018-12-28 17:45:44 +02:00
Franck Cornu b35b81a92d [react-search-refiners] Bug fix #170 (#731)
* * Migrated to SPFx 1.7.0
* Fixed sort feature
* Added a sample TypeScript function to demonstrate NLP processing for the search query
* Miscelleanous improvements

* * Fixed wrong ids and dependencies

* * Updated README

* * Replaced JSOM taxonomy methods by the @pnp/sp-taxonomy counterparts + refactored refiners translation logic
* Updated the filter panel to close on click out
* Updgraded to @pnp 1.2.6
* Added a event listeners for hash change when the search box in bound to the 'URL fragment' SPFx builtin data source property so you can now build predefined filters with '#'.
* Fix suggestions panel position to be absolute

* * Quick fix on the search box

* * Added a default query option (related to https://github.com/SharePoint/sp-dev-fx-webparts/issues/556)

* * Added the ability to search by clicking on the search box icon

* * Replaced 'refiners' property by a property collection.

* * Replaced the 'sortList' WP property by a collection data control from PnP.

* * Replaced 'sortableFields' by a collection data pnp control.

* * Replaced the code editor control by the PnP one
* Set fix width on previews

* * Added result type interface

* * Added the result types feature
* Removed 'on-el-resize'. Too much trouble, not really needed. Now the preview width can be set manually.

* * Miscelaneous fixes

* * Upddated documentation + instructions

* * Upgraded to 1.13.0 for @pnp controls

* * [react-search-refiners] Version 2.3.0.0

* * Fixes and improvements as pointed out by @wobba.

* * Added missing file

* * Updated README with result types use
* Updated the code to load the property pane code field async and reduce mainbundle size

* * Updated README

* * Bug fix https://github.com/SharePoint/sp-dev-fx-webparts/issues/730
2018-12-19 09:20:31 +02:00
Velin Georgiev 55144c616b react-slide-swiper sample upgraded to SPFx version 1.7.0 (#722) 2018-12-19 09:20:10 +02:00
Velin Georgiev 9152d8b655 react-rxjs-event-emitter upgraded to SPFx version 1.7.0 (#721) 2018-12-19 09:19:53 +02:00
Velin Georgiev a261876295 Jest testing sample upgraded to SPFx version 1.7.0 (#720) 2018-12-19 09:19:36 +02:00
Franck Cornu 0b63c8a8c4 [react-search-refiners] 2.3.0.0 - Added result types feature + bug fixes (#727)
* * Migrated to SPFx 1.7.0
* Fixed sort feature
* Added a sample TypeScript function to demonstrate NLP processing for the search query
* Miscelleanous improvements

* * Fixed wrong ids and dependencies

* * Updated README

* * Replaced JSOM taxonomy methods by the @pnp/sp-taxonomy counterparts + refactored refiners translation logic
* Updated the filter panel to close on click out
* Updgraded to @pnp 1.2.6
* Added a event listeners for hash change when the search box in bound to the 'URL fragment' SPFx builtin data source property so you can now build predefined filters with '#'.
* Fix suggestions panel position to be absolute

* * Quick fix on the search box

* * Added a default query option (related to https://github.com/SharePoint/sp-dev-fx-webparts/issues/556)

* * Added the ability to search by clicking on the search box icon

* * Replaced 'refiners' property by a property collection.

* * Replaced the 'sortList' WP property by a collection data control from PnP.

* * Replaced 'sortableFields' by a collection data pnp control.

* * Replaced the code editor control by the PnP one
* Set fix width on previews

* * Added result type interface

* * Added the result types feature
* Removed 'on-el-resize'. Too much trouble, not really needed. Now the preview width can be set manually.

* * Miscelaneous fixes

* * Upddated documentation + instructions

* * Upgraded to 1.13.0 for @pnp controls

* * [react-search-refiners] Version 2.3.0.0

* * Fixes and improvements as pointed out by @wobba.

* * Added missing file

* * Updated README with result types use
* Updated the code to load the property pane code field async and reduce mainbundle size

* * Updated README
2018-12-18 08:32:34 +01:00
Vesa Juvonen 7966809468 Merge branch 'dev' 2018-12-08 19:03:24 +02:00
David Warner II 420693e52d Upgrade js-dynamic-bundling-libraries to SPFx 1.7.0 (#709)
* Dynamic SPFx Bundling Initial Commit

* Upgrade to SPFx v1.7.0
2018-12-08 18:57:35 +02:00
semopz b84a8e6771 Update DateFormField.tsx (#706)
passing props to constructor to prevent transpile time errors
2018-12-08 18:56:39 +02:00
Nanddeep Nachan e69d235991 Added sample react-adaptive-cards-image-gallery (#700)
* added react-display-hierarchy

* Added sample react-adaptive-cards-image-gallery
2018-12-08 18:56:15 +02:00
Franck Cornu d9fefb7bd4 [react-search-refiners] Replaced string based properties by @pnp PropertyFieldCollectionData controls (#704)
* * Migrated to SPFx 1.7.0
* Fixed sort feature
* Added a sample TypeScript function to demonstrate NLP processing for the search query
* Miscelleanous improvements

* * Fixed wrong ids and dependencies

* * Updated README

* * Replaced JSOM taxonomy methods by the @pnp/sp-taxonomy counterparts + refactored refiners translation logic
* Updated the filter panel to close on click out
* Updgraded to @pnp 1.2.6
* Added a event listeners for hash change when the search box in bound to the 'URL fragment' SPFx builtin data source property so you can now build predefined filters with '#'.
* Fix suggestions panel position to be absolute

* * Quick fix on the search box

* * Added a default query option (related to https://github.com/SharePoint/sp-dev-fx-webparts/issues/556)

* * Added the ability to search by clicking on the search box icon

* * Replaced 'refiners' property by a property collection.

* * Replaced the 'sortList' WP property by a collection data control from PnP.

* * Replaced 'sortableFields' by a collection data pnp control.
2018-12-03 20:58:46 +01:00
Mikael Svenson 845e7d618c Allow webparts to be used in full-width comm sites 2018-12-03 12:41:30 +01:00
Mikael Svenson e95fbcb122 Load handlebar-helpers as needed, instead of a switch. 2018-12-03 09:49:34 +01:00
Mikael Svenson 53b04d5b81 Updated readme on 2.2.0.0 upgrade issues 2018-11-30 15:16:31 +01:00
Mikael Svenson d01f5fd2c6 Remove debugger statemen - oops 2018-11-29 13:23:03 +01:00
Mikael Svenson b92b716b2b #556 Added try/catch to ignore errors if resize listener fails. 2018-11-29 13:18:13 +01:00
Franck Cornu 398d3b0363 [react-search-refiners] Miscellaneous updates (#695)
* * Migrated to SPFx 1.7.0
* Fixed sort feature
* Added a sample TypeScript function to demonstrate NLP processing for the search query
* Miscelleanous improvements

* * Fixed wrong ids and dependencies

* * Updated README

* * Replaced JSOM taxonomy methods by the @pnp/sp-taxonomy counterparts + refactored refiners translation logic
* Updated the filter panel to close on click out
* Updgraded to @pnp 1.2.6
* Added a event listeners for hash change when the search box in bound to the 'URL fragment' SPFx builtin data source property so you can now build predefined filters with '#'.
* Fix suggestions panel position to be absolute

* * Quick fix on the search box

* * Added a default query option (related to https://github.com/SharePoint/sp-dev-fx-webparts/issues/556)

* * Added the ability to search by clicking on the search box icon
2018-11-29 09:40:19 +01:00
Alex Terentiev 0265e4c7e6 Upgrade to SPFx v1.7.0, update to use v1.0 MS Graph endpoints (#693) 2018-11-21 09:08:44 +02:00
Luis Manez 79eb59b920 React teams tab suggested members (#687)
* webpart added

* added readme notes
2018-11-19 23:55:06 +02:00
Velin Georgiev 9363bfa698 Event aggregator sample deprecated (#690)
* Deprecation message added to the README

* Deprecation message added to the web parts as well
2018-11-19 23:53:52 +02:00
Vincent Biret 5e384a06d7 react-skype-status: upgraded to spfx 1.7.0 (#688)
* react-skype-status: upgraded to spfx 1.7.0

* react-skype-status: added missing comment in index.ts
2018-11-19 23:52:54 +02:00
Vincent Biret a8a480e1aa js-skype-status: upgrade to spfx 1.7.0 (#689)
* js-skype-status: upgrade to spfx 1.7.0

* js-skype-status: updated readme
2018-11-19 23:52:22 +02:00
Mikael Svenson 5da47fe4d1 Remove System. in front of import as it's no longer needed
Moved css of video-js to dynamic loading
Updated pnp property controls to 1.12.0
Updated webpack anaylyser to 3.0.3
2018-11-15 09:32:10 +01:00
Gautam Sheth e9912789d5 Updated knockout pnp sample to SPFx v1.7 (#681) 2018-11-14 17:27:50 +02:00
Franck Cornu bee8dc5c5a [react-search-refiners] Migrated to SPFx 1.7.0 + Added LUIS Azure Function (#677)
* * Migrated to SPFx 1.7.0
* Fixed sort feature
* Added a sample TypeScript function to demonstrate NLP processing for the search query
* Miscelleanous improvements

* * Fixed wrong ids and dependencies

* * Updated README
2018-11-13 16:08:20 +01:00
VesaJuvonen fbb928831d Merge branch 'dev' 2018-11-12 11:38:37 +02:00
Nanddeep Nachan e2dd322679 added react-display-hierarchy (#673) 2018-11-12 10:50:47 +02:00
Sabit Igde a092d64549 spfx base updated to 1.6.0 (#674)
updated spfx version using office365 CLI spfx upgrade commands 1.4.1 -> 1.5.0 -> 1.5.1-> 1.6.0
2018-11-12 10:48:51 +02:00
Hugo Bernier 2782b8ca98 Upgraded to SPFx1.7 (#678) 2018-11-12 10:47:44 +02:00
VesaJuvonen f1359c18cc Merge branch 'dev' 2018-11-09 17:06:21 +02:00
Russell gove 9173f7d06f Dev (#664)
* initial version

* using sp-dev-fx-controls-react

* switched to native ouifr

* fix linktitle

* still working

* gonna brealk it now

* cool

* working

* Update README.md

* Update README.md

* Update README.md

* clean linging and remove unused code

* Added additional field Types

* added azure relay service demo

* ok
2018-11-09 17:01:43 +02:00
Teodora Ivanova fce5326d50 Fixed date formats (#648) 2018-11-09 16:59:55 +02:00
Vardhaman Deshpande e3d097576b adding sample to spfx repo (#643) 2018-11-09 16:59:17 +02:00
Shreyas Ganta c9cb5ae48d bug fix: The change in document library selection was not reflected in the FileUpload component. This has been fixed by making sure the eventhandlers on dropzone component used the parent FileUpload component property for listname (#653) 2018-11-09 16:57:58 +02:00
Mikael Svenson 7ba57edbc8 Updated pnpjs to 1.2.5
Updated spfx-controls to 1.10.0
Updated ouifr to 5.131.2
Updted video.js to 7.3.0
2018-11-09 15:03:05 +01:00
Mikael Svenson 0952df826b
Updared readme (#671)
Added query variables
Support query template and result id
2018-11-09 14:13:26 +01:00
Alex Terentiev d3c7739383 Example of MS Graph Teams beta API usage (#652) 2018-11-09 09:47:22 +02:00
Velin Georgiev f071f531bc azure pipelines setup added (#651)
* azure pipelines setup added

* order fix on the build tasks

* order fix on the build tasks
2018-11-09 09:46:07 +02:00
msekkappan b03a0e49b5 Upgraded to SPFx 1.6.0 & made bug fix (#644)
* Upgraded to SPFx 1.6.0

* Added semi colons to keep Lint happy
2018-11-09 09:45:23 +02:00