Skip to content

Releases: owlbear-rodeo/sdk

v3.1.0

Choose a tag to compare

@mitchemmc mitchemmc released this 03 Dec 05:15
  • Add new isometric and dimetric grid options
  • Add grid line width control
  • Add custom color support for grid line color
  • Add dotted grid line type

v3.0.0

Choose a tag to compare

@mitchemmc mitchemmc released this 09 Oct 01:04
  • Add new Wall Item
  • Add new Light Item
  • Add new Effect Item
  • Add new Billboard Item
  • Remove updateAttachments parameter from updateItems and startItemInteraction methods
  • Add TextContent types
  • Add tool get and onChange events

v2.4.0

Choose a tag to compare

@mitchemmc mitchemmc released this 18 Apr 01:16
  • Add new destination option to the Broadcast API
  • Fix missing item array input for OBR.scene.local.updateItems

v2.3.0

Choose a tag to compare

@mitchemmc mitchemmc released this 21 Feb 00:21

v2.2.0

Choose a tag to compare

@mitchemmc mitchemmc released this 01 Feb 22:27
  • Fix types for updateItems callback parameter
  • Add custom thumbnail support for SceneUpload
  • Add typeHint property for the uploadImages function which allows you to choose which image type to use when uploading
  • Add disableShowScenes to the uploadScenes function which allows you to disable showing the Atlas after uploading new scenes
  • Add new Scene and Image download APIs more information here https://docs.owlbear.rodeo/extensions/apis/assets

v2.1.0

Choose a tag to compare

@mitchemmc mitchemmc released this 14 Nov 06:57
  • Fix image upload Blob typing
  • Add useCenter control to grid snapping
  • Add description field to Item type
  • Add embed support for context menu
  • Add more properties to ImageUploadBuilder

v2.0.0

Choose a tag to compare

@mitchemmc mitchemmc released this 10 Oct 05:16
  • Added new math libraries for Vector and Matrix math
  • Add new Assets API for uploading images and scenes to the users storage

Breaking Changes

Updating the scenes items will now update all attachments by default.
To disable this set the updateAttachments boolean to false when calling OBR.scene.items.update.

The lastModified and lastModifiedUserId property on an item will now be automatically updated when calling OBR.scene.items.update.
This means that the properties are now readonly.

v1.3.12

Choose a tag to compare

@mitchemmc mitchemmc released this 05 Oct 10:10
1553c4e
  • Fix OBR.player.hasPermission

v1.3.11

Choose a tag to compare

@mitchemmc mitchemmc released this 25 Sep 04:28
  • Fix OBR.player.deselect()

v1.3.10

Choose a tag to compare

@mitchemmc mitchemmc released this 14 Jul 01:53
  • Increase default image text size
  • Add disableAttachmentBehavior property to the base Item