Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: scratchfoundation/scratch-gui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9fdfc652dcefbd4e4e7872093032530af7eee32f
Choose a base ref
..
head repository: scratchfoundation/scratch-gui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2e1fca635c2ed7dfbaaca246c8026e9471f287da
Choose a head ref
Showing with 1,844 additions and 213 deletions.
  1. +51 −0 CHANGELOG.md
  2. +292 −163 package-lock.json
  3. +2 −4 package.json
  4. +162 −0 src/components/debug-modal/debug-modal.css
  5. +174 −0 src/components/debug-modal/debug-modal.jsx
  6. +14 −0 src/components/debug-modal/icons/icon--add-sound-checkpoints.svg
  7. +82 −0 src/components/debug-modal/icons/icon--ask-for-help.svg
  8. +44 −0 src/components/debug-modal/icons/icon--break-it-down.svg
  9. +34 −0 src/components/debug-modal/icons/icon--check-code-sequence.svg
  10. +20 −0 src/components/debug-modal/icons/icon--check-the-values.svg
  11. +4 −0 src/components/debug-modal/icons/icon--close.svg
  12. +16 −0 src/components/debug-modal/icons/icon--comment-your-code.svg
  13. +3 −0 src/components/debug-modal/icons/icon--debug-inverted.svg
  14. +3 −0 src/components/debug-modal/icons/icon--debug.svg
  15. +18 −0 src/components/debug-modal/icons/icon--next.svg
  16. +18 −0 src/components/debug-modal/icons/icon--prev.svg
  17. +18 −0 src/components/debug-modal/icons/icon--read-aloud.svg
  18. +32 −0 src/components/debug-modal/icons/icon--slow-it-down.svg
  19. +100 −0 src/components/debug-modal/icons/icon--take-a-break.svg
  20. +28 −0 src/components/debug-modal/icons/icon--think-about-block-options.svg
  21. +69 −0 src/components/debug-modal/icons/icon--timing-and-parallelism.svg
  22. +29 −0 src/components/debug-modal/icons/icon--tinker-with-block-order.svg
  23. +99 −0 src/components/debug-modal/icons/icon--to-loop-or-not.svg
  24. +296 −0 src/components/debug-modal/sections/messages.ts
  25. +144 −0 src/components/debug-modal/sections/sections.jsx
  26. +9 −0 src/components/gui/gui.jsx
  27. +6 −2 src/components/menu-bar/menu-bar.css
  28. +25 −2 src/components/menu-bar/menu-bar.jsx
  29. +4 −1 src/containers/gui.jsx
  30. +4 −0 src/css/colors.css
  31. +0 −40 src/lib/analytics.js
  32. +15 −0 src/playground/index.ejs
  33. +10 −0 src/reducers/modals.js
  34. +19 −1 webpack.config.js
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,57 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.1](https://github.com/scratchfoundation/scratch-gui/compare/v5.1.0...v5.1.1) (2024-12-05)


### Bug Fixes

* set publicPath to 'auto' ([853caca](https://github.com/scratchfoundation/scratch-gui/commit/853caca41ac07b76298b8d371f7066311d95588e))
* use react from external source when building dist ([ab1f65d](https://github.com/scratchfoundation/scratch-gui/commit/ab1f65d8c414873ca32b0961bc7846fd6f1f9c5f))

# [5.1.0](https://github.com/scratchfoundation/scratch-gui/compare/v5.0.5...v5.1.0) (2024-12-04)


### Bug Fixes

* uepr-38: debug modal description and image preload ([703907f](https://github.com/scratchfoundation/scratch-gui/commit/703907f92cb5b1076b8f4bc445369c2dd7843dd8))
* uepr-38: fix imports ([f561493](https://github.com/scratchfoundation/scratch-gui/commit/f56149337c2ebe2525199ddd1d390fdf73f145c6))
* uepr-38: style fixes ([6e4c051](https://github.com/scratchfoundation/scratch-gui/commit/6e4c0514e1591698dfd050156b953adb9a914140))
* uepr-38: style updates ([3c7f153](https://github.com/scratchfoundation/scratch-gui/commit/3c7f15354a93f9da2369e5cc927ca8ecc26e9426))


### Features

* uepr-38: debug modal changes ([f2adf68](https://github.com/scratchfoundation/scratch-gui/commit/f2adf68789d35b29c44acf971d1b4c9f294dfb9b))

## [5.0.5](https://github.com/scratchfoundation/scratch-gui/compare/v5.0.4...v5.0.5) (2024-12-04)


### Bug Fixes

* **deps:** lock file maintenance ([ee72988](https://github.com/scratchfoundation/scratch-gui/commit/ee729886c8a0aab374ed694dd7c1ddbffedb9cb4))

## [5.0.4](https://github.com/scratchfoundation/scratch-gui/compare/v5.0.3...v5.0.4) (2024-12-03)


### Bug Fixes

* **deps:** lock file maintenance ([fd0557f](https://github.com/scratchfoundation/scratch-gui/commit/fd0557fb938ddac591daa6ec9243d166fd8bac5e))

## [5.0.3](https://github.com/scratchfoundation/scratch-gui/compare/v5.0.2...v5.0.3) (2024-11-30)


### Bug Fixes

* **deps:** lock file maintenance ([ebb05da](https://github.com/scratchfoundation/scratch-gui/commit/ebb05da244a77f739e83864af39bcd841b2fc4da))

## [5.0.2](https://github.com/scratchfoundation/scratch-gui/compare/v5.0.1...v5.0.2) (2024-11-28)


### Bug Fixes

* **deps:** lock file maintenance ([49657ea](https://github.com/scratchfoundation/scratch-gui/commit/49657ea675661f70847e25fd0fef92671681167c))

## [5.0.1](https://github.com/scratchfoundation/scratch-gui/compare/v5.0.0...v5.0.1) (2024-11-26)


Loading