December 7, 2021Support for proxy promisesSome of the CommandBar Client SDK methods – like boot and addCommand – now return promises to enable more control over async logic. await boot(...); await addCommand(...);