Skip to content

8.0.1

Compare
Choose a tag to compare
@signalpoint signalpoint released this 02 Feb 03:40
· 11 commits to 8.x-1.x since this release

Added Bucket refresh capabilities. Now, with the Bucket widget, it is super easy to refresh its contents:

var myBucket = dg.getBucket('my-bucket-id');
myBucket.refresh();

This is very useful after making an API call that adds/removes something. See the Bucket Docs for more details.