Skip to content

v2.2.6

Compare
Choose a tag to compare
@solvedDev solvedDev released this 01 Apr 16:03
· 1351 commits to main since this release

Features:

  • Added a new toggle to show all presets
  • Drastically improved performance of custom component schema generation
  • Updated data to latest Minecraft beta
  • Added a new setting to control whether bridge. should automatically increment your add-on's version upon export
  • Added "numeric" preset field validation option (#387)

Changes:

  • Files now get deleted faster
  • Big improvements to the client animation schema
  • Updated Japanese and Dutch translations (Thanks to @toka7290 & @pascal541)
  • bridge. now only stores the most recent app version within the manifest's "generated_with" field
  • Added "set_block_at_pos" block event auto-completions (#391)
  • Allow file name to be changed on import (#392)
  • Improved priority auto-completions within entity behaviors
  • Tree Editor: partial support for "default" schema property
  • Presets: "expandFile" now replaces preset variables before merging
  • Improved "minecraft:buoyant" validation
  • Improved public variable declaration validation inside of client entities
  • MoLang: Support more queries by default (query.in_range, query.any, query.all, query.count and query.self; #399)
  • MoLang: Support "" for strings within .molang files
  • MoLang Functions: Support for scoped structs
  • MoLang: Throw error if function expression isn't followed by semicolon

Fixes:

  • Fixed bridge. Predictions: Correct type inference for unknown values (#344)
  • Dash: Fixed "compileFiles" API being able to write files
  • Fixed "fileSave.any" event not firing correctly
  • CompilerService: Fixed error upon starting bridge.
  • Fixed ghast preset error
  • Fixed negative notification batch (#384)
  • Fixed block previews (#382)
  • Fixed particle previews
  • Fixed armor preset
  • Fixed description of "mojang-minecraft-ui" module inside of manifests
  • Fixed GameTest preset referencing TypeScript files
  • "max_stack_size" component now proposes integers
  • Fixed functions with uppercase letters not working
  • Fixed MoLang's context switch operator not supporting callable queries