Skip to content

Releases: bridge-core/editor

v2.7.2

11 Nov 01:09
c10194a
Compare
Choose a tag to compare

Fixes

  • Fix error when saving multiple files at once
  • Fix toolbar not working on mobile

v2.7.1

10 Nov 10:54
f6e29ae
Compare
Choose a tag to compare

Hotfixes bridge. native crashing if you have a custom bridge. root folder selected.

v2.7.0 - "Flint"

10 Nov 08:33
cc8214f
Compare
Choose a tag to compare

Features

New UI

A new initial screen for viewing your projects and overall editor UI enhancements have arrived in this update.

Initial Greet Screen UI Preview

New UI in the Editor


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

  • Compiler log starts at the bottom now (0dfecf7)
  • Scripting API completions are now based on manifest files (f164657)
  • Author field now defaults to bridge in the project creation screen instead of being blank (8f3d3f4)
  • Updated scripting preset (6547b94)
  • Improved zipping and unzipping speed on the native build (bd2bff0)
  • Data updated to the latest preview (bridge-core/editor-packages#63) Thanks to @ExDrill

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.

v2.6.7

26 Oct 02:58
be29967
Compare
Choose a tag to compare

Changes

Fixes

  • Fixed an error that would cause that would sometimes occur for an unknown reason (2ccd25d)

v2.6.6

17 Oct 02:51
5ad91e0
Compare
Choose a tag to compare

Fixes

  • Fixed an error in autocompletions (6cfcf63) (6d616a5)
  • Updated some dependencies to resolve security issues

v2.6.5

16 Oct 03:42
Compare
Choose a tag to compare

Fixes

  • Fixed autocompletions not loading (9b38e78)

v2.6.4

16 Oct 02:22
3b06368
Compare
Choose a tag to compare

Changes

Fixes

  • Fixed Blank Block Preset only showing up for versions 1.20.0 and up (bridge-core/editor-packages@8a647e7)
  • Updated some dependencies to resolve security issues
  • Fix a bug that would cause Monaco to suggest wrong import file paths (ec75dd9)

v2.6.3

03 Oct 04:10
dc1001f
Compare
Choose a tag to compare

Fixes

  • Importing folders now works properly on the native build (1e50fbc)
  • Fixed an error that would occur on opening files (dcf3e52)

v2.6.2

29 Sep 07:06
Compare
Choose a tag to compare

Changes

Fixes

  • Reverted fix for formatting JSON files when created, created files should now be faster and are still formatted (8e5f53b)
  • Fixed an error that prevented files from loading sometimes (746f746)
  • Fixed tabs no being restored properly (05def2f)
  • Fix elements not being draggable on the native build, this reintroduces an issue with folder dropping which will be fixed later (307505a)

v2.6.1

07 Jul 21:29
8667cfb
Compare
Choose a tag to compare

Changes

Fixes

Thanks to @outercloudstudio for these fixes:

  • Fixed loading screen being jumpy (5633178)
  • Fixed the ability to import multiple files at once (c42660a)
  • Fixed tab order reversing when opening a project (0ff4047)
  • Fixed a soft lock that could occur when trying to preview a model with no textures (0b0934a)
  • Fixed the ability to drop folders on bridge native build (c2e1531)
  • Fixed a missing id in an extension preventing new project from being created (834d4d7)
  • Fixed dragging elements in the tree editor causing errors (bb72494)
  • Fixed bridge suggesting users on tablets to download bridge native (6cc8a9f)