Box CLI v3.9.0
released
UI Elements in Box for Salesforce managed package
UI Elements in Box for Salesforce managed package
With the Box for Salesforce managed package you can use the following UI Elements as Lightning Components: content picker, explorer, preview, and uploader. You can use them on Lightning Pages, or in Flows.
Where to get support
Should you have any issues or need further guidance, please post a request to our developer forum for any help needed.
Integration mappings API
Integration mappings API
With integration mappings, you can manage where content from partner apps is stored in Box.
This feature currently only supports Box as Content layer for Slack.
Where to get support
Should you have any issues or need further guidance, please post a request to our developer forum for any help needed.
Box Node SDK v3.0.0
released
Box Node SDK v3.0.0
released
The most important change in this release is dropping support for Node versions below 12 and changing the support environments from Node 12 to Node 16.
Breaking Changes
- Removed
use_index
usage. (#812) (d56799a
) - Removed deprecated
BoxClient.batch()
andBoxClient.batchExec()
method. - Removed deprecated
CollaborationWhitelist
class, useCollaborationAllowlist
instead. - Removed deprecated
CollaborationAllowlist.getWhitelistedDomain()
method, useCollaborationAllowlist.getAllowlistedDomain()
instead. - Removed deprecated
CollaborationAllowlist.getAllWhitelistedDomains()
method, useCollaborationAllowlist.getAllAllowlistedDomains()
instead. - Remove deprecated
Files.getThumbnail(fileID: string, options?: Record<string, any>, callback?: Function)
method, useFiles.getRepresentationContent( fileID, representationType, options, callback)
instead.
Migration details can be found here
Dependency Upgrades
Box Windows SDK v5.2.2
released
Box Sign template APIs
Box Sign template APIs
The new Box Sign template APIs allow you to get a list of Box Sign templates or details of a specific Box Sign template. You can then use this information to initiate template-based sign requests.
Where to get support
Should you have any issues or need further guidance, post a request to our developer forum for any help needed.