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: phaserjs/editor-scripts-quick
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: phaser3
Choose a base ref
...
head repository: phaserjs/editor-scripts-quick
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 168 files changed
  • 2 contributors

Commits on Dec 6, 2024

  1. updated build script for vanilla js projects

    Updated the build script to check if the `import` line for a file is
    referencing the editor scripts base package, and when there is a match
    the `import` statement will be changed from:
    
    ```js
    from "@phaserjs/editor-scripts-base.js";
    ```
    
    to
    
    ```js
    from "../../phaserjs_editor_scripts_base/index.js";
    ```
    
    This fix has a few limitations:
    
    * if any other npm packages are added to this library, this change will
    not fix those
    * the generated `phaserjs_editor_scripts_quick` needs to be placed
    at the root of the phaser editor project, next to the original location
    of the `phaserjs_editor_scripts_base` folder.
    
    Signed-off-by: Scott Westover <scottwestover2006@gmail.com>
    scottwestover committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    f5b20b3 View commit details
    Browse the repository at this point in the history
  2. updated import path in generated browser files

    Re-ran the `build-browser.js` script so files use the updated import
    path for the `@phaserjs/editor-scripts-base.js` npm package reference.
    
    Signed-off-by: Scott Westover <scottwestover2006@gmail.com>
    scottwestover committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    f0f2e66 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from devshareacademy/build-script-updates

    Updated the build script for the generated browser folder
    scottwestover authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    1df8fb7 View commit details
    Browse the repository at this point in the history
  4. updated readme

    updated readme to include a note about the placement of the generated browser folder for vanilla js projects.
    
    Signed-off-by: Scott Westover <scottwestover2006@gmail.com>
    scottwestover committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    c466559 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03982b4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from devshareacademy/main

    [GH-1] update build script for browser folder to use a relative import statement for script base folder
    PhaserEditor2D authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    6e0e44f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Configuration menu
    Copy the full SHA
    02c39b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ed896f View commit details
    Browse the repository at this point in the history
  3. 2.0.0

    PhaserEditor2D committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    6b913a6 View commit details
    Browse the repository at this point in the history
  4. Publish.

    PhaserEditor2D committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    351198a View commit details
    Browse the repository at this point in the history
  5. updates changelog.

    PhaserEditor2D committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    f4ae0f6 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2026

  1. Configuration menu
    Copy the full SHA
    2063adf View commit details
    Browse the repository at this point in the history
  2. 2.0.1

    PhaserEditor2D committed May 11, 2026
    Configuration menu
    Copy the full SHA
    b51b05d View commit details
    Browse the repository at this point in the history
  3. Updates changelog.

    PhaserEditor2D committed May 11, 2026
    Configuration menu
    Copy the full SHA
    1f32f2a View commit details
    Browse the repository at this point in the history
  4. Build.

    PhaserEditor2D committed May 11, 2026
    Configuration menu
    Copy the full SHA
    a48f579 View commit details
    Browse the repository at this point in the history
  5. Fixes Phaser import.

    PhaserEditor2D committed May 11, 2026
    Configuration menu
    Copy the full SHA
    bfe5250 View commit details
    Browse the repository at this point in the history
  6. 2.0.2

    PhaserEditor2D committed May 11, 2026
    Configuration menu
    Copy the full SHA
    0abd662 View commit details
    Browse the repository at this point in the history
  7. Update changelog.

    PhaserEditor2D committed May 11, 2026
    Configuration menu
    Copy the full SHA
    09175f0 View commit details
    Browse the repository at this point in the history
Loading