Skip to content

Merge main (v1.8.3) into develop #512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Apr 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
5955aef
Version 1.8.0
Fondryext Feb 20, 2025
df3726e
Add optional ariaLabel prop to FilterSearch to set aria-label on input
tpotla Mar 25, 2025
8f2f474
Automated update to repo's documentation from github action
github-actions[bot] Mar 25, 2025
b47f3f4
Merge pull request #495 from yext/dev/filtersearch-wcag-fix
k-gerner Mar 25, 2025
a1394a8
Update version to 1.8.1
k-gerner Mar 25, 2025
89a08ed
Merge pull request #500 from yext/update-package-version-1.8.1
k-gerner Mar 25, 2025
07fdc33
Fix test build errors
k-gerner Mar 25, 2025
0993d9c
Add esbuild to dev deps to force upgrade
k-gerner Mar 25, 2025
5a30e6b
try installing playwright before run test for react 16
k-gerner Mar 25, 2025
1d997d3
seemed to work with react 16, try for other versions
k-gerner Mar 25, 2025
a895f71
bump version
k-gerner Mar 25, 2025
c2607aa
Automated update to repo's documentation from github action
github-actions[bot] Mar 25, 2025
73ef0d6
add playwright install to wcag action
k-gerner Mar 25, 2025
15bf870
Add iframeWindow and allowUpdates props to MapboxMap. Also add zoom b…
k-gerner Mar 26, 2025
d0d500c
remove console.log
k-gerner Mar 26, 2025
6fe04fc
missed a couple calls to the mapboxInstance
k-gerner Mar 26, 2025
c7449b8
update coverage workflow to install playwright
k-gerner Mar 26, 2025
bc006a4
Merge pull request #503 (Update MapboxMap with VLE props for using in…
k-gerner Mar 26, 2025
99957a8
update snapshot workflow with playwright
k-gerner Mar 27, 2025
b14d7df
Update snapshots
github-actions[bot] Mar 27, 2025
77f2136
synchoronize mapbox gl version in test site and src
k-gerner Mar 27, 2025
055c51d
Merge pull request #502 from yext/hotfix/v1.8.2 - Mapbox VLE props + …
k-gerner Mar 27, 2025
3fe4af2
v1.8.3: Add debouncing to filter search and autocomplete (#511)
k-gerner Apr 14, 2025
75c3230
Merge remote-tracking branch 'origin/develop' into dev/merge-v1.8.3-3…
k-gerner Apr 14, 2025
e391edd
Update snapshots
github-actions[bot] Apr 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The following NPM package may be included in this product:

- @yext/search-core@2.6.0
- @yext/search-core@2.6.1

This package contains the following license and notice below:

Expand Down Expand Up @@ -1373,7 +1373,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The following NPM package may be included in this product:

- @yext/search-headless-react@2.5.0
- @yext/search-headless-react@2.5.1

This package contains the following license and notice below:

Expand Down Expand Up @@ -1417,7 +1417,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The following NPM package may be included in this product:

- @yext/search-headless@2.6.0
- @yext/search-headless@2.6.1

This package contains the following license and notice below:

Expand Down Expand Up @@ -4536,7 +4536,7 @@ THE SOFTWARE.

The following NPM package may be included in this product:

- pirates@4.0.6
- pirates@4.0.7

This package contains the following license and notice below:

Expand Down Expand Up @@ -6480,7 +6480,7 @@ SOFTWARE.

The following NPM package may be included in this product:

- use-sync-external-store@1.4.0
- use-sync-external-store@1.5.0

This package contains the following license and notice below:

Expand Down Expand Up @@ -6716,7 +6716,7 @@ THE SOFTWARE.

The following NPM package may be included in this product:

- yaml@2.7.0
- yaml@2.7.1

This package contains the following license and notice below:

Expand Down
Loading
Loading