-
Notifications
You must be signed in to change notification settings - Fork 7
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
Development #374
Open
mariopesch
wants to merge
62
commits into
main
Choose a base branch
from
development
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Development #374
+8,528
−2,365
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Blockly update
…pawn-7.0.6 Bump cross-spawn from 7.0.3 to 7.0.6
…e-fixes Fix toolbox language update and to small language mistakes
This was
linked to
issues
Jan 6, 2025
Feat/improve readme
Revert "Feat/improve readme"
fix the new readme
Update README.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes various updates and improvements to the project, focusing on upgrading dependencies, adding error handling, and refactoring code to use updated Blockly APIs. Below are the most important changes:
Dependency Upgrades:
package.json
to newer versions, including@blockly/block-plus-minus
,@blockly/field-grid-dropdown
,@blockly/field-slider
, and others. [1] [2]Error Handling:
Content
component in anErrorBoundary
withinsrc/App.js
to improve error handling in the application. [1] [2]Blockly API Refactoring:
src/components/Blockly/BlocklyComponent.jsx
,src/components/Blockly/blocks/audio.js
, andsrc/components/Blockly/blocks/io.js
. [1] [2] [3]Blockly.Xml.textToDom
withBlockly.utils.xml.textToDom
in multiple files to align with the updated API. [1] [2] [3]Component Initialization:
PositionedMinimap
plugin insrc/components/Blockly/BlocklyComponent.jsx
to enhance the workspace functionality. [1] [2]Code Consistency:
* as Blockly
across multiple files for consistency and to avoid potential issues with named imports. [1] [2] [3]List of Issues closed by this