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: qubernetinc/react-file-viewer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: plangrid/react-file-viewer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 8 files changed
  • 5 contributors

Commits on Feb 28, 2022

  1. Added onGridSort prop to csv-viewer driver component (plangrid#111)

    Co-authored-by: Omar Flores Grimontt <[email protected]>
    omarefg and Omar Flores Grimontt authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    b87974e View commit details
    Browse the repository at this point in the history
  2. 1.2.2

    Michael Woloszuk committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    55ea153 View commit details
    Browse the repository at this point in the history
  3. 1.2.3

    michaelwolo committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    6f9348c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Fix: [KRAANG-7741] PlanGrid: when viewing photos from documents and u…

    …sing arrows to go to next photo the image doesn't change (plangrid#245)
    
    * remove node-sass, upgrade npm, add sass, update sass-loader config
    
    Note that node-sass is deprecated, and the version that was installed does not compile on arm64.
    
    Also updated README.md
    
    * upgrade react minor version
    
    * add image swapping demo
    
    * fix PhotoViewerWrapper so it loads a new image if the filePath prop changes
    
    and update the demo to show that the image can be swapped
    
    * 1.2.4-fix-photo-viewer.0
    
    * 1.2.4-fix-photo-viewer.1
    
    * do not minify, ship source map
    
    * 1.2.4-fix-photo-viewer.2
    akinnee authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0d7912c View commit details
    Browse the repository at this point in the history
Loading