* [react-search-refiners]
* Upgraded to SPFx 1.4.1
* Added the ability to set you own refiners labels in the filters panel.
* Replaced the `pushState` method by the SPFx `eventAggregator` for the communication between the search box and results web parts.
* CSS improvements
* Added an option to show the results count
* [react-search-refiners]
* Added the query suggestions feature to the search box
* Added the ability to send the query to an other page
* Added a result count option
* [react-search-refiners] Update images
* [react-search-refiners] Updated version in the README file.
* Redux-Form sample SPFx webpart added.
New SPFx webpart sample added that uses redux-form library. Sample is a data entry form with dynamic grid built using typescript, react, redux and redux-form library.
* Readme file updated.
Readme file updated with correct webpart demo gif file path.
* Added react-sitepages-metadata sample
* updated readme
* Added react-sitepages-metadata sample
* Fix for dialog rendering tag pickers with no initial value
* Upgraded to SPFx 1.4.1
* Added the ability to set you own refiners labels in the filters panel.
* Replaced the `pushState` method by the SPFx `eventAggregator` for the communication between the search box and results web parts.
* CSS improvements
* Added an option to show the results count
* SharePoint CRUD sample updated to SPFx 1.4.1
SharePoint CRUD sample updated to SPFx 1.4.1
Updated the PnP JS to version 3.0.6
Updated Angular to version 1.6.5
Updated ngOfficeUiFabric to 0.16.0
Updated to the latest React 15.6.2
Minor code improvements like using map instead of for loop.
* Minor bug fix for React Sample
* minor changes
* code formatting
* Updated code to use the new pnpjs package
* Added the "Search within folders" switch which enables the WebPart to return results from within folders as well (recursive). Also fixed a bug where webs could sometimes not appear under the web url dropdown.
* Fixed a bug which prevented to load webs correctly out of private groups
* Fixed a bug with the automatic current web selection
* Previously committed wrong .sppkg
* markdown fixup, addressed typos
- fixed headings to be H2's (was a bunch of H1's)
- fixed sentence case on page title
- fixed few typos
* remove debug file from root
* fixup github templates
- templates now match same instructions as the sp-dev-docs repo
* updated contrib guide
- fixed typos
- updated style to match simiar style as sp-dev-docs repo
- updated to include detailed steps for submitting PRs
* 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
* Adde the link to the associated blog post.
* Replaced toggle by checkbox + added query template parameter.
* react-search-refiners: CSS fixes
* Quick fix
* Updated the panel position to the left + added an overlay between each search operation to notify the user
* [react-search-refiners] Updated the screenshots + npm packages
* Synced the remote branch from the upstream to merge things correctly
* [react-search-refiners] Removed useless files generated by the upstream merge
* [react-search-refiners] Removed remaining useless files
* [react-search-refiners] Added a search box and a result source Id + enable query rules parameters
* [react-search-refiners] Added field descriptions
* [react-search-refiners] Updated the README file + solution demo animation
* [react-search-refiners] Added local configuration for pnp js library instead of global
* initial commit
* Added OfflineHTTPService implementation to file
* Put interfaces into their own files
* Create a state object to allow the render method to have a variable to print.
* Tested Gets, need to update comments
* Add JSDoc
* Created Readme.md
* Fix queing process, add setTimeout to allow breakpoints and debugging
* Add more detail to readme, and better image
* Remove console.clear
* Adds SPFx react slide swiper sample (#412)
* Add files via upload
Add initial files to the repository
* Add package-lock.json to react-file-upload
it will fix the this error when you run Gulp serve:
SPFileUpload-master/node_modules/react-dropzone-component/typescript/types"' has no default export.