You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bridge. v2.3.0 - "Elytra" marks another milestone release for our team. For this update, we focused on making nearly every aspect of bridge. significantly faster and more reliable. Together with v2.3.0, we also ship a new documentation for our webpage with updated guides and articles on using bridge.
Thanks to everyone who helped make this release possible!
Data updates are now applied instantly. Downloading a data update now only takes marginally longer than our normal data loading procedure.
Instant Development Environments
We spent weeks of work making bridge. start a lot faster. This work includes delaying permission prompts until they are necessary and heavy optimizations on every aspect of the work we do before bridge. can be used.
New Setup Experience
bridge. no longer requires setup before using it. We have therefore removed the old "initial setup dialog" and now instead display recommended actions within the pack explorer.
New Welcome Screen
We have simplified the welcome screen to only include the command bar and bridge.'s logo.
Command Bar
The new command bar can be found on bridge.'s new welcome screen and it also replaces the old file picker which opened when pressing "Ctrl + P". You can use the command bar to open any file within your project or to trigger quick actions such as creating a new file.
For bridge. v2.3.0, we built a new directory viewer which now powers the default pack explorer and which can be easily reused across our user interfaces.
Displaying directories is now notably faster
Copy & Paste is now supported (with keybindings)
Support for keyboard navigation with tab
Support for inline renaming
Improved file/folder duplication
Added option to download any file or folder
Support for creating global files and folders (Blank file #321)
Support for dragging files and folders into the pack explorer (b2898ab)
"Open With ..." to choose the way you want to open a file (1868507)
You can now use bridge. to open arbitrary folders and edit the files within them. Any folder opened with bridge. will appear within a new sidebar tab and makes use of our new directory viewer.
bridge. now has a new tab loading indicator that is used to display progress connected to a specific tab. Additionally, the new indicator is now used instead of the loading window upon saving files.
Updated GameTest Support
We now support the "mojang-net" and "mojang-minecraft-server-admin" modules within bridge. In order to use them, set your project as a behavior pack that is intended to be run on the server within the "Create Project" window or directly within the project config.
bridge. now loads all JavaScript and TypeScript files from your project to provide you within import auto-completions and rich type imports where applicable.
Improved tree editor selection & open logic (8e05298)
New logic for running JavaScript and TypeScript files (5c3e455)
New setting to disable tabs opening in a temporary mode (254f12b)
Better handling of foreign files: bridge. no longer throws an error when the write request fails and it will correctly keep the unsaved status (2af4983)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
bridge. v2.3.0 - "Elytra" marks another milestone release for our team. For this update, we focused on making nearly every aspect of bridge. significantly faster and more reliable. Together with v2.3.0, we also ship a new documentation for our webpage with updated guides and articles on using bridge.
Thanks to everyone who helped make this release possible!
You can try out bridge. v2.3.0 here.
Features:
Instant Data Loading
Data updates are now applied instantly. Downloading a data update now only takes marginally longer than our normal data loading procedure.
Instant Development Environments
We spent weeks of work making bridge. start a lot faster. This work includes delaying permission prompts until they are necessary and heavy optimizations on every aspect of the work we do before bridge. can be used.
New Setup Experience
bridge. no longer requires setup before using it. We have therefore removed the old "initial setup dialog" and now instead display recommended actions within the pack explorer.
New Welcome Screen
We have simplified the welcome screen to only include the command bar and bridge.'s logo.
Command Bar
The new command bar can be found on bridge.'s new welcome screen and it also replaces the old file picker which opened when pressing "Ctrl + P". You can use the command bar to open any file within your project or to trigger quick actions such as creating a new file.
New Directory Viewer (#477)
For bridge. v2.3.0, we built a new directory viewer which now powers the default pack explorer and which can be easily reused across our user interfaces.
View Folder (08e189a)
You can now use bridge. to open arbitrary folders and edit the files within them. Any folder opened with bridge. will appear within a new sidebar tab and makes use of our new directory viewer.
Open Project Folder (d317f73)
You can now use the new "Open Project Folder" action to open the whole project folder within the "View Folder" sidebar.
File Sharing (7bc6631)
bridge. now supports sharing files with other users.
Tab Loading (1d26797, 1d26797)
bridge. now has a new tab loading indicator that is used to display progress connected to a specific tab. Additionally, the new indicator is now used instead of the loading window upon saving files.
Updated GameTest Support
We now support the "mojang-net" and "mojang-minecraft-server-admin" modules within bridge. In order to use them, set your project as a behavior pack that is intended to be run on the server within the "Create Project" window or directly within the project config.
HTML Previewer (4579a95)
You can now use bridge. to preview HTML files.
Improved TypeScript/JavaScript Experience (#481)
bridge. now loads all JavaScript and TypeScript files from your project to provide you within import auto-completions and rich type imports where applicable.
"com.mojang" Projects (a5ae29d)
bridge. v2.3.0 can once again load projects directly from your "com.mojang" folder.
Toggleable Experimental Gameplay (#404)
It is now possible to toggle experimental gameplay features within bridge.'s project chooser. Thanks to @pascal541 for working on this feature!
New Execute Support (#450)
bridge. now supports auto-completions for the new "/execute" command syntax.
Updated Data
We have updated our JSON schemas to support the latest Minecraft Preview and stable Minecraft release.
Particle Improvements (39cd02a)
Rich Deprecation Information (0fe55c9)
bridge. now shows rich deprecation information for renamed and removed components.
Generator Scripts (#132)
You can now use JavaScript and TypeScript files to generate any file within your project. You can learn more about them here.
Extensions
Extensions become even more powerful on bridge. v2.3.0 - "Elytra":
Changes:
Fixes:
This discussion was created from the release v2.3.0 - "Elytra".
Beta Was this translation helpful? Give feedback.
All reactions