Skip to content

Releases: bridge-core/bridge.

v1.7.15

19 Nov 14:27
69c9b6e
Compare
Choose a tag to compare

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_templates to easily combine them with $dynamic_templates
  • 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 to false

v1.7.14

14 Nov 12:58
306e4d7
Compare
Choose a tag to compare

Fixes:

  • Fixed plugins and all related plugin features not loading correctly

v1.7.13

13 Nov 11:48
9be50cb
Compare
Choose a tag to compare

Fixes:

  • Fixed unsaved tab indicator

v1.7.12

12 Nov 08:21
5d6a163
Compare
Choose a tag to compare

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

29 Oct 18:19
9bdf35a
Compare
Choose a tag to compare

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

23 Oct 15:03
2b683df
Compare
Choose a tag to compare

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

12 Oct 17:44
5b999ee
Compare
Choose a tag to compare

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

02 Oct 15:54
a88334c
Compare
Choose a tag to compare

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

23 Sep 17:08
286e391
Compare
Choose a tag to compare

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

19 Sep 13:23
f8a9c00
Compare
Choose a tag to compare

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