-
Notifications
You must be signed in to change notification settings - Fork 40
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
v2.7.0 - "Flint" #1004
Merged
Merged
v2.7.0 - "Flint" #1004
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
- removes old versions - now works with new matching system in editor
Need to sperate project config from bridge config await app.projectManager.projectReady.fired
needs to not recompile when bridge makes changes
Run & review this pull request in StackBlitz Codeflow. |
We don't have access to the npm package so we have to load from a github commit
Update data to latest preview (along with some fixes)
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.
Features
New UI
A new initial screen for viewing your projects and overall editor UI enhancements have arrived in this update.
Auto Recompile on External Changes (Native Build Only)
In 2.7.0, bridge. now watches for external changes and will automatically recompile. No more manually hitting refresh project after making an edit in Blockbench! 😁
Changes
bridge
in the project creation screen instead of being blank (8f3d3f4)Fixes
Final Notes
This is the first major update since SolvedDev's disappearance. As I am still familiarizing myself with the codebase, there is bound to be bugs. Please be patient as I grow accustomed to it. Thank you to everyone who is out there using bridge. The community gives me so much motivation to work on this project.