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

Execute pys-on* events when triggered, not at load #686

Merged
merged 15 commits into from
Sep 15, 2022

Commits on Sep 12, 2022

  1. Execute pys-on* events when triggered, not at load

    Mimicing the behavior of Javascripts 'onLoad' event, we should
    not be executing the use code at page-load time, only when
    the event is triggered.
    JeffersGlass authored and marimeireles committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    c321727 View commit details
    Browse the repository at this point in the history
  2. Update examples to new syntax

    JeffersGlass authored and marimeireles committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    d0bd2de View commit details
    Browse the repository at this point in the history
  3. Fix merge issue

    JeffersGlass authored and marimeireles committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    8b594ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    990d51e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9a562c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02a7178 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. xfail toga example

    JeffersGlass committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    e6be695 View commit details
    Browse the repository at this point in the history
  2. Add missing { (typo)

    JeffersGlass committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    361f91d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c536f24 View commit details
    Browse the repository at this point in the history
  4. Change alpha to latest (pyscript#760)

    pww217 authored and JeffersGlass committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    3438913 View commit details
    Browse the repository at this point in the history
  5. Don't create custom elements in main and fix various small issues on …

    …tests (pyscript#747)
    
    * Create custom elements when the runtime finishes loading
    
    * Remove xfails and fix repl integration test
    
    * Fix commented ignore
    
    * Address Antonio's comments
    
    * Fix bad rebase
    
    * Make ure to wait for repl to be in attached state before asserting content
    
    * Move createCustomeElement up so it runs before we close the loader, xfail flaky d3 test
    
    * Fix xfail
    FabioRosado authored and JeffersGlass committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    bedb44a View commit details
    Browse the repository at this point in the history
  6. [pre-commit.ci] pre-commit autoupdate (pyscript#762)

    updates:
    - [github.com/pre-commit/mirrors-eslint: v8.23.0 → v8.23.1](pre-commit/mirrors-eslint@v8.23.0...v8.23.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored and JeffersGlass committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    dd6f29f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7eb1436 View commit details
    Browse the repository at this point in the history
  8. Toga example is xpass

    JeffersGlass committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    98fba5c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a7cfcc View commit details
    Browse the repository at this point in the history