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

fix: separate framework code from app code #8957

Merged
merged 21 commits into from
Feb 19, 2023
Merged

fix: separate framework code from app code #8957

merged 21 commits into from
Feb 19, 2023

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    8387c49 View commit details
    Browse the repository at this point in the history
  2. fix, simplify

    Rich-Harris committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    c51f77c View commit details
    Browse the repository at this point in the history
  3. changeset

    Rich-Harris committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    86043ef View commit details
    Browse the repository at this point in the history
  4. DRY

    Rich-Harris committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    f1d501d View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. try this?

    Rich-Harris committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    a08b5d8 View commit details
    Browse the repository at this point in the history
  2. Revert "try this?"

    This reverts commit a08b5d8.
    Rich-Harris committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    abe7525 View commit details
    Browse the repository at this point in the history
  3. simplify

    dummdidumm committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    94af288 View commit details
    Browse the repository at this point in the history
  4. debug logs

    dummdidumm committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ec618f5 View commit details
    Browse the repository at this point in the history
  5. Revert "debug logs"

    This reverts commit ec618f5.
    dummdidumm committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    6adecbe View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. bump timeout

    Rich-Harris committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    24c8a5d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. merge master

    Rich-Harris committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    1cb42d4 View commit details
    Browse the repository at this point in the history
  2. set public env in <script>, implementing preloading on safari (#9018)

    * load public env lazily
    
    * not sure why this fixes it but hey
    
    * fix tests
    
    * fix test
    
    * eager imports
    
    * use a hacky polyfill instead of eagerly importing
    
    * hash things up a bit
    
    * use header/element combo
    
    * remove hack
    
    * add an explanatory comment
    
    * remove TODO
    
    * implement generatePublicEnv
    
    * fix test
    
    * add a clarifying comment
    
    * fix tests
    
    * Update packages/adapter-static/test/test.js
    
    * ugh let this be the last one
    
    * always inline public env
    
    * fix
    
    * remove unused re-export
    
    * lint
    
    * lint
    
    * tidy up
    
    * add missing .env file
    Rich-Harris authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    dd4a45b View commit details
    Browse the repository at this point in the history
  3. tidy up

    Rich-Harris committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    00bb10d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. get rid of set_version

    Rich-Harris committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    49fb8ec View commit details
    Browse the repository at this point in the history
  2. set assets from window

    Rich-Harris committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    778c206 View commit details
    Browse the repository at this point in the history
  3. load app eagerly

    Rich-Harris committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    0b04b8a View commit details
    Browse the repository at this point in the history
  4. huh

    Rich-Harris committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    05a216f View commit details
    Browse the repository at this point in the history
  5. fix test

    Rich-Harris committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    c90dd7e View commit details
    Browse the repository at this point in the history
  6. fix

    Rich-Harris committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    a8682a1 View commit details
    Browse the repository at this point in the history
  7. tidy up

    Rich-Harris committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    c057289 View commit details
    Browse the repository at this point in the history
  8. changesets

    Rich-Harris committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    387f009 View commit details
    Browse the repository at this point in the history