Skip to content

Commit

Permalink
v2.3.4 (#638)
Browse files Browse the repository at this point in the history
* upd: add more title fields to schemas

towards #508

* upd: change custom geometry block preset to create full 16x16 block

closes #536

* upd: format preset files

* fix: support decimal values in block ticking component range

* upd: add allowMultiple property to function schema

* Fix: Subcommands not parsing selectors

* Fix: Negating score data

* feat: schema for molang language

proposed format for molang language auto-completions and validation
towards #124

* Fix: allow multiple argument, json data not being reconstructed

* upd: Update zh_CN locales to v2.3.3 latest version (#613)

* fix: file downloads from tree editor

Done some testing and this change doesn't seem to break any other systems

* upd: new molang schema format

* Fix: tickingarea command argument radius has wrong type

* Fix: Usernames allowed in selectors

* Fix: Clone command destination and end arguments

* Fix: [] with @ in front not being properly constructed

* fix: issue with importing UI components from other UI components
closes #595

* upd: improved molang schema format

* fix: error when sometimes opening directory viewer context menu on touch devices

* fix: getProjectAuthors extension API

* fix: issue where data sometimes wasn't properly refreshed after an update
closes #620

* fix(bbmodel): error upon choosing texture location
closes #615

* perf(bbmodel): speed up model imports

* fix(bbmodel): use correct model_identifier

* upd: bump vite

* upd: better fallback font when roboto fails to load

* feat(DirectoryViewer): import file action

* upd: latest stable format version

* feat: optimize pack indexing performance
Results in up to 60x faster indexing of all project files in real world, large projects.
This means that a project which previously took 1 minute to index, now roughly takes 1s.

* fix: remove unused imports

* upd: bump dash
This update makes Dash more than 2x faster

* fix: type error

* fix: actually fix type error

* upd: data to latest preview + versioning for recipe schema

closes #357

* upd: optimize installing files from extensions

* upd: bump dash
closes #626

* fix: dash should be readonly

* fix: await com.mojang folder being available before creating dash service

* upd: script module creation to latest preview

* upd: requires matcher to support new script module names

* upd: data to latest preview

* upd: exp toggle "Enable GameTest Framework" -> "Beta APIs"

* fix: remove generated_with from manifest if disabled

* fix: typo

* upd: Dutch translations

* fix: preset window icon colors

closes #622

* fix: file import folder name (#634)

* fix: virtual project activation

* upd: packages

* upd: bump dash-compiler
Enables our latest performance improvements on bridge.'s nightly build.

* upd: efficient file copying (inactive)
Not sure why this is slower than manually calling readFile & writeFile...

* feat(IframeApi): project.getItemPreview

* upd: add codeflow badge

* fix: display badges inline

* feat: setting to enable/disable com.mojang project loading

* fix: error upon opening new file window (#637)

* fix(CodeflowBadge): use target blank

* upd(ProjectChooser): load all projects button now also works for com.mojang projects (#641)

* feat: always show available compiler plugin names (#636)

* feat: no mobile toolbar (#640)

* feat: no mobile toolbar

* upd: add bridge. logo & version number back

* upd: click on bridge. logo opens changelog window
Removed version number at the bottom of the sidebar. It caused weird overflow behavior and didn't behave as previously within the toolbar.

* fix: remove unnecessary v-if

* fix: infinite loading after first setting up com.mojang folder

* fix: also set new _hasComMojangHandle property correctly

* upd(ComMojang): remove double prompt (#644)

* upd(Extensions): only allow global installations on HomeView (#647)

* feat: tab switching actions (#646)

* feat: auto save setting (#645)

* feat: auto save setting

* feat: auto-save upon switching tabs

* fix: don't trigger auto-save for handles without parent context

* fix: don't disable bridge. predictions by default (yet)

* v2.3.4

* upd: add 1.19.50 format version

Co-authored-by: Joelant05 <64587014+Joelant05@users.noreply.github.com>
Co-authored-by: Outer Cloud Studio <outercloudstudio@gmail.com>
Co-authored-by: 方法放寒假 <40489495+MiemieMethod@users.noreply.github.com>
Co-authored-by: outercloudstudio <60296487+outercloudstudio@users.noreply.github.com>
Co-authored-by: Pascal <pascal.de.heij12@gmail.com>
  • Loading branch information
6 people committed Oct 15, 2022
1 parent f639bb8 commit 8d2f79b
Show file tree
Hide file tree
Showing 66 changed files with 2,429 additions and 539 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# bridge. v2

![Version](https://img.shields.io/github/v/release/bridge-core/editor?style=for-the-badge&label=Version&message=Test&color=005bc9&labelColor=121212)
![License](https://img.shields.io/static/v1?style=for-the-badge&label=License&message=GPL-3.0&color=005bc9&labelColor=121212)
<img alt="Version" src="https://img.shields.io/github/v/release/bridge-core/editor?style=flat&height=40&label=Version&message=Test&color=121212&labelColor=005bc9" height="20" > <img alt="License" src="https://img.shields.io/static/v1?style=flat&height=40&label=License&message=GPL-3.0&color=121212&labelColor=005bc9" height="20" > <a href="https://pr.new/github.com/bridge-core/editor/tree/dev" target="_blank">
<img alt="Open in Codeflow" src="https://developer.stackblitz.com/img/open_in_codeflow_small.svg" >
</a>

<a href="https://editor.bridge-core.app/">
<img src="./public/img/social-preview.png">
</a>
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@
window.process = {
cwd: () => '',
env: {},
release: {
name: 'browser',
},
}
self.setImmediate = setTimeout
</script>
Expand Down
Loading

0 comments on commit 8d2f79b

Please sign in to comment.