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: RaspberryPiFoundation/editor-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.29.1
Choose a base ref
...
head repository: RaspberryPiFoundation/editor-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.30.0
Choose a head ref
  • 6 commits
  • 14 files changed
  • 2 contributors

Commits on Feb 21, 2025

  1. Update version (#1197)

    ## What's Changed
    * Check instructions length before setting option value by
    @jamiebenstead in
    #1196
    
    
    **Full Changelog**:
    v0.29.0...v0.29.1
    jamiebenstead authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    59a693e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Fixing the append file write mode (#1200)

    ## What's Changed?
    
    - Fixed the mode on the `pyodide` side - it was always using `w` rather
    than the mode provided in the code
    - Fixed the file write append mode on the frontend - it was incorrectly
    adding a newline character before anything was appended.
    loiswells97 authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    3231591 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

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

Commits on Apr 11, 2025

  1. Add runnerBeingLoaded logic (#1205)

    closes #1202
    jamiebenstead authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    fb808cc View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. Fix turtle canvas bug (#1203)

    This PR is very much WIP
    Although these changes fix the original bug, they introduce an issue
    with the `p5` canvas that needs investigating before this can go out.
    
    Steps to reproduce:
    1. Run a basic `p5` program
    2. Delete that code and run `print("hello world")`
    3. Run the basic `p5` program again
    
    Expected behaviour: Output from the `p5` program is displayed in the
    visual output tab
    Actual behaviour: The visual output tab is rendered, but no output is
    visible
    
    closes
    RaspberryPiFoundation/digital-editor-issues#137
    loiswells97 authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    f522306 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. v0.30.0 (#1207)

    ### Added
    - `editor-projectLoadFailed` custom event that fires when a project
    completely fails to load (#1201)
    - Added runnerBeingLoaded state to prevent race condition overwrites
    (#1205)
    
    ### Fixed
    - Bugs in append mode for writing to files in python (#1200)
    - `turtle` bug that did not display output on first code run (#1203)
    loiswells97 authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    29b3b3f View commit details
    Browse the repository at this point in the history
Loading