Skip to content

Eureka 10

Pre-release
Pre-release
Compare
Choose a tag to compare
@SimonShiki SimonShiki released this 07 Nov 01:14
· 34 commits to refactor since this release

Breaking Changes

This is the first release since Eureka was refactored, and many features may differ from previous versions. Here are the main breaking changes.

  1. the extension sandbox has been removed, so the sideloadExtensionEnv field in project.json will be deprecated.
  2. the openFrontend() method in the Eureka global context has been replaced by the near-equivalent openDashboard() method
  3. the loader object in the Eureka global context is replaced by the load() method.
  4. blockly in the Eureka global context is renamed to blocks.

What's Changed

  1. Added support for new scratch blocks
  2. Rewritten and built-in Eureka dashboards
  3. Reduced Eureka.user.js size by about 30%
  4. Configurable whether to expose the Eureka global context or not
  5. Configurable whether to apply patches
  6. Getting Redux instances
  7. Configurable whether to globally expose Scratch internal instances
  8. Configurable whether to redirect all URLs to Eureka
  9. Configurable mixins
  10. Remove support for sandboxed extension