> ## Documentation Index
> Fetch the complete documentation index at: https://developer.box.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 2019

> Box Platform changelog: API, SDK, and product updates from 2019.

export const Link = ({href, children, className, ...props}) => {
  const localizedHref = localizeLink(href);
  return <a href={localizedHref} className={className} {...props}>
      {children}
    </a>;
};

<Update label="2019-12-30" tags={["Impactful changes", "API"]}>
  ## EOL of Classic Relay API Endpoints

  As previously communicated on October 18 2019, Classic Relay API
  endpoints are officially at an end of life state as of today.

  The following endpoints are affected by this EOL and will now start responding
  with error responses in applications making requests to them:

  * Get list of published Relay Classic templates.
  * Get list of Relay Classic workflows.
  * Launch a Relay Classic workflow.

  For any application encountering these error responses, please remove all calls
  to the Relay Classic APIs listed above.
</Update>

<Update label="2019-12-20" tags={["New features", "Java", "SDKs"]}>
  ## Java SDK v2.43.0 released

  1. Throw exceptions for `setMetadata` on Files and Folders for non 409 errors ([#762](https://github.com/box/box-java-sdk/pull/762))
</Update>

<Update label="2019-12-17" description="Java SDK v2.42.0 released" tags={["New features", "Java", "SDKs"]}>
  ## New Features and Enhancements

  1. `SDK-1168` Metadata Query ([#760](https://github.com/box/box-java-sdk/pull/760))
  2. Add marker based pagination for get users methods ([#759](https://github.com/box/box-java-sdk/pull/759))
</Update>

<Update label="2019-12-06" description="Windows .NET SDK v3.21.0 released" tags={["New features", "Windows", "SDKs"]}>
  ## New Features, Enhancements, and Bug Fixes

  See [Changelog](https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3210) for details
  Commits: [`v3.20.0...v3.21.0`](https://github.com/box/box-windows-sdk-v2/compare/`v3.20.0...v3.21.0`)

  [`nuget.org/packages/Box.V2/3.21.0`](https://www.nuget.org/packages/Box.V2/3.21.0)
  [`nuget.org/packages/Box.V2.Core/3.21.0`](https://www.nuget.org/packages/Box.V2.Core/3.21.0)
</Update>

<Update label="2019-12-05" tags={["New features", "API"]}>
  ## Marker-based Pagination Support for Users API

  The [Users API](/reference/get-users) now supports [marker-based
  pagination](/guides/api-calls/pagination/marker-based). Marker-based pagination is
  an alternative to regular offset-based pagination and provides an alternative
  way to get users for enterprises with a large volume of users.
</Update>

<Update label="2019-12-03" description="Preview SDK v2.29.0 released" tags={["New features", "UI Elements", "SDKs"]}>
  ## New Features and Enhancements

  Version `2.29.0` of the Preview SDK has been released. New JavaScript and CSS
  Preview files have been made available. To adopt new changes, please see the
  [UI Elements manual installation](/guides/embed/ui-elements/installation/#manual-installation) links for Content
  Preview.

  Please see the `v2.29.0` [release notes](https://github.com/box/box-content-preview/releases/tag/v2.29.0) for a list
  of all feature changes.
</Update>

<Update label="2019-11-26" tags={["UI Elements"]}>
  ## Box UI elements v11.0.2 released

  ## [11.0.2](https://github.com/box/box-ui-elements/compare/v11.0.1...v11.0.2) (2019-11-26)

  ### Bug Fixes

  * **build:** outdated release package ([`991ee17`](https://github.com/box/box-ui-elements/commit/991ee17))
</Update>

<Update label="2019-11-25" tags={["New features", "UI Elements"]}>
  ## Elements v11.0 Released

  Box UI Elements version 11.0 has been released. This update includes three
  major new feature enhancements:

  * Content Explorer Grid View.
  * New Tasks Experience within the Preview Sidebar.
  * Visual Versions for the Preview Sidebar.

  Updated JavaScript and CSS files links for this release are available within
  the [UI Elements manual installation instructions](/guides/embed/ui-elements/installation/#manual-installation).

  For full information on changes in this release please see the following
  resources:

  * [Release notes](https://github.com/box/box-ui-elements/releases/tag/v11.0.0)
  * [Announcement blog post](https://medium.com/box-developer-blog/announcing-elements-11-88ee900125fd)
</Update>

<Update label="2019-11-21" description="Node SDK v1.30.0 released" tags={["New features", "Node", "SDKs"]}>
  ## New Features and Enhancements

  * Deprecated Batch API methods ([#433](https://github.com/box/box-node-sdk/pull/433)) [`b06f404`](https://github.com/box/box-node-sdk/commit/b06f404)
  * Added support for [token exchange](https://github.com/box/box-node-sdk/blob/v1.30.0/lib/box-client.js#L495) using shared links ([#398](https://github.com/box/box-node-sdk/pull/398)) [`76aa1cf`](https://github.com/box/box-node-sdk/commit/76aa1cf)

  [`v1.29.1...v1.30.0`](https://github.com/box/box-node-sdk/compare/`v1.29.1...v1.30.0`)
</Update>

<Update label="2019-11-20" description="Preview SDK v2.26.0 released" tags={["SDKs", "Content preview"]}>
  ## New Features and Enhancements

  Version `2.26.0` of the Preview SDK has been released. New JavaScript and CSS
  Preview files have been made available. To adopt new changes, please see the
  [UI Elements manual installation](/guides/embed/ui-elements/installation/#manual-installation) links for Content
  Preview.

  Please see the `v2.26.0` [release notes](https://github.com/box/box-content-preview/releases/tag/v2.26.0) for a list
  of all feature changes.
</Update>

<Update label="2019-11-18" tags={["New features", "Impactful changes", "iOS"]}>
  ## New iOS SDK now available

  A new major release of the iOS SDK has been released and is now generally
  available. The new SDK includes a number of major revisions:

  * Fully rebuilt using Swift.
  * Support for Cocoapods, Carthage, and the Swift Package Manager.
  * SDK now maintains full API feature parity.

  See the [release blog post](https://medium.com/box-developer-blog/the-new-box-ios-sdk-now-available-baf624b289b4) for more information.
</Update>

<Update label="2019-11-09" tags={["New features", "Impactful changes", "UI Elements"]}>
  ## Box UI elements v11.0.0 released

  ## [11.0.0](https://github.com/box/box-ui-elements/compare/v10.2.0...v11.0.0) (2019-11-09)

  ### Bug Fixes

  * **`activity-feed`:** fix long user names in tasks/comments in Edge ([#1604](https://github.com/box/box-ui-elements/issues/1604)) ([`572e4d7`](https://github.com/box/box-ui-elements/commit/572e4d7))
  * **`activity-feed`:** Fix version ordering in Activity Feed ([#1272](https://github.com/box/box-ui-elements/issues/1272)) ([`533c112`](https://github.com/box/box-ui-elements/commit/533c112))
  * **`activity-feed`:** refactor inline error for feed items and empty state ([#1697](https://github.com/box/box-ui-elements/issues/1697)) ([`2702367`](https://github.com/box/box-ui-elements/commit/2702367))
  * **`annotation`:** Fix header by adding selector used by box-annotations ([#1637](https://github.com/box/box-ui-elements/issues/1637)) ([`9302486`](https://github.com/box/box-ui-elements/commit/9302486))
  * **`app-activity`:** Remove underscores from resin feature name ([#1456](https://github.com/box/box-ui-elements/issues/1456)) ([`b7c21e7`](https://github.com/box/box-ui-elements/commit/b7c21e7))
  * **`app-activity`:** Update app activity to match comment/task ([#1449](https://github.com/box/box-ui-elements/issues/1449)) ([`b58aa2f`](https://github.com/box/box-ui-elements/commit/b58aa2f))
  * **`arrow-stepper`:** Fix arrow stepper in KeyBinding component ([#1654](https://github.com/box/box-ui-elements/issues/1654)) ([`a05b015`](https://github.com/box/box-ui-elements/commit/a05b015))
  * **`avatar`:** fix avatar initials v-alignment ([#1311](https://github.com/box/box-ui-elements/issues/1311)) ([`23e6d5f`](https://github.com/box/box-ui-elements/commit/23e6d5f))
  * **`avatar`:** Fix avatar resolution in activity sidebar ([#1243](https://github.com/box/box-ui-elements/issues/1243)) ([`88a5f1c`](https://github.com/box/box-ui-elements/commit/88a5f1c))
  * **`avatar`:** use derived state instead of effect for URL change ([#1643](https://github.com/box/box-ui-elements/issues/1643)) ([`f89c138`](https://github.com/box/box-ui-elements/commit/f89c138))
  * **`bdl`:** Add SCSS check for color variable name ([#1514](https://github.com/box/box-ui-elements/issues/1514)) ([`a4f446f`](https://github.com/box/box-ui-elements/commit/a4f446f))
  * **`bdl`:** adjust font weights to match normal and bold `lato` ([#1517](https://github.com/box/box-ui-elements/issues/1517)) ([`35a4070`](https://github.com/box/box-ui-elements/commit/35a4070))
  * **`beta-feedback`:** update `aria-labelledby` attribute name ([#1249](https://github.com/box/box-ui-elements/issues/1249)) ([`c164aec`](https://github.com/box/box-ui-elements/commit/c164aec))
  * **`breadcrumb`:** add missing import ([#1657](https://github.com/box/box-ui-elements/issues/1657)) ([`fec4735`](https://github.com/box/box-ui-elements/commit/fec4735))
  * **`button`:** remove horizontal margin from buttons ([#1362](https://github.com/box/box-ui-elements/issues/1362)) ([`a6989a0`](https://github.com/box/box-ui-elements/commit/a6989a0))
  * **`button`:** revert remove horizontal margin from buttons ([#1362](https://github.com/box/box-ui-elements/issues/1362)) ([#1400](https://github.com/box/box-ui-elements/issues/1400)) ([`3ac424c`](https://github.com/box/box-ui-elements/commit/3ac424c))
  * **`classification`:** badge should not have a `tabindex` ([#1622](https://github.com/box/box-ui-elements/issues/1622)) ([`4ab0c20`](https://github.com/box/box-ui-elements/commit/4ab0c20))
  * **`classification`:** Classification badge UX tweaks ([#1378](https://github.com/box/box-ui-elements/issues/1378)) ([`fa82a8d`](https://github.com/box/box-ui-elements/commit/fa82a8d))
  * **`classification`:** classification tooltip not showing in IE11 ([#1710](https://github.com/box/box-ui-elements/issues/1710)) ([`d08b53c`](https://github.com/box/box-ui-elements/commit/d08b53c))
  * **`classification`:** flow definitions for `onclick` ([#1712](https://github.com/box/box-ui-elements/issues/1712)) ([`9e620ce`](https://github.com/box/box-ui-elements/commit/9e620ce))
  * **`classification`:** Restoring classification badge icons ([#1390](https://github.com/box/box-ui-elements/issues/1390)) ([`5db4b3e`](https://github.com/box/box-ui-elements/commit/5db4b3e))
  * **`collaborator-avatars`:** add keyboard accessibility ([#1680](https://github.com/box/box-ui-elements/issues/1680)) ([`baefaed`](https://github.com/box/box-ui-elements/commit/baefaed))
  * **`collapsible`:** should be pure component ([#1407](https://github.com/box/box-ui-elements/issues/1407)) ([`5e32c80`](https://github.com/box/box-ui-elements/commit/5e32c80))
  * **`comment`:** Add height to comment area to support multiple mentions ([#1474](https://github.com/box/box-ui-elements/issues/1474)) ([`e270131`](https://github.com/box/box-ui-elements/commit/e270131))
  * **`comment`:** padding and `a11y` adjustments for comment UI ([#1358](https://github.com/box/box-ui-elements/issues/1358)) ([`927a34a`](https://github.com/box/box-ui-elements/commit/927a34a))
  * **`comment`:** remove redundant `aria-label` ([#1291](https://github.com/box/box-ui-elements/issues/1291)) ([`ef48f88`](https://github.com/box/box-ui-elements/commit/ef48f88))
  * **`comment`:** use overlay z-index for confirmation dialog ([#1270](https://github.com/box/box-ui-elements/issues/1270)) ([`bcf2852`](https://github.com/box/box-ui-elements/commit/bcf2852))
  * **`comments`:** format existing mentions in editor ([#1469](https://github.com/box/box-ui-elements/issues/1469)) ([`6b82510`](https://github.com/box/box-ui-elements/commit/6b82510))
  * **`constants`:** explicit type import ([#1584](https://github.com/box/box-ui-elements/issues/1584)) ([`7d38fb8`](https://github.com/box/box-ui-elements/commit/7d38fb8))
  * **`content-explorer`:** `ContentExplorer` and `ContentPicker` can handle
    sharing web links now ([#1515](https://github.com/box/box-ui-elements/issues/1515)) ([`55edef7`](https://github.com/box/box-ui-elements/commit/55edef7))
  * **`content-explorer`:** `MDVGridView` import fixes ([#1333](https://github.com/box/box-ui-elements/issues/1333)) ([`9740342`](https://github.com/box/box-ui-elements/commit/9740342))
  * **`content-explorer`:** rows no longer stuck after closing modal ([#1245](https://github.com/box/box-ui-elements/issues/1245)) ([`d7f53ff`](https://github.com/box/box-ui-elements/commit/d7f53ff))
  * **`content-preview`:** remove deeplink path upon navigation ([#1665](https://github.com/box/box-ui-elements/issues/1665)) ([`84b4ea4`](https://github.com/box/box-ui-elements/commit/84b4ea4))
  * **`content-uploader`:** Disable cancel button when 100% is reached ([#1511](https://github.com/box/box-ui-elements/issues/1511)) ([`a6de1b0`](https://github.com/box/box-ui-elements/commit/a6de1b0))
  * **`content-uploader`:** Fix cancelling task triggers the others to start ([#1653](https://github.com/box/box-ui-elements/issues/1653)) ([`f35b2ea`](https://github.com/box/box-ui-elements/commit/f35b2ea))
  * **`content-uploader`:** Fix duplicate files upload at the same time ([#1652](https://github.com/box/box-ui-elements/issues/1652)) ([`6faed59`](https://github.com/box/box-ui-elements/commit/6faed59))
  * **`datetime`:** add missing support for times w/o ms ([#1191](https://github.com/box/box-ui-elements/issues/1191)) ([`19f3703`](https://github.com/box/box-ui-elements/commit/19f3703))
  * **`deps`:** downgrade `axios` peer dependency ([#1329](https://github.com/box/box-ui-elements/issues/1329)) ([`d1a1bd9`](https://github.com/box/box-ui-elements/commit/d1a1bd9))
  * **`examples`:** change colors to the current box design language ([#1281](https://github.com/box/box-ui-elements/issues/1281)) ([`94869ad`](https://github.com/box/box-ui-elements/commit/94869ad))
  * **`explorer`:** fetch shared link on demand ([#1479](https://github.com/box/box-ui-elements/issues/1479)) ([`2d29628`](https://github.com/box/box-ui-elements/commit/2d29628))
  * **`feed`:** inline error for deeplinking feed items ([#1655](https://github.com/box/box-ui-elements/issues/1655)) ([`e2be3bd`](https://github.com/box/box-ui-elements/commit/e2be3bd))
  * **`feed`:** Task assignee names not truncating IE11 ([#1694](https://github.com/box/box-ui-elements/issues/1694)) ([`a20e610`](https://github.com/box/box-ui-elements/commit/a20e610))
  * **`floatfield`:** always allow trailing `.` for float field ([#1178](https://github.com/box/box-ui-elements/issues/1178)) ([`61d4e3d`](https://github.com/box/box-ui-elements/commit/61d4e3d))
  * **`footer-indicator`:** move tooltip to appear above footer indicator ([`bf7782c`](https://github.com/box/box-ui-elements/commit/bf7782c))
  * **`header-flyout`:** Constraint to window to fix IE11 scroll bug ([#1310](https://github.com/box/box-ui-elements/issues/1310)) ([`f8bb323`](https://github.com/box/box-ui-elements/commit/f8bb323))
  * **`i18n`:** change "accepted" copy to "approved" ([#1214](https://github.com/box/box-ui-elements/issues/1214)) ([`674bf45`](https://github.com/box/box-ui-elements/commit/674bf45))
  * **`i18n`:** Fix bug where messages starting with HTML cause an exception ([#1490](https://github.com/box/box-ui-elements/issues/1490)) ([`73d95b9`](https://github.com/box/box-ui-elements/commit/73d95b9))
  * **`i18n`:** `Param` and `Plural` should not be in the `styleguide.conf` ([#1197](https://github.com/box/box-ui-elements/issues/1197)) ([`2d34ad4`](https://github.com/box/box-ui-elements/commit/2d34ad4))
  * **`i18n`:** use plural format for task assignee message ([#1345](https://github.com/box/box-ui-elements/issues/1345)) ([`10d6b76`](https://github.com/box/box-ui-elements/commit/10d6b76))
  * **`icons`:** fill in background for globe icon ([#1226](https://github.com/box/box-ui-elements/issues/1226)) ([`c91d320`](https://github.com/box/box-ui-elements/commit/c91d320))
  * **`icons`:** fix collections icons for left navigation usability ([#1238](https://github.com/box/box-ui-elements/issues/1238)) ([`9e91115`](https://github.com/box/box-ui-elements/commit/9e91115))
  * **`icons`:** give collections Icons SUIT classNames ([#1242](https://github.com/box/box-ui-elements/issues/1242)) ([`3b62245`](https://github.com/box/box-ui-elements/commit/3b62245))
  * **`icons`:** update retry and public icon ([#1297](https://github.com/box/box-ui-elements/issues/1297)) ([`bfa075a`](https://github.com/box/box-ui-elements/commit/bfa075a))
  * **`icons`:** update trash, move/copy, add, download, upload, collections ([#1702](https://github.com/box/box-ui-elements/issues/1702)) ([`b126ecb`](https://github.com/box/box-ui-elements/commit/b126ecb))
  * **`icons`:** updating add icon style and adding hidden eye icon ([#1266](https://github.com/box/box-ui-elements/issues/1266)) ([`b47e22e`](https://github.com/box/box-ui-elements/commit/b47e22e))
  * **`iconworkflow`:** make background rectangle same as `viewBox` ([#1241](https://github.com/box/box-ui-elements/issues/1241)) ([`9e07f2e`](https://github.com/box/box-ui-elements/commit/9e07f2e))
  * **`inlinenotice`:** update to box design standard ([#1576](https://github.com/box/box-ui-elements/issues/1576)) ([`a814657`](https://github.com/box/box-ui-elements/commit/a814657))
  * **`item-properties`:** Add `aria-labelledby` to description textarea ([#1229](https://github.com/box/box-ui-elements/issues/1229)) ([`05d86b1`](https://github.com/box/box-ui-elements/commit/05d86b1))
  * **`left-sidebar`:** add key to drop wrapper for links ([#1299](https://github.com/box/box-ui-elements/issues/1299)) ([`9c78135`](https://github.com/box/box-ui-elements/commit/9c78135))
  * **`left-sidebar`:** Adjust margins for loading indicator ([#1545](https://github.com/box/box-ui-elements/issues/1545)) ([`6ba65c6`](https://github.com/box/box-ui-elements/commit/6ba65c6))
  * **`left-sidebar`:** hide toggle icon on medium screen size ([#1344](https://github.com/box/box-ui-elements/issues/1344)) ([`716fe01`](https://github.com/box/box-ui-elements/commit/716fe01))
  * **`media`:** increase specificity of Media-button CSS to avoid `.btn-plain` ([#1463](https://github.com/box/box-ui-elements/issues/1463)) ([`943638d`](https://github.com/box/box-ui-elements/commit/943638d))
  * **`mention-selector`:** Fix `hasReceivedFirstInteraction` logic ([#1434](https://github.com/box/box-ui-elements/issues/1434)) ([`afd94fa`](https://github.com/box/box-ui-elements/commit/afd94fa))
  * **`menu`:** Fix padding for menu item buttons ([#1446](https://github.com/box/box-ui-elements/issues/1446)) ([`5baeb5b`](https://github.com/box/box-ui-elements/commit/5baeb5b))
  * **`menu`:** Menu should only autofocus on mount if visible ([#1175](https://github.com/box/box-ui-elements/issues/1175)) ([`2ba8a1d`](https://github.com/box/box-ui-elements/commit/2ba8a1d))
  * **`metadata`:** Show autocomplete for metadata input fields ([#1629](https://github.com/box/box-ui-elements/issues/1629)) ([`85995cd`](https://github.com/box/box-ui-elements/commit/85995cd))
  * **`metadata`:** template dropdown scrollbar issue in safari ([#1192](https://github.com/box/box-ui-elements/issues/1192)) ([`1dc0d99`](https://github.com/box/box-ui-elements/commit/1dc0d99))
  * **`metadata-sidebar`:** bind `onApiError` properly ([#1713](https://github.com/box/box-ui-elements/issues/1713)) ([`50b72f2`](https://github.com/box/box-ui-elements/commit/50b72f2))
  * **`modal`:** move close button after header for better screen reader `a11y` ([#1684](https://github.com/box/box-ui-elements/issues/1684)) ([`29a1220`](https://github.com/box/box-ui-elements/commit/29a1220))
  * **`nav-sidebar`:** reduce size of toggle button to fix focus outline ([#1305](https://github.com/box/box-ui-elements/issues/1305)) ([`9a14ae7`](https://github.com/box/box-ui-elements/commit/9a14ae7))
  * **`notifications`:** add accessibility attributes ([#1682](https://github.com/box/box-ui-elements/issues/1682)) ([`21af355`](https://github.com/box/box-ui-elements/commit/21af355))
  * **`open-with`:** better error messaging ([#1489](https://github.com/box/box-ui-elements/issues/1489)) ([`d3d98a5`](https://github.com/box/box-ui-elements/commit/d3d98a5))
  * **`pill-selector`:** Allow copy pasting line separated values ([#1350](https://github.com/box/box-ui-elements/issues/1350)) ([`7933932`](https://github.com/box/box-ui-elements/commit/7933932))
  * **`pill-selector`:** expose `onInput` to catch input ([#1450](https://github.com/box/box-ui-elements/issues/1450)) ([`48d22a4`](https://github.com/box/box-ui-elements/commit/48d22a4))
  * **`pill-selector`:** UX tweaks ([#1315](https://github.com/box/box-ui-elements/issues/1315)) ([`e4fdf58`](https://github.com/box/box-ui-elements/commit/e4fdf58))
  * **`pill-selector-dropdown`:** disable pills when `PillSelector` is turned off ([#1357](https://github.com/box/box-ui-elements/issues/1357)) ([`2bf496e`](https://github.com/box/box-ui-elements/commit/2bf496e))
  * **`pill-selector-dropdown`:** fix aria attributes ([#1681](https://github.com/box/box-ui-elements/issues/1681)) ([`1e0d1ab`](https://github.com/box/box-ui-elements/commit/1e0d1ab))
  * **`pill-selector-dropdown`:** Fix for pills getting removed on click ([#1367](https://github.com/box/box-ui-elements/issues/1367)) ([`d67fcfe`](https://github.com/box/box-ui-elements/commit/d67fcfe))
  * **`pills`:** Fix vertical centering of pill selector input text ([#1364](https://github.com/box/box-ui-elements/issues/1364)) ([`d47c69c`](https://github.com/box/box-ui-elements/commit/d47c69c))
  * **`pillselectordropdown`:** support paste from context menu ([#1597](https://github.com/box/box-ui-elements/issues/1597)) ([`d16b0da`](https://github.com/box/box-ui-elements/commit/d16b0da))
  * **`preview`:** Clean up preview header styles and remove extra borders ([#1484](https://github.com/box/box-ui-elements/issues/1484)) ([`6c1a363`](https://github.com/box/box-ui-elements/commit/6c1a363))
  * **`quick-search`:** update border radius to follow BDL ([#1439](https://github.com/box/box-ui-elements/issues/1439)) ([`936f5e0`](https://github.com/box/box-ui-elements/commit/936f5e0))
  * **`radio-group`:** fix radio group by passing the value prop ([#1452](https://github.com/box/box-ui-elements/issues/1452)) ([`c0c05be`](https://github.com/box/box-ui-elements/commit/c0c05be))
  * **`radio-group`:** pass rest of props to radio input ([#1448](https://github.com/box/box-ui-elements/issues/1448)) ([`85ca38a`](https://github.com/box/box-ui-elements/commit/85ca38a))
  * **`scripts`:** Build and update all files prior to push ([#1415](https://github.com/box/box-ui-elements/issues/1415)) ([`e432c47`](https://github.com/box/box-ui-elements/commit/e432c47))
  * **`scroll-if-needed`:** fix scroll-if-needed on selector dropdown ([#1280](https://github.com/box/box-ui-elements/issues/1280)) ([`3776dc8`](https://github.com/box/box-ui-elements/commit/3776dc8))
  * **`search`:** Remove rounded corners for `ContentExplorer` search ([#1478](https://github.com/box/box-ui-elements/issues/1478)) ([`7d9100b`](https://github.com/box/box-ui-elements/commit/7d9100b))
  * **`security`:** Upgrade `axios` to address security vulnerability ([#1228](https://github.com/box/box-ui-elements/issues/1228)) ([`db26743`](https://github.com/box/box-ui-elements/commit/db26743))
  * **`security-badge`:** Fixing `SecurityBadge` flow type ([#1664](https://github.com/box/box-ui-elements/issues/1664)) ([`ae23f01`](https://github.com/box/box-ui-elements/commit/ae23f01))
  * **`select-field`:** Enable arrow scrolling in select fields ([#1671](https://github.com/box/box-ui-elements/issues/1671)) ([`9f040f2`](https://github.com/box/box-ui-elements/commit/9f040f2))
  * **`sidebar`:** Add flex-shrink 0 to comment input ([#1359](https://github.com/box/box-ui-elements/issues/1359)) ([`cd840f4`](https://github.com/box/box-ui-elements/commit/cd840f4))
  * **`sidebar`:** add markup and accessibility to tab list ([#1563](https://github.com/box/box-ui-elements/issues/1563)) ([`f90a0d7`](https://github.com/box/box-ui-elements/commit/f90a0d7))
  * **`sidebar`:** Fix deeplinking for version history sidebar ([#1649](https://github.com/box/box-ui-elements/issues/1649)) ([`e85e57a`](https://github.com/box/box-ui-elements/commit/e85e57a))
  * **`sidebar`:** Fix sidebar not auto-opening for large viewports ([#1508](https://github.com/box/box-ui-elements/issues/1508)) ([`dac39ee`](https://github.com/box/box-ui-elements/commit/dac39ee))
  * **`sidebar`:** Limit maximum height of additional tabs in sidebar navigation ([#1557](https://github.com/box/box-ui-elements/issues/1557)) ([`e7f953e`](https://github.com/box/box-ui-elements/commit/e7f953e))
  * **`sidebar`:** More semantically accessible tabs ([#1236](https://github.com/box/box-ui-elements/issues/1236)) ([`eb398fc`](https://github.com/box/box-ui-elements/commit/eb398fc))
  * **`sidebar`:** padding on item properties versions ([#1263](https://github.com/box/box-ui-elements/issues/1263)) ([`853e106`](https://github.com/box/box-ui-elements/commit/853e106))
  * **`sidebar`:** removing unwanted parenthesis in empty state ([#1645](https://github.com/box/box-ui-elements/issues/1645)) ([`824f390`](https://github.com/box/box-ui-elements/commit/824f390))
  * **`sidebar`:** Set contaminated state if the sidebar was forced open ([#1366](https://github.com/box/box-ui-elements/issues/1366)) ([`e71409c`](https://github.com/box/box-ui-elements/commit/e71409c))
  * **`sidebar`:** Update `flexbox` for Activity Feed Container ([#1341](https://github.com/box/box-ui-elements/issues/1341)) ([`c5e07b1`](https://github.com/box/box-ui-elements/commit/c5e07b1))
  * **`subheader`:** Add logic around grid view ([#1659](https://github.com/box/box-ui-elements/issues/1659)) ([`7a53050`](https://github.com/box/box-ui-elements/commit/7a53050))
  * **`task`:** string for task completed rule icon ([#1573](https://github.com/box/box-ui-elements/issues/1573)) ([`79c3f00`](https://github.com/box/box-ui-elements/commit/79c3f00))
  * **`task-form`:** clear task assignee autocomplete on form submit ([#1605](https://github.com/box/box-ui-elements/issues/1605)) ([`63efa10`](https://github.com/box/box-ui-elements/commit/63efa10))
  * **`task-form`:** disallow text input in date picker ([#1540](https://github.com/box/box-ui-elements/issues/1540)) ([`af49827`](https://github.com/box/box-ui-elements/commit/af49827))
  * **`task-form`:** don't disable task form submit button ([#1323](https://github.com/box/box-ui-elements/issues/1323)) ([`9a4137b`](https://github.com/box/box-ui-elements/commit/9a4137b))
  * **`task-form`:** Update error message when leaving not valued but required field ([#1353](https://github.com/box/box-ui-elements/issues/1353)) ([`be10f37`](https://github.com/box/box-ui-elements/commit/be10f37))
  * **`task-new`:** alignment fixes, CSS refactor ([#1312](https://github.com/box/box-ui-elements/issues/1312)) ([`411c3e9`](https://github.com/box/box-ui-elements/commit/411c3e9))
  * **`task-new`:** fix placement of task status checkmark ([#1321](https://github.com/box/box-ui-elements/issues/1321)) ([`9f554ff`](https://github.com/box/box-ui-elements/commit/9f554ff))
  * **`task-new`:** Minor visual tweak to add tasks menu ([#1334](https://github.com/box/box-ui-elements/issues/1334)) ([`95a3c73`](https://github.com/box/box-ui-elements/commit/95a3c73))
  * **`task-new`:** Minor visual tweaks to add tasks menu ([#1328](https://github.com/box/box-ui-elements/issues/1328)) ([`cf1acf1`](https://github.com/box/box-ui-elements/commit/cf1acf1))
  * **`tasks`:** add missing resin component ([#1513](https://github.com/box/box-ui-elements/issues/1513)) ([`00e9707`](https://github.com/box/box-ui-elements/commit/00e9707))
  * **`tasks`:** assignee input field interactions ([#1621](https://github.com/box/box-ui-elements/issues/1621)) ([`dc33967`](https://github.com/box/box-ui-elements/commit/dc33967))
  * **`tasks`:** comments menu does not appear on activity sidebar in preview ([#1250](https://github.com/box/box-ui-elements/issues/1250)) ([`be7bc2f`](https://github.com/box/box-ui-elements/commit/be7bc2f))
  * **`tasks`:** fix task issues ([#1189](https://github.com/box/box-ui-elements/issues/1189)) ([`630fd38`](https://github.com/box/box-ui-elements/commit/630fd38))
  * **`tasks`:** modal closing on resize ([#1603](https://github.com/box/box-ui-elements/issues/1603)) ([`2cbe014`](https://github.com/box/box-ui-elements/commit/2cbe014))
  * **`tasks`:** prevent resize of assignee avatar ([#1332](https://github.com/box/box-ui-elements/issues/1332)) ([`4e760f7`](https://github.com/box/box-ui-elements/commit/4e760f7))
  * **`tasks`:** Update copy for task type subtext ([#1627](https://github.com/box/box-ui-elements/issues/1627)) ([`c788770`](https://github.com/box/box-ui-elements/commit/c788770))
  * **`tasks_new`:** add missing resin component ([#1295](https://github.com/box/box-ui-elements/issues/1295)) ([`dbbf598`](https://github.com/box/box-ui-elements/commit/dbbf598))
  * **`tasks-new`:** Reset selector contacts on modal close ([#1301](https://github.com/box/box-ui-elements/issues/1301)) ([`f387a9b`](https://github.com/box/box-ui-elements/commit/f387a9b))
  * **`tasks-new`:** show "a prior collaborator" for deleted users ([#1313](https://github.com/box/box-ui-elements/issues/1313)) ([`c61fa77`](https://github.com/box/box-ui-elements/commit/c61fa77))
  * **`tasks-new`:** task actions are not updating ([#1302](https://github.com/box/box-ui-elements/issues/1302)) ([`2f88e96`](https://github.com/box/box-ui-elements/commit/2f88e96))
  * **`tasks-new`:** update documents and strings ([#1317](https://github.com/box/box-ui-elements/issues/1317)) ([`6560b23`](https://github.com/box/box-ui-elements/commit/6560b23))
  * **`template-dropdown`:** add `onMenuToggle` handler to `TemplateDropdown` ([#1318](https://github.com/box/box-ui-elements/issues/1318)) ([`2cdfcc4`](https://github.com/box/box-ui-elements/commit/2cdfcc4))
  * **`text-input`:** looses focus when tooltip toggles ([#1185](https://github.com/box/box-ui-elements/issues/1185)) ([`8a4c294`](https://github.com/box/box-ui-elements/commit/8a4c294))
  * **`tooltip`:** color contrast and layout fixes ([#1692](https://github.com/box/box-ui-elements/issues/1692)) ([`1c11770`](https://github.com/box/box-ui-elements/commit/1c11770))
  * **`unfied-share-modal`:** shared link access levels ([#1647](https://github.com/box/box-ui-elements/issues/1647)) ([`732a1dd`](https://github.com/box/box-ui-elements/commit/732a1dd))
  * **`unified-share-modal`:** add constraints to modal menus ([#1196](https://github.com/box/box-ui-elements/issues/1196)) ([`6501413`](https://github.com/box/box-ui-elements/commit/6501413))
  * **`unified-share-modal`:** classification in title ([#1453](https://github.com/box/box-ui-elements/issues/1453)) ([`4ce5a06`](https://github.com/box/box-ui-elements/commit/4ce5a06))
  * **`uploader`:** `MultiputUploads` stop hanging in IE11 ([#1283](https://github.com/box/box-ui-elements/issues/1283)) ([`c49e52f`](https://github.com/box/box-ui-elements/commit/c49e52f))
  * **`uploads`:** cancelling in-progress tasks does not start pending ones ([#1570](https://github.com/box/box-ui-elements/issues/1570)) ([`dbf115c`](https://github.com/box/box-ui-elements/commit/dbf115c))
  * **`uploads`:** Fix hanging on resuming uploads ([#1695](https://github.com/box/box-ui-elements/issues/1695)) ([`3da93c8`](https://github.com/box/box-ui-elements/commit/3da93c8))
  * **`uploads`:** Remove logic gate ([#1646](https://github.com/box/box-ui-elements/issues/1646)) ([`38d10e4`](https://github.com/box/box-ui-elements/commit/38d10e4))
  * **`uploads`:** reset item error after retry ([#1600](https://github.com/box/box-ui-elements/issues/1600)) ([`0218f10`](https://github.com/box/box-ui-elements/commit/0218f10))
  * **`uploads`:** resin for canceling uploads ([#1397](https://github.com/box/box-ui-elements/issues/1397)) ([`16311dc`](https://github.com/box/box-ui-elements/commit/16311dc))
  * **`user-link`:** allow wrapping of long user names ([#1602](https://github.com/box/box-ui-elements/issues/1602)) ([`bff49bb`](https://github.com/box/box-ui-elements/commit/bff49bb))
  * **`usm`:** "Link Settings" should not line wrap ([#1674](https://github.com/box/box-ui-elements/issues/1674)) ([`938c483`](https://github.com/box/box-ui-elements/commit/938c483))
  * **`usm`:** Add `itemTypedId` to `onPillCreate` ([#1320](https://github.com/box/box-ui-elements/issues/1320)) ([`c4149ea`](https://github.com/box/box-ui-elements/commit/c4149ea))
  * **`usm`:** Do not pass `itemTypedID` to `getContactsByEmail` ([#1354](https://github.com/box/box-ui-elements/issues/1354)) ([`e60b020`](https://github.com/box/box-ui-elements/commit/e60b020))
  * **`versions`:** Disable prior version preview for watermarked files ([#1405](https://github.com/box/box-ui-elements/issues/1405)) ([`9a527f2`](https://github.com/box/box-ui-elements/commit/9a527f2))
  * **`versions`:** Display date and name for most relevant version action ([#1568](https://github.com/box/box-ui-elements/issues/1568)) ([`b68eccd`](https://github.com/box/box-ui-elements/commit/b68eccd))
  * **`versions`:** Fix infinite load due to destroyed API factory ([#1347](https://github.com/box/box-ui-elements/issues/1347)) ([`95949e2`](https://github.com/box/box-ui-elements/commit/95949e2))
  * **`versions`:** Fix version groups collapsing prior months/years ([#1365](https://github.com/box/box-ui-elements/issues/1365)) ([`65d23b9`](https://github.com/box/box-ui-elements/commit/65d23b9))
  * **`versions`:** Improve experience for restored vs promoted versions ([#1631](https://github.com/box/box-ui-elements/issues/1631)) ([`25d0741`](https://github.com/box/box-ui-elements/commit/25d0741))
  * **`versions`:** Relax restrictions for watermarked files ([#1342](https://github.com/box/box-ui-elements/issues/1342)) ([`2487b42`](https://github.com/box/box-ui-elements/commit/2487b42))
  * **`versions`:** Reload the page when a version is promoted (temporary) ([#1395](https://github.com/box/box-ui-elements/issues/1395)) ([`de7e74e`](https://github.com/box/box-ui-elements/commit/de7e74e))
  * **`versions`:** Restrict actions and preview for watermarked files ([#1339](https://github.com/box/box-ui-elements/issues/1339)) ([`fcb390d`](https://github.com/box/box-ui-elements/commit/fcb390d))
  * **`versions`:** Restrict preview for watermarked files ([#1351](https://github.com/box/box-ui-elements/issues/1351)) ([`93b95c4`](https://github.com/box/box-ui-elements/commit/93b95c4))
  * **`versions`:** Retrieve and use file version permissions for actions ([#1193](https://github.com/box/box-ui-elements/issues/1193)) ([`9d7567e`](https://github.com/box/box-ui-elements/commit/9d7567e))
  * **`versions`:** Scroll version button into view if selected ([#1276](https://github.com/box/box-ui-elements/issues/1276)) ([`e0cd7e3`](https://github.com/box/box-ui-elements/commit/e0cd7e3))
  * **`versions`:** Show server errors without hiding version history ([#1275](https://github.com/box/box-ui-elements/issues/1275)) ([`ef3b2fd`](https://github.com/box/box-ui-elements/commit/ef3b2fd))
  * **`versions`:** Update version actions to avoid unnecessary buttons ([#1556](https://github.com/box/box-ui-elements/issues/1556)) ([`bc9672e`](https://github.com/box/box-ui-elements/commit/bc9672e))
  * **`versions`:** Update version sidebar to use latest retention schema ([#1662](https://github.com/box/box-ui-elements/issues/1662)) ([`fa66232`](https://github.com/box/box-ui-elements/commit/fa66232))
  * Adding `Accept-Language` header for `Xhr.js` ([#1368](https://github.com/box/box-ui-elements/issues/1368)) ([`361d73f`](https://github.com/box/box-ui-elements/commit/361d73f))
  * show tooltip on hover long text ([#1230](https://github.com/box/box-ui-elements/issues/1230)) ([`c41dd47`](https://github.com/box/box-ui-elements/commit/c41dd47))
  * slight adjust in check mark alignment ([#1678](https://github.com/box/box-ui-elements/issues/1678)) ([`cfd055b`](https://github.com/box/box-ui-elements/commit/cfd055b))
  * various form accessibility improvements ([#1688](https://github.com/box/box-ui-elements/issues/1688)) ([`150cbbe`](https://github.com/box/box-ui-elements/commit/150cbbe))
  * **`versions`:** Update versions restore call to match latest contract ([#1198](https://github.com/box/box-ui-elements/issues/1198)) ([`2e590d3`](https://github.com/box/box-ui-elements/commit/2e590d3))

  ### chore

  * **`deps`:** update `react` peer / development dependency ([#1606](https://github.com/box/box-ui-elements/issues/1606)) ([`1163db5`](https://github.com/box/box-ui-elements/commit/1163db5))
  * **`formik`:** upgrade to V2 ([#1698](https://github.com/box/box-ui-elements/issues/1698)) ([`6b9ded9`](https://github.com/box/box-ui-elements/commit/6b9ded9))

  ### Code Refactoring

  * Upgrade `react` and `react-dom` to `v16.8` and refactor Avatar ([#1171](https://github.com/box/box-ui-elements/issues/1171)) ([`7dd1bdf`](https://github.com/box/box-ui-elements/commit/7dd1bdf)), closes [#761](https://github.com/box/box-ui-elements/issues/761)
  * **`deps`:** Upgrade peer dependencies to latest working versions ([#1180](https://github.com/box/box-ui-elements/issues/1180)) ([`48d711e`](https://github.com/box/box-ui-elements/commit/48d711e))

  ### Features

  * **`activity-feed`:** add support for deeplinking tasks and comments ([#1623](https://github.com/box/box-ui-elements/issues/1623)) ([`52ecdcb`](https://github.com/box/box-ui-elements/commit/52ecdcb))
  * **`additional-tabs`:** gray out turned off apps ([#1503](https://github.com/box/box-ui-elements/issues/1503)) ([`132782d`](https://github.com/box/box-ui-elements/commit/132782d))
  * **`avatarinitials`:** move `backgroundColor` into SCSS ([#1585](https://github.com/box/box-ui-elements/issues/1585)) ([`781a246`](https://github.com/box/box-ui-elements/commit/781a246))
  * **`bdl`:** Add script for SCSS `bdl` scoping ([#1546](https://github.com/box/box-ui-elements/issues/1546)) ([`9bdc1e6`](https://github.com/box/box-ui-elements/commit/9bdc1e6))
  * **`classification`:** change icon for classify/classification action ([#1520](https://github.com/box/box-ui-elements/issues/1520)) ([`8eb68b3`](https://github.com/box/box-ui-elements/commit/8eb68b3))
  * **`classification`:** new badge and layout ([#1231](https://github.com/box/box-ui-elements/issues/1231)) ([`2336262`](https://github.com/box/box-ui-elements/commit/2336262))
  * **`classification`:** new section within the details sidebar ([#1237](https://github.com/box/box-ui-elements/issues/1237)) ([`90bf2f3`](https://github.com/box/box-ui-elements/commit/90bf2f3))
  * **`classification`:** remove classify from breadcrumbs ([#1549](https://github.com/box/box-ui-elements/issues/1549)) ([`adae46d`](https://github.com/box/box-ui-elements/commit/adae46d))
  * **`classification`:** updated UI for classification ([#1566](https://github.com/box/box-ui-elements/issues/1566)) ([`52e2b17`](https://github.com/box/box-ui-elements/commit/52e2b17))
  * **`comments`:** implement comment edit ([#1468](https://github.com/box/box-ui-elements/issues/1468)) ([`33dd037`](https://github.com/box/box-ui-elements/commit/33dd037))
  * **`content-explorer`:** Add ability to sort contents by size column ([#1239](https://github.com/box/box-ui-elements/issues/1239)) ([`b29b6bf`](https://github.com/box/box-ui-elements/commit/b29b6bf))
  * **`content-explorer`:** Add toggle button for grid view ([#1349](https://github.com/box/box-ui-elements/issues/1349)) ([`97a1d44`](https://github.com/box/box-ui-elements/commit/97a1d44))
  * **`content-explorer`:** Fetch thumbnails for search and recents ([#1475](https://github.com/box/box-ui-elements/issues/1475)) ([`1035afb`](https://github.com/box/box-ui-elements/commit/1035afb))
  * **`content-explorer`:** grid view slider ([#1482](https://github.com/box/box-ui-elements/issues/1482)) ([`ef4a7ee`](https://github.com/box/box-ui-elements/commit/ef4a7ee))
  * **`content-explorer`:** grid view styling ([#1464](https://github.com/box/box-ui-elements/issues/1464)) ([`f32b8ca`](https://github.com/box/box-ui-elements/commit/f32b8ca)), closes [#1409](https://github.com/box/box-ui-elements/issues/1409)
  * **`content-explorer`:** import files from `MDVGridView` ([#1294](https://github.com/box/box-ui-elements/issues/1294)) ([`a2e5bd9`](https://github.com/box/box-ui-elements/commit/a2e5bd9))
  * **`content-explorer`:** local storage for view mode preference ([#1476](https://github.com/box/box-ui-elements/issues/1476)) ([`803b0a0`](https://github.com/box/box-ui-elements/commit/803b0a0))
  * **`content-explorer`:** Remove feature flip for gallery view ([#1571](https://github.com/box/box-ui-elements/issues/1571)) ([`3e948b8`](https://github.com/box/box-ui-elements/commit/3e948b8))
  * **`content-explorer`:** show cards with thumbnails ([#1409](https://github.com/box/box-ui-elements/issues/1409)) ([`7bbc2e8`](https://github.com/box/box-ui-elements/commit/7bbc2e8))
  * **`content-explorer`:** Show grid with icons ([#1372](https://github.com/box/box-ui-elements/issues/1372)) ([`64a099e`](https://github.com/box/box-ui-elements/commit/64a099e))
  * **`content-picker`:** use radios for single select ([#1685](https://github.com/box/box-ui-elements/issues/1685)) ([`acc3395`](https://github.com/box/box-ui-elements/commit/acc3395))
  * **`content-sidebar`:** add task modal mode for edit/create ([#1257](https://github.com/box/box-ui-elements/issues/1257)) ([`0bdfc96`](https://github.com/box/box-ui-elements/commit/0bdfc96))
  * **`content-sidebar`:** programmatic refresh for sidebar panels ([#1561](https://github.com/box/box-ui-elements/issues/1561)) ([`2adbaef`](https://github.com/box/box-ui-elements/commit/2adbaef))
  * **`dropdown-menu`:** allow `esc` to propagate if dropdown is closed ([#1686](https://github.com/box/box-ui-elements/issues/1686)) ([`3d4d59e`](https://github.com/box/box-ui-elements/commit/3d4d59e))
  * **`features`:** Add background color on hover in metadata list view ([#1618](https://github.com/box/box-ui-elements/issues/1618)) ([`635808e`](https://github.com/box/box-ui-elements/commit/635808e))
  * **`features`:** Add new feature metadata-based-view ([#1519](https://github.com/box/box-ui-elements/issues/1519)) ([`faef59e`](https://github.com/box/box-ui-elements/commit/faef59e))
  * **`features`:** Show preview upon clicking the item name ([#1620](https://github.com/box/box-ui-elements/issues/1620)) ([`74e46b2`](https://github.com/box/box-ui-elements/commit/74e46b2))
  * **`ghost`:** create ghost state helper component ([#1498](https://github.com/box/box-ui-elements/issues/1498)) ([`73aadae`](https://github.com/box/box-ui-elements/commit/73aadae))
  * **`i18n`:** Implement the new `FormattedCompMessage` component ([#976](https://github.com/box/box-ui-elements/issues/976)) ([`31fdf12`](https://github.com/box/box-ui-elements/commit/31fdf12))
  * **`icon`:** create add users empty state icon ([#1638](https://github.com/box/box-ui-elements/issues/1638)) ([`33dfacb`](https://github.com/box/box-ui-elements/commit/33dfacb))
  * **`icon`:** create login and storage icon ([#1708](https://github.com/box/box-ui-elements/issues/1708)) ([`0115fb6`](https://github.com/box/box-ui-elements/commit/0115fb6))
  * **`icons`:** Add `CollectionItemLink` icon ([#1550](https://github.com/box/box-ui-elements/issues/1550)) ([`1558d36`](https://github.com/box/box-ui-elements/commit/1558d36))
  * **`icons`:** add collections icons for bolt and star ([#1338](https://github.com/box/box-ui-elements/issues/1338)) ([`8e9d503`](https://github.com/box/box-ui-elements/commit/8e9d503))
  * **`icons`:** add collections star filled icon ([#1547](https://github.com/box/box-ui-elements/issues/1547)) ([`55a182e`](https://github.com/box/box-ui-elements/commit/55a182e))
  * **`icons`:** add `IconFolderTree` icon ([#1696](https://github.com/box/box-ui-elements/issues/1696)) ([`add261b`](https://github.com/box/box-ui-elements/commit/add261b))
  * **`icons`:** add icons for collections ([#1224](https://github.com/box/box-ui-elements/issues/1224)) ([`a01ea82`](https://github.com/box/box-ui-elements/commit/a01ea82))
  * **`icons`:** add new shield Icon ([#1216](https://github.com/box/box-ui-elements/issues/1216)) ([`753d0e2`](https://github.com/box/box-ui-elements/commit/753d0e2))
  * **`icons`:** Add sandbox and puzzle piece icons ([#1370](https://github.com/box/box-ui-elements/issues/1370)) ([`67b6db4`](https://github.com/box/box-ui-elements/commit/67b6db4))
  * **`icons`:** add workflow icon ([#1225](https://github.com/box/box-ui-elements/issues/1225)) ([`9d73144`](https://github.com/box/box-ui-elements/commit/9d73144))
  * **`icons`:** creating task empty state icon ([#1583](https://github.com/box/box-ui-elements/issues/1583)) ([`cac4023`](https://github.com/box/box-ui-elements/commit/cac4023))
  * **`icons`:** new lightning icon ([#1183](https://github.com/box/box-ui-elements/issues/1183)) ([`ebccf18`](https://github.com/box/box-ui-elements/commit/ebccf18))
  * **`icons`:** update `IconShare` and `IconCollaboration` to new `32x32` icons ([#1232](https://github.com/box/box-ui-elements/issues/1232)) ([`4f4e31b`](https://github.com/box/box-ui-elements/commit/4f4e31b))
  * **`icons`:** update to new globe icon and add new globe `tinycon` ([#1217](https://github.com/box/box-ui-elements/issues/1217)) ([`3dded61`](https://github.com/box/box-ui-elements/commit/3dded61))
  * **`inline-edit`:** user should see instance field input ([#1172](https://github.com/box/box-ui-elements/issues/1172)) ([`1f90dde`](https://github.com/box/box-ui-elements/commit/1f90dde))
  * **`left-nav`:** add Box Relay icon ([#1207](https://github.com/box/box-ui-elements/issues/1207)) ([`29f07a6`](https://github.com/box/box-ui-elements/commit/29f07a6)), closes [#1206](https://github.com/box/box-ui-elements/issues/1206)
  * **`left-sidebar`:** `LeftSidebar` supports custom `navLinkRenderer` ([#1510](https://github.com/box/box-ui-elements/issues/1510)) ([`f9705a2`](https://github.com/box/box-ui-elements/commit/f9705a2))
  * **`leftsidebar`:** Show drop zones only on hover ([#1548](https://github.com/box/box-ui-elements/issues/1548)) ([`a45c998`](https://github.com/box/box-ui-elements/commit/a45c998))
  * **`media`:** create media object component ([#1383](https://github.com/box/box-ui-elements/issues/1383)) ([`5140c13`](https://github.com/box/box-ui-elements/commit/5140c13))
  * **`metadata`:** Enable metadata template filtering ([#1598](https://github.com/box/box-ui-elements/issues/1598)) ([`7b341f7`](https://github.com/box/box-ui-elements/commit/7b341f7))
  * **`metadata-views`:** Handle edit and cancel edit actions ([#1703](https://github.com/box/box-ui-elements/issues/1703)) ([`d55f84a`](https://github.com/box/box-ui-elements/commit/d55f84a))
  * **`metadata-views`:** Show edit icon in metadata view ([#1667](https://github.com/box/box-ui-elements/issues/1667)) ([`1b8a29d`](https://github.com/box/box-ui-elements/commit/1b8a29d))
  * **`metadata-views`:** Update metadata columns prop type in metadata view ([#1666](https://github.com/box/box-ui-elements/issues/1666)) ([`cbf96ef`](https://github.com/box/box-ui-elements/commit/cbf96ef))
  * **`new-tasks`:** Fetch task collaborators ([#1286](https://github.com/box/box-ui-elements/issues/1286)) ([`fb84aee`](https://github.com/box/box-ui-elements/commit/fb84aee))
  * **`office-online`:** adding excel spreadsheet icon for `xlsb` files ([`ee8569f`](https://github.com/box/box-ui-elements/commit/ee8569f))
  * **`pill-selector`:** `formik` wrapper for pill selector ([#1194](https://github.com/box/box-ui-elements/issues/1194)) ([`c75a7bb`](https://github.com/box/box-ui-elements/commit/c75a7bb))
  * **`pill-selector`:** update flow type for downstream issue ([#1210](https://github.com/box/box-ui-elements/issues/1210)) ([`69f25e8`](https://github.com/box/box-ui-elements/commit/69f25e8))
  * **`preview`:** Add support for custom logo URL in preview header ([#1714](https://github.com/box/box-ui-elements/issues/1714)) ([`d37b9ec`](https://github.com/box/box-ui-elements/commit/d37b9ec))
  * **`preview`:** better message when blocked by a policy ([#1346](https://github.com/box/box-ui-elements/issues/1346)) ([`a6cde28`](https://github.com/box/box-ui-elements/commit/a6cde28))
  * **`preview`:** new icon for security blocking ([#1396](https://github.com/box/box-ui-elements/issues/1396)) ([`9355631`](https://github.com/box/box-ui-elements/commit/9355631))
  * **`preview`:** Upgrade default version of box-content-preview to 2.16.0 ([#1562](https://github.com/box/box-ui-elements/issues/1562)) ([`7617fd2`](https://github.com/box/box-ui-elements/commit/7617fd2))
  * **`radio`:** `formik` wrapper for `RadioButton` ([#1204](https://github.com/box/box-ui-elements/issues/1204)) ([`0b51080`](https://github.com/box/box-ui-elements/commit/0b51080))
  * **`react`:** Add text for max version history ([#1630](https://github.com/box/box-ui-elements/issues/1630)) ([`705e71f`](https://github.com/box/box-ui-elements/commit/705e71f))
  * **`scroll`:** upgrade scroll in to view if needed ([#1200](https://github.com/box/box-ui-elements/issues/1200)) ([`1532617`](https://github.com/box/box-ui-elements/commit/1532617))
  * **`security`:** adding `SecurityBadge` component ([#1663](https://github.com/box/box-ui-elements/issues/1663)) ([`3d210bb`](https://github.com/box/box-ui-elements/commit/3d210bb))
  * **`select`:** make caret rotate up/down on open/close respectively ([#1218](https://github.com/box/box-ui-elements/issues/1218)) ([`9627e2b`](https://github.com/box/box-ui-elements/commit/9627e2b))
  * **`select-field`:** Allow rendering custom options ([#1516](https://github.com/box/box-ui-elements/issues/1516)) ([`53fe270`](https://github.com/box/box-ui-elements/commit/53fe270))
  * **`shared-link-settings-modal`:** Disable direct downloads if classified ([#1500](https://github.com/box/box-ui-elements/issues/1500)) ([`2ede02a`](https://github.com/box/box-ui-elements/commit/2ede02a))
  * **`sidebar`:** Add support for toggling the sidebar externally ([#1293](https://github.com/box/box-ui-elements/issues/1293)) ([`04468fc`](https://github.com/box/box-ui-elements/commit/04468fc))
  * **`sidebar`:** programmatic refresh ([#1472](https://github.com/box/box-ui-elements/issues/1472)) ([`c7a19e7`](https://github.com/box/box-ui-elements/commit/c7a19e7))
  * **`sidebar`:** Show retention policy info in sidebar ([#1648](https://github.com/box/box-ui-elements/issues/1648)) ([`cb9e714`](https://github.com/box/box-ui-elements/commit/cb9e714))
  * **`sidebar`:** Toggle button ([#1268](https://github.com/box/box-ui-elements/issues/1268)) ([`e2ad4ab`](https://github.com/box/box-ui-elements/commit/e2ad4ab))
  * **`task-new`:** add ability to add/remove assignees ([#1284](https://github.com/box/box-ui-elements/issues/1284)) ([`8e87280`](https://github.com/box/box-ui-elements/commit/8e87280))
  * **`task-new`:** Add support for edit modal ([#1261](https://github.com/box/box-ui-elements/issues/1261)) ([`d13839c`](https://github.com/box/box-ui-elements/commit/d13839c))
  * **`tasks`:** add any task icon + tooltip ([#1491](https://github.com/box/box-ui-elements/issues/1491)) ([`cf1c5b7`](https://github.com/box/box-ui-elements/commit/cf1c5b7))
  * **`tasks`:** add any/all checkbox ([#1487](https://github.com/box/box-ui-elements/issues/1487)) ([`21271e3`](https://github.com/box/box-ui-elements/commit/21271e3))
  * **`tasks`:** add in comment modification option for tasks ([#1247](https://github.com/box/box-ui-elements/issues/1247)) ([`b5775de`](https://github.com/box/box-ui-elements/commit/b5775de))
  * **`tasks`:** Add new task edit API methods ([#1260](https://github.com/box/box-ui-elements/issues/1260)) ([`e05d5a7`](https://github.com/box/box-ui-elements/commit/e05d5a7))
  * **`tasks`:** handle new error message with title and description ([#1564](https://github.com/box/box-ui-elements/issues/1564)) ([`7d691df`](https://github.com/box/box-ui-elements/commit/7d691df))
  * **`tasks`:** strings for any completion rule ([#1471](https://github.com/box/box-ui-elements/issues/1471)) ([`cdaf285`](https://github.com/box/box-ui-elements/commit/cdaf285))
  * **`tasks`:** Update task status to not use an icon ([#1169](https://github.com/box/box-ui-elements/issues/1169)) ([`b4b8bf0`](https://github.com/box/box-ui-elements/commit/b4b8bf0))
  * **`tasks-new`:** add assignee list ([#1287](https://github.com/box/box-ui-elements/issues/1287)) ([`04b7458`](https://github.com/box/box-ui-elements/commit/04b7458))
  * **`tasks-new`:** Edit task message and due date in `TaskForm` ([#1269](https://github.com/box/box-ui-elements/issues/1269)) ([`7f63d97`](https://github.com/box/box-ui-elements/commit/7f63d97))
  * **`tasks-new`:** remove beta label functionality from modal header ([#1314](https://github.com/box/box-ui-elements/issues/1314)) ([`dca414b`](https://github.com/box/box-ui-elements/commit/dca414b))
  * **`tasks-new`:** tasks resin tracking for edit modal ([#1327](https://github.com/box/box-ui-elements/issues/1327)) ([`5b5b354`](https://github.com/box/box-ui-elements/commit/5b5b354))
  * **`typography`:** update body typography ([#1442](https://github.com/box/box-ui-elements/issues/1442)) ([`375c336`](https://github.com/box/box-ui-elements/commit/375c336)), closes [#1439](https://github.com/box/box-ui-elements/issues/1439) [#1441](https://github.com/box/box-ui-elements/issues/1441)
  * **`unified-share-modal`:** add external collaboration warning message ([#1220](https://github.com/box/box-ui-elements/issues/1220)) ([`064bd2f`](https://github.com/box/box-ui-elements/commit/064bd2f))
  * **`unified-share-modal`:** add property to limit the number of contacts ([#1304](https://github.com/box/box-ui-elements/issues/1304)) ([`2af11b1`](https://github.com/box/box-ui-elements/commit/2af11b1))
  * **`unified-share-modal`:** invite section tooltip changes ([#1499](https://github.com/box/box-ui-elements/issues/1499)) ([`d7730c7`](https://github.com/box/box-ui-elements/commit/d7730c7)), closes [#1498](https://github.com/box/box-ui-elements/issues/1498)
  * **`unified-share-modal`:** invite section tooltips changes ([#1504](https://github.com/box/box-ui-elements/issues/1504)) ([`b9486bc`](https://github.com/box/box-ui-elements/commit/b9486bc))
  * **`unified-share-modal`:** show classification for the file ([#1425](https://github.com/box/box-ui-elements/issues/1425)) ([`e3c7277`](https://github.com/box/box-ui-elements/commit/e3c7277))
  * **`unified-share-modal`:** Show external collaborators indicator ([#1256](https://github.com/box/box-ui-elements/issues/1256)) ([`613a438`](https://github.com/box/box-ui-elements/commit/613a438))
  * **`uploads`:** add resin targets for uploads manager ([#1384](https://github.com/box/box-ui-elements/issues/1384)) ([`29d2af5`](https://github.com/box/box-ui-elements/commit/29d2af5))
  * **`uploads`:** resume a single file upload ([#1552](https://github.com/box/box-ui-elements/issues/1552)) ([`093f889`](https://github.com/box/box-ui-elements/commit/093f889))
  * **`uploads`:** resume multiple unsuccessful uploads ([#1553](https://github.com/box/box-ui-elements/issues/1553)) ([`60406b9`](https://github.com/box/box-ui-elements/commit/60406b9))
  * **`uploads`:** uploads manager contents for resumable uploads ([#1555](https://github.com/box/box-ui-elements/issues/1555)) ([`8380bc7`](https://github.com/box/box-ui-elements/commit/8380bc7))
  * **`usm`:** expand Invite Section based on `initiallySelectedContacts` ([#1470](https://github.com/box/box-ui-elements/issues/1470)) ([`b756a22`](https://github.com/box/box-ui-elements/commit/b756a22))
  * **`validators`:** `host`, `ipv4` and domain name validators ([#1212](https://github.com/box/box-ui-elements/issues/1212)) ([`f653dac`](https://github.com/box/box-ui-elements/commit/f653dac))
  * **`versions`:** Add client-side error messages for version actions ([#1404](https://github.com/box/box-ui-elements/issues/1404)) ([`8ead57c`](https://github.com/box/box-ui-elements/commit/8ead57c))
  * **`versions`:** Add resin tracking for sidebar back button ([#1309](https://github.com/box/box-ui-elements/issues/1309)) ([`901c23d`](https://github.com/box/box-ui-elements/commit/901c23d))
  * **`versions`:** Add resin tracking to all version history actions ([#1285](https://github.com/box/box-ui-elements/issues/1285)) ([`a4942d3`](https://github.com/box/box-ui-elements/commit/a4942d3))
  * **`versions`:** Add support for deep linking to `ContentSidebar` ([#1203](https://github.com/box/box-ui-elements/issues/1203)) ([`78ab636`](https://github.com/box/box-ui-elements/commit/78ab636))
  * **`versions`:** Add support for file version restore actions ([#1184](https://github.com/box/box-ui-elements/issues/1184)) ([`d5396bd`](https://github.com/box/box-ui-elements/commit/d5396bd))
  * **`versions`:** Add support for version action callbacks ([#1417](https://github.com/box/box-ui-elements/issues/1417)) ([`099a09e`](https://github.com/box/box-ui-elements/commit/099a09e))
  * **`versions`:** Add support for version limits to sidebar ([#1316](https://github.com/box/box-ui-elements/issues/1316)) ([`bec5699`](https://github.com/box/box-ui-elements/commit/bec5699))
  * **`versions`:** Add version group headers based on relative date ([#1330](https://github.com/box/box-ui-elements/issues/1330)) ([`51d5633`](https://github.com/box/box-ui-elements/commit/51d5633))
  * add `metadata_queries` API layer ([#1481](https://github.com/box/box-ui-elements/issues/1481)) ([`2f6ef29`](https://github.com/box/box-ui-elements/commit/2f6ef29))
  * add prop for resumable uploads feature flip ([#1447](https://github.com/box/box-ui-elements/issues/1447)) ([`3f19a3b`](https://github.com/box/box-ui-elements/commit/3f19a3b))
  * Adding prop `initiallySelectedContacts` to `UnifiedShareModal` ([#1424](https://github.com/box/box-ui-elements/issues/1424)) ([`8966016`](https://github.com/box/box-ui-elements/commit/8966016))
  * default task icons to `$bdl-box-blue` ([#1509](https://github.com/box/box-ui-elements/issues/1509)) ([`dbc7103`](https://github.com/box/box-ui-elements/commit/dbc7103))
  * increase fetched file collaborators for tasks/comments ([#1483](https://github.com/box/box-ui-elements/issues/1483)) ([`05f65f4`](https://github.com/box/box-ui-elements/commit/05f65f4))

  ### Performance Improvements

  * **`sidebar`:** Lazy load sidebar panels without 500 millisecond delay ([#1223](https://github.com/box/box-ui-elements/issues/1223)) ([`bb216b4`](https://github.com/box/box-ui-elements/commit/bb216b4))
  * **`sidebar`:** merge response to avoid redundant API calls ([#1617](https://github.com/box/box-ui-elements/issues/1617)) ([`69ad154`](https://github.com/box/box-ui-elements/commit/69ad154))
  * **`version`:** Remove version history modal ([#1633](https://github.com/box/box-ui-elements/issues/1633)) ([`eb0aac6`](https://github.com/box/box-ui-elements/commit/eb0aac6))

  ### Reverts

  * **`avatar`:** Move Avatar back to non-hook implementation ([#1186](https://github.com/box/box-ui-elements/issues/1186)) ([`69f329b`](https://github.com/box/box-ui-elements/commit/69f329b))

  ### BREAKING CHANGES

  * **`formik`:** `inputProps` dropped from Toggle component. `formik` has been upgraded to V2. [Upgrade guide](https://github.com/jaredpalmer/formik/blob/master/docs/migrating-v2.md).

  * Peer dependency React requirement have been bumped higher

  * refactor(avatar): Refactor Avatar to use hooks

  * fix(test): Fixed various test issues, downgraded enzyme back to 3.8.0

  * fix(avatar): remove redundant check

  * **`classification`:** Also changes `advisoryMessage` prop to definition to keep terminology consistent

  * feat(classification): Increasing classification icon stroke width

  * **`typography`:** The color of the body will be default to [#222](https://github.com/box/box-developer-changelog/issues/222) which
    is the `bdl-gray`

  * feat(typography): update letter spacing for common typography

  * **`typography`:** The letter spacing for common typography will now
    be `px` instead of `em`. Please check scaling.

  * **`classification`:** The API for providing classification data to the sidebar has changed to `{ advisoryMessage, name }`

  * feat: design changes

  * feat: classification badge changes

  * fix: PR feedback

  * fix: snapshot

  * **`icons`:** Replacing `IconShield` with a new Icon that represent
    Shield. It follows the 32 x 32 guideline. Please override any style if needed.

  * **`deps`:** update react-\* peer dependencies to 16.9.0

  Updating to React 16.9 includes deprecation warnings for lifecycle methods.
  This affects one of our dependencies, react-tether; we have no immediate
  plans to silence the warnings.

  * **`security`:** Upgrade `axios` peer dependency to address [https://nvd.nist.gov/vuln/detail/CVE-2019-10742](https://nvd.nist.gov/vuln/detail/CVE-2019-10742)

  * **`icons`:** update to new globe icon which uses `20x20` by default instead of `16x16` and introduced new globe `tinycon`

  * **`validators`:** Adds peer dependency of [**`@hapi/address`**](https://github.com/hapi/address) used for email and domain validation

  * fix: added uncommon `tlds` for email checking

  * fix: adding some bad `tlds`

  * **`scroll`:** Major version upgrade for scroll-into-view-if-needed.

  * **`i18n`:** Added additional peer dependencies to support `i18n` `FormattedCompMessage` component

  Implement a new component called `FormattedCompMessage`. This translates strings which can contain HTML or other JSX components in a safe way by hiding the contents of those tags from the translators or hackers and substituting the contents from source strings into the translations. Example:

  ```javascript theme={null}
  <FormattedCompMessage id="mystring" description="translator's comment">
     You can <span class="foo">delete</span> <Link to={url}>these files</Link>, or just
    <span id="x" class="unshare">unshare them</span>.
  </FormattedCompMessage>
  ```

  `FormattedCompMessage` is built as a layer on top of `react-intl`, and uses it to do the actual translations. Its function is to transform a tree of React elements into a coded string, get that string translated with `react-intl`, transform the coded translated string back into a tree of React elements, and finally substitute the hidden React elements from the source tree back into the translation tree in the right locations.

  The component depends on the new babel plugin `babel-plugin-box-i18n` to extract the coded texts from the source code and place them into the same type of JSON files that the `react-intl` babel plugin produces. In this way, the translation process downstream from there works with no further changes. The translations appear in the properties files some time later and `react-intl` picks them up as normal. The `FormattedCompMessage` can retrieve these translations using `react-intl`. The `babel-pluging-box-i18n` plugin also enforces Box's policies, such as the requirement that all strings have a unique id and a description for the translators.

  The `FormattedCompMessage` component can support plurals in a React-idiomatic way by embedding `<Plural>` components in the body of the `FormattedCompMessage`:

  ```javascript theme={null}
  <FormattedCompMessage id="mystring" description="translator's comment" count={count}>
    <Plural category="one">This is the <strong>singular</strong> string.</Plural>
    <Plural category="other">This is the <strong>plural</strong> string.</Plural>
  </FormattedCompMessage>
  ```

  Note that HTML and subcomponents are allowed in the plural string as well.

  The `FormattedCompMessage` component supports replacement parameters in a React-idiomatic way by embedding `<Param>` components in the body of the `FormattedCompMessage`:

  ```javascript theme={null}
  <FormattedCompMessage id="mystring" description="translator's comment">
    User <Param value={user.name} description="The user's full name"/> has already deleted this file.
  </FormattedCompMessage>
  ```

  Note that the `Param` tags can be used inside of `Plural` tags as well, as they are normal components.

  * **`deps`:** Peer dependencies have been updated and will require downstream applications to update as well to avoid NPM warnings.
  * **`icons`:** Old `IconShare` defaulted to `26x26` and old `IconCollaboration` defaulted to `27x26` but new icons are defaulted to `32x32`.  Also, default SVG classnames are now changed to `bdl-IconShare` and `bdl-IconCollaboration`.
</Update>

<Update label="2019-10-25" tags={["New features", "API"]}>
  ## New parameters for Search API

  New optional query parameters have been made available for the
  [Search API](/reference/get-search), namely `sort` and `direction`.

  The purpose of these parameters is to allow applications to sort items by their
  `modified_at` date in ascending or descending order.
</Update>

<Update label="2019-10-25" tags={["New features", "API"]}>
  ## New fields for File Versions

  New optional fields have been made available within the File Version object,
  namely `trashed_by`, `restored_by` and `restored_at`.

  The fields will be returned as part of the standard
  [File Version object](/reference/resources/file-version/).

  The purpose of these fields is to have a better understanding of when file
  versions have been moved in and out of the trash, and by whom.
</Update>

<Update label="2019-10-24" description="Python SDK v2.6.1 released" tags={["Python", "SDKs"]}>
  ## New Features and Enhancements

  * Added `api_` call decorator for copy method.
</Update>

<Update label="2019-10-24" description="Java SDK v2.41.0 released" tags={["New features", "Java", "SDKs"]}>
  ## New Features and Enhancements

  1. Added enum for complete field on `BoxTasks` Actions enum ([#745](https://github.com/box/box-java-sdk/pull/745))
</Update>

<Update label="2019-10-24" tags={["New features", "Java", "SDKs"]}>
  ## Java SDK v2.40.0 released

  1. Update `comments.md` ([#749](https://github.com/box/box-java-sdk/pull/749))
  2. Update `events.md` ([#750](https://github.com/box/box-java-sdk/pull/750))
  3. Update `collections.md` ([#748](https://github.com/box/box-java-sdk/pull/748))
  4. Update `files.md` ([#747](https://github.com/box/box-java-sdk/pull/747))
  5. Update `files.md` ([#746](https://github.com/box/box-java-sdk/pull/746))
  6. Update `files.md` to tag thumbnail code sample ([#733](https://github.com/box/box-java-sdk/pull/733))
  7. Update `authentication.md` ([#739](https://github.com/box/box-java-sdk/pull/739))
</Update>

<Update label="2019-10-23" tags={["New features", "API"]}>
  ## New Shield Error Code

  A new error code for [Box Shield](https://www.box.com/shield) has been released. The new
  `403 - forbidden_by_policy` error code will be raised when the enterprise has
  applied Shield access policies that prevent the action, such as downloading
  items.

  The resolution path is to contact your Box admin to adjust the Shield access
  policies if the action is required.

  See the
  [error code documentation](/guides/api-calls/permissions-and-errors/common-errors)
  for more details and solution path.
</Update>

<Update label="2019-10-18" tags={["API"]}>
  ## Relay API Endpoints will EOL on December 31st, 2019

  On December 31st, 2019, Box will end of life all Relay Classic API endpoints,
  which includes the following functions:

  * Get list of published Relay Classic templates.
  * Get list of Relay Classic workflows.
  * Launch a Relay Classic workflow.

  To ensure that your application continues to function after December 31st
  please remove all calls to the Relay Classic APIs listed above.
</Update>

<Update label="2019-10-17" tags={["New features", "Java", "SDKs"]}>
  ## Java SDK v2.39.0 released

  1. Deprecating batch ([#741](https://github.com/box/box-java-sdk/pull/741))
  2. Add support for Task `completion_rule` ([#738](https://github.com/box/box-java-sdk/pull/738))
</Update>

<Update label="2019-09-19" tags={["New features", "Windows", "SDKs"]}>
  ## Windows .NET SDK v3.20.0 released

  See [Changelog](https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3200) for details
  Commits: [`v3.19.0...v3.20.0`](https://github.com/box/box-windows-sdk-v2/compare/`v3.19.0...v3.20.0`)

  [`nuget.org/packages/Box.V2/3.20.0`](https://www.nuget.org/packages/Box.V2/3.20.0)
  [`nuget.org/packages/Box.V2.Core/3.20.0`](https://www.nuget.org/packages/Box.V2.Core/3.20.0)
</Update>

<Update label="2019-09-19" tags={["New features", "Java", "SDKs"]}>
  ## Java SDK v2.38.0 released

  1. Added field `trashed_by`, `restored_at`, `restored_by`, `purged_at` to `FileVersion` ([#734](https://github.com/box/box-java-sdk/pull/734))
  2. Set file attributes on chunked uploads ([#730](https://github.com/box/box-java-sdk/pull/730))
</Update>

<Update label="2019-09-18" tags={["New features", "API"]}>
  ## New security enhancements for token revocation

  We have enhanced the capabilities of the [token
  revocation](/reference/post-oauth2-revoke/) endpoint to permit
  [downscoped tokens](/guides/authentication/tokens/downscope) to be
  revoked prior to their expiration time. Previous to this update only fully
  scoped access tokens could be revoked through the /revoke endpoint. With this
  new enhancement downscoped tokens may now be revoked in addition to the fully
  scoped access tokens.

  More information is available [here](https://medium.com/box-developer-blog/new-security-enhancements-for-revoking-access-tokens-79b9960a7ce2).
</Update>

<Update label="2019-09-11" tags={["API"]}>
  ## New completion\_rule field for Tasks

  A new optional field has been made available within the Task object,
  `completion_rule`. This field may be set through the use of the
  [Create Task](/reference/post-tasks) and [Update Task](/reference/put-tasks-id)
  endpoints, and will be returned as part of the standard
  [Task object](/reference/tasks-resources#task).

  The purpose of this field is to set the conditions under which a task is
  completed, based on user involvement. When a task is created with a completion
  rule of `all_assignees` (default), the task will only be considered completed
  when all assignees have completed the task. When a task is created with a
  completion rule of `any_assignee`, the task will be considered completed when
  one assignee has completed the task.
</Update>

<Update label="2019-08-29" tags={["New features", "Windows", "SDKs"]}>
  ## Windows .NET SDK v3.19.0 released

  See [Changelog](https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3190) for details
  Commits: [`v3.18.0...v3.19.0`](https://github.com/box/box-windows-sdk-v2/compare/`v3.18.0...v3.19.0`)

  [`nuget.org/packages/Box.V2/3.19.0`](https://www.nuget.org/packages/Box.V2/3.19.0)
  [`nuget.org/packages/Box.V2.Core/3.19.0`](https://www.nuget.org/packages/Box.V2.Core/3.19.0)
</Update>

<Update label="2019-08-29" tags={["New features", "Python", "SDKs"]}>
  ## Python SDK v2.6.0 released

  Adding a new get admin events function with `created_before`, `created_after`, and `event_type` parameters. Thank you `@capk1rk`!
</Update>

<Update label="2019-08-29" tags={["New features", "CLI"]}>
  ## Box CLI v2.4.0 released

  [CHANGELOG](https://github.com/box/boxcli/blob/master/CHANGELOG.md#240-2019-08-29)

  * Fix output when updating collaboration role to owner ([#165](https://github.com/box/boxcli/pull/165))  [`f8be639`](https://github.com/box/boxcli/commit/f8be639)
  * Print all columns in CSV output for heterogeneous collection ([#164](https://github.com/box/boxcli/pull/164))  [`a8dda02`](https://github.com/box/boxcli/commit/a8dda02)
  * Update plugin-help to resolve warning about `lodash.template` ([#160](https://github.com/box/boxcli/pull/160))  [`3730bc5`](https://github.com/box/boxcli/commit/3730bc5)
  * Bump `lodash` from 4.17.11 to 4.17.13 ([#156](https://github.com/box/boxcli/pull/156))  [`d035e74`](https://github.com/box/boxcli/commit/d035e74)
  * Add support for setting external app user ID ([#153](https://github.com/box/boxcli/pull/153))  [`d68b61b`](https://github.com/box/boxcli/commit/d68b61b)
  * Update `js-yaml` to 3.13.1 ([#151](https://github.com/box/boxcli/pull/151))  [`13745df`](https://github.com/box/boxcli/commit/13745df)

  [`v2.3.0...v2.4.0`](https://github.com/box/boxcli/compare/`v2.3.0...v2.4.0`)
</Update>

<Update label="2019-08-22" tags={["Node", "SDKs"]}>
  ## Node SDK v1.29.1 released

  * Regenerate JTI and retry auth request when JTI claim is rejected ([#405](https://github.com/box/box-node-sdk/pull/405))  [`c0ccdb9`](https://github.com/box/box-node-sdk/commit/c0ccdb9)

  [`v1.29.0...v1.29.1`](https://github.com/box/box-node-sdk/compare/`v1.29.0...v1.29.1`)
</Update>

<Update label="2019-08-22" tags={["New features", "Java", "SDKs"]}>
  ## Java SDK v2.37.0 released

  1. Improving authentication docs for `BoxConfig.readFrom()` ([#723](https://github.com/box/box-java-sdk/pull/723))
  2. Add replace functionality for multi select metadata ([#726](https://github.com/box/box-java-sdk/pull/726))
</Update>

<Update label="2019-08-01" tags={["New features", "Java", "SDKs"]}>
  ## Java SDK v2.36.0 released

  1. Added convenience function for shared link and fixed setting… ([#720](https://github.com/box/box-java-sdk/pull/720))
  2. Add missing fields to files, folders, and web links ([#719](https://github.com/box/box-java-sdk/pull/719))
</Update>

<Update label="2019-07-18" tags={["New features", "Java", "SDKs"]}>
  ## Java SDK v2.35.0 released

  1. Added support for `is_externally_owned` field ([#714](https://github.com/box/box-java-sdk/pull/714))
  2. Added exception messaging for old `error` and `error_description` ([#710](https://github.com/box/box-java-sdk/pull/710))
</Update>

<Update label="2019-06-26" tags={["API"]}>
  ## New supported values in Tasks API

  On June 26th, Box released support for a new task type, general tasks. When
  creating or updating a task, the `action` field can either be `review` for
  approval tasks or `complete` for the new general tasks.

  This change also affects the accepted values when updating a task assignment.
  If you want to update an approval/review task, the `resolution_state` can be
  set to `incomplete`, `approved`, or `rejected`. A general/complete task can
  have a `resolution_state` of `incomplete` or `completed`.

  The Tasks API doesn't refer to tasks as "General" or "Approval" within the
  response body. This is reflected only within Box's UI.

  Docs can be found [here](/reference/tasks-resources#task).
</Update>

<Update label="2019-06-20" tags={["New features", "Windows", "SDKs"]}>
  ## Windows .NET SDK v3.18.0 released

  See [Changelog](https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3180) for details
  Commits: [`v3.17.0...v3.18.0`](https://github.com/box/box-windows-sdk-v2/compare/`v3.17.0...v3.18.0`)

  [`nuget.org/packages/Box.V2/3.18.0`](https://www.nuget.org/packages/Box.V2/3.18.0)
  [`nuget.org/packages/Box.V2.Core/3.18.0`](https://www.nuget.org/packages/Box.V2.Core/3.18.0)
</Update>

<Update label="2019-06-20" tags={["New features", "Python", "SDKs"]}>
  ## Python SDK v2.5.0 released

  Allowed passing `None` to clear `configurable_permission` field in the `add_member()` method.
</Update>

<Update label="2019-06-06" tags={["New features", "Java", "SDKs"]}>
  ## Java SDK v2.34.0 released

  1. Added fields: action for task ([#707](https://github.com/box/box-java-sdk/pull/707))
</Update>

<Update label="2019-05-31" tags={["New features", "Impactful changes", "API"]}>
  ## Replaced Obsolete Field in Collaborations

  In 2018 a new field, `acceptance_requirements_status` was added to the GET
  collaborations/id API endpoint to support additional notification use cases.
  This field includes terms of service, 2-factor auth, and strong password
  requirements. The existing `acceptance_requirements` field, which only contains
  Terms of Service requirements, have been replaced with the new
  `acceptance_requirements_status`.

  Previously a call to `GET
    /collaboration/<collaboration_id>?fields=acceptance_requirements` would return
  an object like the following:

  ```js theme={null}
  "acceptance_requirements": {
      "terms_of_service": {
          "type": "terms_of_service",
          "id": <tos_id>
      }
  }
  ```

  With the new field, the request `GET
    /collaboration/<collaboration_id>?fields=acceptance_requirements_status` would
  return the following:

  ```js theme={null}
   "acceptance_requirements_status": {
      "terms_of_service_requirement": {
          "is_accepted": true,
          "terms_of_service": {
              "type": "terms_of_service",
              "id": <tos_id>
          }
      },
      "strong_password_requirement": {
          "enterprise_has_strong_password_required_for_external_users": true,
          "user_has_strong_password": false
      },
      "two_factor_authentication_requirement": {
          "enterprise_has_two_factor_auth_enabled": true,
          "user_has_two_factor_authentication_enabled" true
      }
  }
  ```
</Update>

<Update label="2019-05-23" tags={["New features", "Java", "SDKs"]}>
  ## Java SDK v2.33.0 released

  1. Added test for making sure part buffer is correct size ([#703](https://github.com/box/box-java-sdk/pull/703))
  2. Allow setting `can_non_owners_invite` field on Folder objects ([#700](https://github.com/box/box-java-sdk/pull/700))
</Update>

<Update label="2019-05-23" tags={["New features", "CLI"]}>
  ## Box CLI v2.3.0 released

  [CHANGELOG](https://github.com/box/boxcli/blob/master/CHANGELOG.md#230-2019-05-23)

  [`v2.2.0...v2.3.0`](https://github.com/box/boxcli/compare/`v2.2.0...v2.3.0`)
</Update>

<Update label="2019-05-16" tags={["New features", "Python", "SDKs"]}>
  ## Python SDK v2.4.1 released

  1. Added ability for users to use set metadata on [files](https://github.com/box/box-python-sdk/blob/master/docs/usage/files.md#set-metadata) and [folders](https://github.com/box/box-python-sdk/blob/master/docs/usage/folders.md#set-metadata)
</Update>

<Update label="2019-05-15" tags={["Impactful changes", "API"]}>
  ## TLS 1.0 deprecated complete

  On May 13th, 2019, Box began the process of disabling TLS 1.0 requests to Box
  APIs. As of today, all TLS 1.0 API requests will be returning a response
  stating that a secure connection could not be established when making API calls.

  Impacted developers will have been notified through multiple channels over the
  last 6-12 months, but should your application be impacted you will need to
  update your systems to again be able to make API requests to Box.

  Please see our TLS 1.0 deprecation guide to
  upgrade your systems to TLS 1.2.

  For any questions or for addition support, please
  [file a support ticket](https://support.box.com/hc/en-us/requests/new).
</Update>

<Update label="2019-05-10" tags={["New features", "Impactful changes", "CLI"]}>
  ## Box CLI v2.2.0 released

  * Update CHANGELOG for `v2.2.0` release ([#143](https://github.com/box/boxcli/pull/143))  [`96b49d5`](https://github.com/box/boxcli/commit/96b49d5)
  * Remove unnecessary dependency ([#141](https://github.com/box/boxcli/pull/141))  [`7ac5563`](https://github.com/box/boxcli/commit/7ac5563)
  * Record text of third party licenses ([#142](https://github.com/box/boxcli/pull/142))  [`47b78f1`](https://github.com/box/boxcli/commit/47b78f1)
  * Build command docs on separate pages ([#139](https://github.com/box/boxcli/pull/139))  [`01534f1`](https://github.com/box/boxcli/commit/01534f1)
  * Catch bulk input errors with converted delegate command ([#134](https://github.com/box/boxcli/pull/134))  [`5cd5eee`](https://github.com/box/boxcli/commit/5cd5eee)
  * Add metadata set commands ([#136](https://github.com/box/boxcli/pull/136))  [`efa33ed`](https://github.com/box/boxcli/commit/efa33ed)
  * Add issue template ([#138](https://github.com/box/boxcli/pull/138))  [`a5cbddf`](https://github.com/box/boxcli/commit/a5cbddf)
  * Fix duplicate call during bulk input on delegated command ([#133](https://github.com/box/boxcli/pull/133))  [`ba3d65a`](https://github.com/box/boxcli/commit/ba3d65a)
  * Fix adding `web_links` to a collection ([#132](https://github.com/box/boxcli/pull/132))  [`8fc2023`](https://github.com/box/boxcli/commit/8fc2023)
  * Add search sort flags ([#131](https://github.com/box/boxcli/pull/131))  [`57f8d3d`](https://github.com/box/boxcli/commit/57f8d3d)

  [`v2.1.0...v2.2.0`](https://github.com/box/boxcli/compare/`v2.1.0...v2.2.0`)
</Update>

<Update label="2019-05-09" tags={["New features", "Windows", "SDKs"]}>
  ## Windows .NET SDK v3.17.0 released

  * Fixed the encoding of dates in the query parameters for Events and Search endpoints
  * Deprecated `FilesManager.DownloadStreamAsync()` and introduced a replacement method with correct parameter types for byte offsets: `FilesManager.DownloadAsync()`

  [`nuget.org/packages/Box.V2/3.17.0`](https://www.nuget.org/packages/Box.V2/3.17.0)
  [`nuget.org/packages/Box.V2.Core/3.17.0`](https://www.nuget.org/packages/Box.V2.Core/3.17.0)
</Update>

<Update label="2019-04-29" tags={["New features", "Windows", "SDKs"]}>
  ## Windows .NET SDK v3.16.0 released

  * Added `sort` and `direction` parameters to `client.SearchManager.SearchAsync()` to  control sort order
  * Added `extension` parameter to `client.FilesManager.GetThumbnailAsync()` to control which thumbnail format is returned (thanks `@guilmori`!)
  * Fixed a bug where query string parameters were not correctly encoded
  * Added `SetFileMetadataAsync()` and `SetFolderMetadataAsync()` methods to `client.MetadataManager` to set metadata
    keys and values, overwriting existing values for the provided keys.
  * Automatically retry most API calls when the API responds with a transient error status code

  [`nuget.org/packages/Box.V2/3.16.0`](https://www.nuget.org/packages/Box.V2/3.16.0)
  [`nuget.org/packages/Box.V2.Core/3.16.0`](https://www.nuget.org/packages/Box.V2.Core/3.16.0)
</Update>

<Update label="2019-04-25" tags={["New features", "Node", "SDKs"]}>
  ## Node SDK v1.29.0 released

  * Prepare `v1.29.0` release ([#381](https://github.com/box/box-node-sdk/pull/381))  [`4860e7c`](https://github.com/box/box-node-sdk/commit/4860e7c)
  * Add convenience methods for setting metadata ([#376](https://github.com/box/box-node-sdk/pull/376))  [`1938e39`](https://github.com/box/box-node-sdk/commit/1938e39)
  * Use HTML comments in issue template  [`01f21df`](https://github.com/box/box-node-sdk/commit/01f21df)
  * Document search sort parameters ([#370](https://github.com/box/box-node-sdk/pull/370))  [`257e748`](https://github.com/box/box-node-sdk/commit/257e748)

  [`v1.28.0...v1.29.0`](https://github.com/box/box-node-sdk/compare/`v1.28.0...v1.29.0`)
</Update>

<Update label="2019-04-25" tags={["New features", "Java", "SDKs"]}>
  ## Java SDK v2.32.0 released

  1. Support for Set Metadata ([#697](https://github.com/box/box-java-sdk/pull/697))
</Update>

<Update label="2019-04-15" tags={["Impactful changes", "API"]}>
  ## Changes to Task (Assignment) API responses

  We have released an update to the API responses of the
  [Get Task](/reference/get-tasks-id) and
  [Get Task Assignment](/reference/get-task-assignments-id) endpoints.

  Prior to this change, if a call was made to get a task or task assignment with
  a valid task ID, and that file was deleted or your permissions changed to
  prevent viewing the file, you would receive a 404 error because the tasks would
  be deleted with the file.

  With this new change, the response returned will be the task object with a
  `null` response where the item would be, rather than a 404 error response.
</Update>

<Update label="2019-04-11" tags={["New features", "Java", "SDKs"]}>
  ## Java SDK v2.31.0 released

  1. Add support for sorting folder items ([#694](https://github.com/box/box-java-sdk/pull/694))
</Update>

<Update label="2019-04-10" tags={["New features", "CLI"]}>
  ## Box CLI v1.4.0 released

  * Added the option to update collaboration expiration date
</Update>

<Update label="2019-04-08" tags={["Java", "SDKs"]}>
  ## Java SDK v2.30.1 released

  1. Fix date parsing to correctly handle RFC3339 timezone format ([#693](https://github.com/box/box-java-sdk/pull/693))
</Update>

<Update label="2019-04-04" tags={["New features", "Java", "SDKs"]}>
  ## Java SDK v2.30.0 released

  1. Added `action_by` field to `BoxEvent` ([#692](https://github.com/box/box-java-sdk/pull/692))
</Update>

<Update label="2019-04-01" tags={["New features", "Java", "SDKs"]}>
  ## Java SDK v2.29.0 released

  1. Support for uploading file with description ([#690](https://github.com/box/box-java-sdk/pull/690))
  2. Add sort and direction fields to search ([#689](https://github.com/box/box-java-sdk/pull/689))
</Update>

<Update label="2019-03-29" tags={["Python", "SDKs"]}>
  ## Python SDK v2.3.2 released

  * Fixing an issue in `v2.3.1` where package could not be installed.
</Update>

<Update label="2019-03-29" tags={["New features", "CLI"]}>
  ## Box CLI 2.1.0 release

  A new version of the Box CLI has been released, taking the version from 2.0.0
  to 2.1.0. This release includes a number of feature enhancements and bug fixes:

  * Fixed paging for events commands ([link](https://github.com/box/boxcli/pull/126))
  * Updated `lodash` version ([link](https://github.com/box/boxcli/pull/129))
  * Send fields parameter to API when `--fields` flag is used ([link](https://github.com/box/boxcli/pull/113))
  * Fix event-types flag ([link](https://github.com/box/boxcli/pull/120))
  * Added build NPM script ([link](https://github.com/box/boxcli/commit/f0f88f66e3014afba616b5a2994157d435094b56))
</Update>

<Update label="2019-03-28" tags={["New features", "Windows", "SDKs"]}>
  ## Windows .NET SDK v3.15.0 released

  * Added support for passing custom `IBoxService` to `BoxJWTAuth` constructor.

  [`nuget.org/packages/Box.V2/3.15.0`](https://www.nuget.org/packages/Box.V2/3.15.0)
  [`nuget.org/packages/Box.V2.Core/3.15.0`](https://www.nuget.org/packages/Box.V2.Core/3.15.0)
</Update>

<Update label="2019-03-28" tags={["New features", "Python", "SDKs"]}>
  ## Python SDK v2.3.0 released

  * Added the ability to set [file description upon upload](https://github.com/box/box-python-sdk/blob/master/docs/usage/files.md#upload-a-file)
  * Added support for [basic authenticated proxy and unauthenticated proxy](https://github.com/box/box-python-sdk/blob/master/docs/usage/configuration.md#proxy)
</Update>

<Update label="2019-03-28" tags={["New features", "Node", "SDKs"]}>
  ## Node SDK v1.28.0 released

  * Prepare for `v1.28.0` release ([#366](https://github.com/box/box-node-sdk/pull/366))  [`8fa21de`](https://github.com/box/box-node-sdk/commit/8fa21de)
  * Add common item methods for Web Links ([#364](https://github.com/box/box-node-sdk/pull/364))  [`7549d4f`](https://github.com/box/box-node-sdk/commit/7549d4f)

  [`v1.27.0...v1.28.0`](https://github.com/box/box-node-sdk/compare/`v1.27.0...v1.28.0`)
</Update>

<Update label="2019-03-18" tags={["SDKs", "Mobile", "Android"]}>
  ## Box Android SDK v4.2.3 released

  Contains various bug fixes and stability improvements
</Update>

<Update label="2019-03-14" tags={["Python", "SDKs"]}>
  ## Python SDK v2.2.2 released

  * Updated `requests-toolbelt` dependency restriction
</Update>

<Update label="2019-03-07" tags={["Windows", "SDKs"]}>
  ## Windows .NET SDK v3.14.1 released

  * Removed unnecessary `package.config` from sample files.

  [`nuget.org/packages/Box.V2/3.14.1`](https://www.nuget.org/packages/Box.V2/3.14.1)
  [`nuget.org/packages/Box.V2.Core/3.14.1`](https://www.nuget.org/packages/Box.V2.Core/3.14.1)
</Update>

<Update label="2019-03-07" tags={["Java", "SDKs"]}>
  ## Java SDK v2.28.1 released

  1. Wrong casting for response in `BoxAPIResponse` for `BoxMetadataCascadePolicy.forceApply()` ([#685](https://github.com/box/box-java-sdk/pull/685))
</Update>

<Update label="2019-03-01" tags={["New features", "Windows", "SDKs"]}>
  ## Windows .NET SDK v3.14.0 released

  * Added trace ID to API response exception message.
  * Fix deserialization of translated task assignment status.

  [`nuget.org/packages/Box.V2/3.14.0`](https://www.nuget.org/packages/Box.V2/3.14.0)
  [`nuget.org/packages/Box.V2.Core/3.14.0`](https://www.nuget.org/packages/Box.V2.Core/3.14.0)
</Update>

<Update label="2019-02-21" tags={["Windows", "SDKs"]}>
  ## Windows .NET SDK v3.13.1 released

  * Fixed an issue where some objects related to Events did not have their `.Id` property correctly deserialized from JSON

  [`nuget.org/packages/Box.V2/3.13.1`](https://www.nuget.org/packages/Box.V2/3.13.1)
  [`nuget.org/packages/Box.V2.Core/3.13.1`](https://www.nuget.org/packages/Box.V2.Core/3.13.1)
</Update>

<Update label="2019-02-21" tags={["New features", "Java", "SDKs"]}>
  ## Java SDK v2.28.0 released

  1. Added Request ID to exception message with Trace ID ([#684](https://github.com/box/box-java-sdk/pull/684))
  2. user avatar feature ([#683](https://github.com/box/box-java-sdk/pull/683))
</Update>

<Update label="2019-02-15" tags={["Python", "SDKs"]}>
  ## Python SDK v2.2.1 released

  * Fixing an issue in `v2.2.0` where package could not be installed.
</Update>

<Update label="2019-02-15" tags={["New features", "Python", "SDKs"]}>
  ## Python SDK v2.2.0 released

  * Added ability for user to [retrieve an avatar](https://github.com/box/box-python-sdk/blob/master/docs/usage/user.md#get-the-avatar-for-a-user) for a user.
  * Changed retry strategy to use exponential back-off with randomized jitter.
</Update>

<Update label="2019-02-14" tags={["New features", "Windows", "SDKs"]}>
  ## Windows .NET SDK v3.13.0 released

  * Added the `.InviteEmail` property to `BoxCollaboration` objects, which displays the email address for the invited
    user in a pending collaboration
  * Added `.Timezone`, `.IsExternalCollabRestricted`, `.Tags`, and `.Hostname` properties to `BoxUser` objects

  [`nuget.org/packages/Box.V2/3.13.0`](https://www.nuget.org/packages/Box.V2/3.13.0)
  [`nuget.org/packages/Box.V2.Core/3.13.0`](https://www.nuget.org/packages/Box.V2.Core/3.13.0)
</Update>

<Update label="2019-02-08" tags={["New features", "Windows", "SDKs"]}>
  ## Windows .NET SDK v3.12.0 released

  * Added `client.FilesManager.GetCollaborationsCollectionAsync()` and deprecated
    `client.FilesManager.GetCollaborationsAsync()` to enable paging through the entire
    collection of collaborations on a file
  * Added `client.WebLinksManager.CopyAsync()`, `client.WebLinksManager.CreateSharedLinkAsync()`,
    and `client.WebLinksManager.DeleteSharedLinkAsync()`
  * Added `client.UsersManager.GetUserAvatarAsync()` for retrieving a user's avatar image

  [`nuget.org/packages/Box.V2/3.12.0`](https://www.nuget.org/packages/Box.V2/3.12.0)
  [`nuget.org/packages/Box.V2.Core/3.12.0`](https://www.nuget.org/packages/Box.V2.Core/3.12.0)
</Update>

<Update label="2019-02-08" tags={["New features", "Python", "SDKs"]}>
  ## Python SDK v2.1.0 released

  * Added ability for user to [chunk upload files](https://github.com/box/box-python-sdk/blob/master/docs/usage/files.md#chunked-upload) and resume uploads for interrupted uploads.
  * Added ability to [verify webhook message](https://github.com/box/box-python-sdk/blob/master/docs/usage/webhook.md#validate-webhook-message)
  * Added ability for user to add metadata classification to [files](https://github.com/box/box-python-sdk/blob/master/docs/usage/files.md#set-a-classification) and [folders](https://github.com/box/box-python-sdk/blob/master/docs/usage/folders.md#set-a-classification).
  * Bug fix where calling  `.response_object()` method on an API object could throw.
</Update>

<Update label="2019-01-31" tags={["New features", "Java", "SDKs"]}>
  ## Java SDK v2.27.0 Released

  1. Metadata Classification ([#671](https://github.com/box/box-java-sdk/pull/671))
</Update>

<Update label="2019-01-18" tags={["New features", "Windows", "SDKs"]}>
  ## Windows .NET SDK v3.11.0 released

  * Added support for reading and writing more Group fields
  * Fixed an issue where the `UnsharedAt` field of a shared link could not be set to `null`
  * Fixed renaming a file on new version upload
  * Added the ability to set the content modification timestamp on file version upload
  * Fixed issues around reading the source of an event when the source item is a web link

  [`nuget.org/packages/Box.V2/3.11.0`](https://www.nuget.org/packages/Box.V2/3.11.0)
  [`nuget.org/packages/Box.V2.Core/3.11.0`](https://www.nuget.org/packages/Box.V2.Core/3.11.0)
</Update>

<Update label="2019-01-18" tags={["New features", "UI Elements"]}>
  ## New Sidebar UI Element & Open With Element GA

  Two major releases have been made to the Box UI Elements:

  1. New Sidebar Element: This new element provides capabilities for
     incorporating the metadata sidebar for a file directly into your own
     application or website. Documentation is available
     [here](/guides/embed/ui-elements).
  2. GA of Open With Element: The Open With element has been moved from beta to
     general availability. Open With delivers an individual button or an integration
     into the existing Content Explorer element to launch file content with Adobe
     Sign, G Suite, or Box Edit. Documentation is available
     [here](/guides/embed/ui-elements).

  Full release announcement is available [here](https://medium.com/box-developer-blog/new-sidebar-element-the-ga-of-open-with-935936a0628f).
</Update>

<Update label="2019-01-17" tags={["New features", "Java", "SDKs"]}>
  ## Java SDK v2.26.0 released

  1. add missing fields to task and folder and add ability to get fields for tasks ([#677](https://github.com/box/box-java-sdk/pull/677))
  2. Fixed typos in `README.md` ([#678](https://github.com/box/box-java-sdk/pull/678))
  3. Add `invite_email` field to collaboration object ([#672](https://github.com/box/box-java-sdk/pull/672))
</Update>

<Update label="2019-01-03" tags={["Java", "SDKs"]}>
  ## Java SDK v2.25.1 released

  1. dependency upgrade for `bouncycastle` and `jose4j` ([#669](https://github.com/box/box-java-sdk/pull/669))
</Update>
