Skip to content
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

Version 2.4.0 #197

Merged
merged 6 commits into from
Dec 8, 2023
Merged

Version 2.4.0 #197

merged 6 commits into from
Dec 8, 2023

Commits on Sep 29, 2023

  1. PagesJS compatibility (#190)

    Introduce tsup and improve the package.json file in order to support PagesJS.
    
    This works in both dev and prod mode of pagesJS
    
    J=BACK-2545
    TEST=manual
    
    Publish an alpha version and test it with yext/search-ui-react#400 and @yext/pages@1.0.0-rc.3. Add several search components to the page and confirm they work as expected.
    cea2aj committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3b8f863 View commit details
    Browse the repository at this point in the history
  2. Document vertical support (#191)

    Add document vertical support by bumping the search-headless version
    
    J=BACK-2523
    TEST=manual
    
    Manually tested that I can load the segment result
    cea2aj committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    ab716a3 View commit details
    Browse the repository at this point in the history
  3. Update Package Version to v2.4.0-beta.2 (#189)

    An automated PR which updates the version number in package.json and package-lock.json files
    github-actions[bot] committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3aca097 View commit details
    Browse the repository at this point in the history
  4. v2.4.0 beta.3 (#192)

    Bump the search headless beta version in order to revert the rawData breaking change
    
    J=BACK-2523
    TEST=compile
    cea2aj committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    1850931 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Upgrade @babel/traverse (#194)

    Upgrade `@babel/traverse` from v7.16.5 to 7.23.5 to address a critical vulnerability in the package.
    
    J=VULN-38478
    TEST=auto
    
    Fix unit tests by pinning `@types/react` to the version that corresponds to the `react` version.
    nmanu1 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    cb6228b View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Prepare v2.4.0 (#196)

    Bump package.json to v2.4.0 and search-headless to v2.5.0.
    
    J=none
    TEST=auto
    
    Update tests to run on Node 16 and 18 and drop 14 since `tsup` doesn't seem to support 14.
    nmanu1 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    8530bf1 View commit details
    Browse the repository at this point in the history