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: reflex-app/reflex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0-beta.29
Choose a base ref
...
head repository: reflex-app/reflex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0-beta.31
Choose a head ref
  • 5 commits
  • 20 files changed
  • 2 contributors

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    1b75442 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Fix: WebView preload inject script (#240)

    * Added TS and separate package for extraResources  (injected `preload` script)
    
    * Moved rest of /extraResources to .ts
    
    * Updated yarn scripts to run preload TS workflow
    
    * Updated builder.config to copy extraResources dir
    
    * Updated injectScriptPath in WebView and options for WebView
    
    * Add try/catch for loading main Electron window
    nwittwer authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    710d315 View commit details
    Browse the repository at this point in the history
  2. v0.7.0-beta.30

    nwittwer committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    3f3227c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Update Github Actions-related code and fix Yarn bug (#241)

    * Updated actions/cache from v2 to v3
    
    * Updated yarn.lock
    
    * Updated actions/checkout and actions/setup-node to v3 (Node v16 compatible)
    
    * Replaced deprecated set-output in Yarn cache workflow
    
    * Added default shell definition
    
    * Updated build-test.yml w/ v3 actions/checkout and actions/cache
    
    * Fresh re-install of Node modules to yarn.lock
    
    * Added Node version to caching key (invalidate cache when Node version changes)
    
    * Specifically do "yarn install" instead of "yarn"
    
    * Fix: Added app/src/extraResources as Yarn workspace
    nwittwer authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    0429017 View commit details
    Browse the repository at this point in the history
  2. v0.7.0-beta.31

    nwittwer committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    8a6c84b View commit details
    Browse the repository at this point in the history
Loading