* * 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
* 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
* 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
* 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
* * 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
* Updated packages
* Bundle each part as a bundle to reduce size when not needing all.
* Dynamically load if used/needed
* Added support for sort list
* Load moment with handlebars helpers
* Change shimmer rendering wait instead of spinner
* Added web part title option
* Rework code so webpack dynamic loadig works from scratch
* Updated readme
* Added sortlist description