Releases: bridge-core/bridge.
Releases · bridge-core/bridge.
v1.7.15
Features:
- Custom components can now access current file format version for building more robust code that works for multiple Minecraft versions
- Better handling of
execute>commands
custom syntax- Now compiles simple strings without an error
- Better error reports for invalid syntax
- On "v1.16.100" file format versions, this syntax now compiles to Minecraft's native
run_command
event response
- Added support for custom commands inside of entity, block & item
run_command
event response
Changes:
- Added new argument to
$versioned_template
s to easily combine them with$dynamic_template
s - Improved "escape" behavior:
- Now first removes focus from inputs without unselecting the current node
- If no input is focused, bridge. will unselect the current node
- Updated project target version description
Fixes:
- Fixed project refreshing
- Fixed bridge. Core built-in plugin not activating/deactivating correctly
- Fixed
$dynamic_template
with$if
showing up in auto-completions if$if
evaluates tofalse
v1.7.14
v1.7.13
v1.7.12
Features:
- Updated to latest beta
- Added support for texture sets (RTX)
Changes:
- UI should now start loading sooner and should load regardless of errors that may appear
Fixes:
- Fixed beta item preset
- Fixed error upon switching RP/BP explorer
- Fixed memory leak
- Fixed saveAs & save combination
v1.7.11
Changes:
- Updated sword preset
- Project creation window now uses global version constants for info
Fixes:
- Fixed refreshing cache for custom block components
- Fixed deleted project staying selected
- Fixed plugins loading multiple times
- Fixed prefix & target version setting upon creating project
v1.7.10
Features
- Added a spooky surprise...
- Added
@bridge/toolbar
plugin module - Support dragging nodes from immutable tabs
Changes
- Updated to latest Minecraft beta
- Updated block, item and fog highlighters
Fixes
- Fixed versioning in the file creation window
- Fixed function auto-completions
- Fixed loading of built-in styles
- Fixed immutable tabs becoming editable in split-screen view
v1.7.9
Features
- Presets and new files can now be locked behind a set project target version
Changes
- Locked armor, snowball, sword presets and fogs behind >= 1.16.100 project target version
- Locked client item files behind < 1.16.0 project target version
- Improved project creation window
- Updated all presets to latest beta
Fixes
- Fixed errors if format version type is a number
- Fixed project namespace not being set correctly
- Fix error connected to themes
- Fixed "latest" option in remote data version settings
- Fixed incorrect animation controller being applied in salmon preset (By @Chikorita-Lover )
v1.7.8
Features:
- Auto-Completions can now be updated independently from the main app
- Added a setting so users can easily switch between bridge. auto-completion releases
- Updated auto-completions to latest beta
- Updated vanilla files to latest beta
Changes:
- Added description to target Minecraft version option
- Added project namespace option when creating project
- Updated marker snippet
Fixes:
- Fixed an error that occurred inside of block files
v1.7.7
Features
- Added support for custom block components
Changes
- Re-added bridge:weapon_damage component
- Don't suggest adding client scripts to RP manifest (By @pascal541 )
- Improved various auto-completions
- Adding missing auto-completions
- Updated armor preset
- Recipe tags are now cached and used in auto-completions
- Removed "events" from block file creator
Fixes
- Fix set_block_at_pos auto-completions
- Fix minecraft:digger auto-completions
- Fix item command auto-completions
- Fix geometry identifier auto-completions
v1.7.6
Features
- Inform users if update hasn't rolled out yet
- Added support for fogs
- Added armor preset
- Added snowball preset
- Added sword preset
- Updated to support all new beta features
- Added Clear All Notifications option
Changes
- Added the FAQ to help menu
- Added small animation to documentation sidebar tab
- Documentation lookup now looks up beta docs if the project format version is the beta version
- 'choice' is now supported in trade tables
- Add getProjectTargetVersion() to @bridge/env plugin module
- Added 'minecoin_gold' color to auto completions
- Added missing queries
- Updated all links to new website
- Improve error detection in client entity files
Fixes
- Fix the auto fix button appearing when it shouldn't
- Fixed editing comments not causing the file to become unsaved