Commit Graph

637 Commits

Author SHA1 Message Date
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
Gautam Sheth 277af705b0 SharePoint CRUD sample updated to SPFx 1.6.0 (#666) 2018-11-09 09:44:42 +02:00
Alex Terentiev 5723134c29 react-search-refiners: mapToIcon fix if filename has query string (#667) 2018-11-09 09:43:57 +02:00
Waldek Mastykarz 319523db19 Added the real-time documents sample (#670) 2018-11-09 09:43:33 +02:00
Waldek Mastykarz 0f78f7241b Updated Dynamic Data sample to SPFx@1.7.0 (#669) 2018-11-09 09:36:29 +02:00
Mikael Svenson 67a3279ef7 Hide <object> node which causes border in IE11 2018-11-08 08:09:10 +01:00
Mikael Svenson 6712cb4412 Added IE11 polyfills for common-tags
Load video.js if previews are present
2018-11-08 08:08:48 +01:00
Mikael Svenson c2ae011223 Updated npm packages 2018-11-08 08:01:46 +01:00
Mikael Svenson 788bb8c778 Fix for IE11 to avoid showing scroll arrows in the div 2018-11-06 14:52:48 +01:00
Mikael Svenson 03e4b2307f Updated npm packages
Added IE11 polyfill
Re-use sortdirection from PnP instead of separate enum #656
2018-11-06 08:01:22 +01:00
Stijn Brouwers 2df0641eb7 Add sort panel (#656)
* Add SortPanel to select a field to sort by and it's sortorder

* Fix bug with ordering the sorted results

* apply state from searchresultcontainer to the sort panel

* Fix issue with sortorder being undefined in certain scenarios

* - Fix error on opening the web part without any settings configured
- Show relevant error message when using an invalid sort field
- Fix styling difference between 'Filter' and 'Sort' buttons

* Add info to readme.md

* Add new property_pane images to reflect latest changes

* Remove black line at the bottom of property_pane3.png

* Merge 'Dev' with current branch
and show Sort button when "SortError" is shown

* apply state from searchresultcontainer to the sort panel

* - Fix error on opening the web part without any settings configured
- Show relevant error message when using an invalid sort field
- Fix styling difference between 'Filter' and 'Sort' buttons

* Add info to readme.md

* Add new property_pane images to reflect latest changes

* Remove black line at the bottom of property_pane3.png

* Add missing localization for SortPanel, Update componentReceiveProps, rename sortOrder to sortDirection, fix typo when setting sort direction
2018-11-06 07:53:16 +01:00
Mikael Svenson 27977d9235
Added support for page query variables and fixes (#661)
* Added support for {Page} query variables
* Bugfix for making sure the property pane shows the right template on Edit after a change.
* Added getUniqueCount
* Bugfix for dynamic loading of video.js
* Updated readme
2018-10-30 10:25:27 +01:00
Franck Cornu 910d377a77 [react-search-refiners] Bug fixes + added previews + best bets (#649)
* * Updated data source connection for searchbox WP

* * Updated filters behavior. Now total count per refiner value is updated every time a new filter is selected like the default SharePoint behavior
* Updated shimmers
* Updated data sources binding logic to be more efficient

* * Updated static CSS classes to use SPFx modules instead
* Added previews for documents in the default list template
* Fixed bug https://github.com/SharePoint/sp-dev-fx-webparts/issues/642. The current page state was never updated after a new search.
* Fixed bug https://github.com/SharePoint/sp-dev-fx-webparts/issues/641. Now the result count is updated every time for each refiner.

* * CSS fixes

* * Removed unecessary lodash references
* Added responsive behavior for iframes using https://www.npmjs.com/package/on-el-resize

* * Updated README
* Added hover effect on the result image

* * Bug fix on videos

* * Added best bets support

* * Removed the jQuery reference. Replaced DOM manipulations by plain JS
2018-10-24 08:26:16 +02:00