Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yext/chat-ui-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.4
Choose a base ref
...
head repository: yext/chat-ui-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 10, 2024

  1. Address rollup vulnerabilities (#87)

    update rollup version to 3.29.5 (https://github.com/rollup/rollup/releases/tag/v3.29.5) which includes a vulnerability fix
    
    J=VULN-39403,VULN-39404
    TEST=manual
    
    built package, smoke test using test-site
    yen-tt authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    0378e6b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. address vulnerabilities (rollup, babel) (#89)

    addressed:
    -  Cross-site Scripting vulnerability in [rollup](https://github.com/rollup/rollup/releases/tag/v2.79.2) in test-site package: https://yexttest.atlassian.net/browse/VULN-39404?focusedCommentId=1649810
    - babel-plugin-polyfill-regenerator issue: https://yexttest.atlassian.net/browse/VULN-38484?focusedCommentId=1649848. Note that updating to eslint-config@1.0.2 didn’t actually update babel-plugin-polyfill-regenerator, doing a manual update of the direct parent dep @babel/plugin-transform-runtime did bump up the polyfill dep to 0.6.3.
    
    
    
    J=VULN-39404&VULN-38484
    yen-tt authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    1a85e51 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Add support to save chat panel's scroll position (#88)

    J=CLIP-1675
    TEST=manual,auto
    
    verified on test-site that the panel remains at the correct scroll position after being reloaded/opened in another tab. Also verified that multiple bot panels do not override each other scroll position.
    
    added and ran unit test
    anguyen-yext2 authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    3a33648 View commit details
    Browse the repository at this point in the history
Loading