Skip to content

Commit

Permalink
Merge branch 'release/3.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckyC committed Dec 3, 2019
2 parents a6ed08a + 5ccc52a commit ac91d17
Show file tree
Hide file tree
Showing 22 changed files with 511 additions and 353 deletions.
2 changes: 1 addition & 1 deletion docs/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Version | Date | Comments
3.6.2.0 | Aug 13th, 2019 | <ul><li>Does not work with IE11 (looking into it)</li><li>Removed the deprecated 'office-ui-fabric' module and updated layouts with the Office UI React components by wrapping them with web components.</li><li>Added a DetailsList and Debug layouts + template options for 'Tiles' (placeholders fileds, etc.) and 'Details List' (column builder, etc.).</li><li>Updated property pane fields (Search Results and Refiners WP) to use a dynamic search managed properties list instead of text values.</li><li>Added `regEx` and `getUnique` helpers.</li><li>Added Dutch translation.</li></ul>
3.6.3.0 | Aug 14th, 2019 | Now works in IE11, just ignore the errors :)
3.7.0.0 | Oct 30th, 2019 | <ul><li>Allow selecting between URL Fragment or QueryString parameter.</li><li>Refiner flashing fix.</li><li>Fixed Page token handling.</li><li>Added more handlebar helper methods.</li><li>Removed default path filter on the webpart.</li><li>Added sorting option for refiners.</li><li>Better default icon handling and support for using [OUIFR icons](https://developer.microsoft.com/en-us/fabric#/styles/web/icons) in your templates. See [templating documentation](./search-parts/templating.md#Web-components) for more information.</li><li>Added support for rendering secondary result blocks in custom renderers.</li><li>Added toggle to include OneDrive results as a secondary result block (not currently visible without custom renderer).</li><li>Allow custom renderers to render even if there are zero search results to display.</li><li>Added fixed date refiner template.</li><li>Fix for using custom code renderer.</li><li>Upgraded to SPFx v1.9.1.</li><li>Added preview support for 'spellingSuggestion' token.</li></ul>
3.8.0.0 | Nov 4th, 2019 | Moved to a dedicated repository. Added an extensibility library to write custom web components.
3.8.0.0 | Nov 4th, 2019 | <ul><li>Moved to a dedicated repository. Added an extensibility library to write custom web components.</li><li></li>Bug fixes #24, #21, #19</ul>
162 changes: 124 additions & 38 deletions search-extensibility-library/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions search-extensibility-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@microsoft/sp-core-library": "1.9.1",
"@microsoft/sp-component-base": "1.9.1",
"@microsoft/sp-page-context": "1.9.1",
"office-ui-fabric-react": "6.194.0",
"@microsoft/sp-http": "1.9.1",
"typescript": "~3.3.0",
"react-dom": "16.8.5",
Expand Down
Loading

0 comments on commit ac91d17

Please sign in to comment.