* 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.
* 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
* Tiny MCE Rich Text Editor
* added workbench styling, to get a more acurate representation of online.
* TinyMCE, Create,Update,Store,Persist,Read rich text
* Cleanup of Code
* Add readme
* Correct filename, add tslint
* Correct names in config files.
* 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
* Upgraded to drop 1.4 and asset bundling
Bumped version to 1.0.0.3
* Clean up of CSS
* Remove linting rule which caused warning on build
* Added property to toggle web part container padding on/off
* Refactored to have local function bindings at the top for better readability.
Fixed readonly warning in cancel dialog as property was set directly instead of via setState
* Replaced safeWithCustomScriptDisabled with requiresCustomScript
Added removePadding property.
Updated correct schema reference.
Removed comments.
* Added skipFeatureDeployment attribute for easier switch if needed.
* Added missing ;
* Fix for setting the default switch to require custom script enabled for the web part. Value got switched one the attribute changed.
* Added hyperlink on Puzzlepart logo.
* Updated @pnp packages to solve an issue with application insights tracking failing the component in IE/Edge.
* Explicit load of the Overlay component to reduce bundle size.
* Store the inital result in order to prevent two calls per page which slows down result loading and is unneeded.
* Updated to SPFx Drop 1.4
* Store last query in order to update the results when changing the search properties.
* Bugfix: Make sure selected properties are passed along and updated on each search query.
* Support more properties for preview image depending on item type.
* Moved default values to web part config instead of hard coded in the web part.
* Added support to show/hide file icon per result
* Remove empty check for query template as it's not required, but optional.
* Don't render filter control if there are no refiners specified.
* Added support to show/hide the created date field.
* Added more default properties for default image preview
* Updated preview image based on new properties
* Updated version to 1.1
Updated readme with new version, author and drop
* 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
* 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
* Fix fabric button postback on classic pages
* Fixed logic issue with security
* adding react-skype-status sample to demonstrate the usage of UCWA SDK
* react-skype-status adding missing tracking information
* react-skype-status : updating readme to match standard