Bike 2.0 (Preview 224)

  • Added Outline.getRowById
  • Fixed Outline Path Explorer window to update
  • Removed source param from Keybindings an Commands APIs

Previously in 223:

  • Fixed some memory leaks
  • Added AttributedString.toHTML()
  • Fixed spelling of AttributedString.subsring method
  • Added host_permissions manifest key. To use the fetch API your extension needs both the fetch permission and the fetched URL needs to match one of the patterns in host_permissions.

Previously in 222:

  • Added Window > Log Explorer for extension developers
  • Changed postMessage and onMessage API to use Json instead of strings

Download:

1 Like

I forgot to post the last few Bike 2 previews here.

Still working mainly on the extensions API. Also working on some extensions here (d3 layouts, calendar) to test that API. API is generally pretty stable in the big picture, but I’ve been breaking some things. Generally if you are testing any extensions you should make sure you have both latest version of Bike 2 and latest version of the extension.

1 Like