v0.7.0
Pre-release
Pre-release
Features & Changes:
- added the option to create new addon projects from within bridge.
- generates manifest.json with UUIDs, name & description
- added a file cache
- renamed some methods
- added button to package BPs
- added option to move JSON nodes
- added more control over the PluginEnv.trigger(...) function
- you can now uncomment /comment a line with "ctrl + #"
- new tab UI
- added JSON file auto-completions
- provided by the JSON node making the system very flexible
- "ctrl + del" now also removes current element
- new scripts for file save dependencies
- tweaked appearance of confirmation window
- added option to delete cache of a file
- made it possible to navigate through a file with "ctrl + e" & "ctrl + d"
API Features & Changes:
- added new Bridge.Cache API
- renamed "opened-sidebar" to "bridge:openedSidebar"
- added Bridge.FS.writeFile(...) method
- added Bridge.Utils API
- PluginEnv.JSON.parse no longer uses eval
- added a lot of new plugin events | More...
- added new plugin methods for "update" technology
Fixes:
- fixed JSON tabs showing as unsaved incorrectly
- fixed spelling of some templates
- fixed "function" command not being colored
- fixed wrong conversion of arrays
- fixed a bug with "/" appearing in JSON nodes
- fixed a whole bunch of reactivity bugs with the tab system
- fixed a bug with newly created files being opened twice
- fixed a lot of bugs with the file cache