Releases: YannickRe/spfx-msgraph-peoplesearch
Releases · YannickRe/spfx-msgraph-peoplesearch
v2.8.4
Fixes a compile error on source
v2.8.3
- Fix #90: allow transparant background
- Fix #89: don't error out when search query contains # symbol
- #86: added support for umlaut replacement and searching in multiple fields
v2.8.0
- Upgraded to use SPFx v1.18.2
- Updated dependencies
- Reworked linter warnings
- Fix #77 : make sure the card loads correctly for Guest users too
- Bypass #78 : issue in Graph, make sure it doesn't crash our web part
- Fix #43 : make sure behavior is as expected when clearing search in combo with no data loading on load
2.7.1
- Fix #61 : make sure Live Persona Card works again now that Microsoft changed a property on their component
2.7.0
- Fix #54 : updating react-ace creates issues for other components on the page that still use the older version of react-ace. Downgraded for now.
2.6.0
- Upgraded to use SPFx v1.14.0
- Updated dependencies
- Changed webpackChunkName to avoid collision with PnP Modern Search code
2.5.0
- Updated to use SPFx v1.12.1
- Upgraded some dependencies to the latest versions
2.4.0
Fixed a race condition when combining querystring input in PnP Search Box with dynamic data connection on this web part
2.3.0
- Added option to hide results on load so that a query NEEDS to be submitted before first results show up.
2.2.2
- Cleanup of dependencies
- Updated readme to include PnP PowerShell approach for adding Permission Scopes
- Cleanup of import statements
- Updated to use TypeScript 3.9
- Fixed disappearing search box on publishing of page
- Fixed overwriting a changed result set by delayed profile picture fetching