Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@box/box-ui-elements v17.1.0 release note #283

Merged
merged 3 commits into from
Jul 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions content/2023/05-10-box-ui-elements-v1710-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
applied_at: '2023-05-10'
applies_to:
- ui-elements
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-ui-elements/releases/tag/v17.1.0'
collapse: true
---

# Box UI Elements `v17.1.0` released

# [17.1.0][1] (2023-05-10)

### Bug Fixes

* **content-explorer:** select all checkbox in empty folder ([#3324][2]) ([`a193adb`][3])
* **content-explorer:** select all checkbox state matches `selectedItems` ([#3319][4]) ([`7473dfd`][5])
* **i18n:** update translations ([#3313][6]) ([`dd9a1fd`][7])
* **i18n:** update translations ([#3317][8]) ([`95618cf`][9])
* **pill-selector-dropdown:** remove default value for `isPositionDynamic` ([#3320][10]) ([`e74f824`][11])
* **preview:** videos not loading on edge ([#3326][12]) ([`e5aa7e5`][13])
* **usm:** make item prop optional ([#3322][14]) ([`fe7c4bb`][15])

### Features

* **sharing:** Change message for shared links for Canvas files ([#3315][16]) ([`fa17afd`][17])
* **sharing:** Change message for shared links for Canvas files ([#3318][18]) ([`60a3a6e`][19])

[1]: https://github.com/box/box-ui-elements/compare/v17.0.0...v17.1.0

[2]: https://github.com/box/box-ui-elements/issues/3324

[3]: https://github.com/box/box-ui-elements/commit/a193adb

[4]: https://github.com/box/box-ui-elements/issues/3319

[5]: https://github.com/box/box-ui-elements/commit/7473dfd

[6]: https://github.com/box/box-ui-elements/issues/3313

[7]: https://github.com/box/box-ui-elements/commit/dd9a1fd

[8]: https://github.com/box/box-ui-elements/issues/3317

[9]: https://github.com/box/box-ui-elements/commit/95618cf

[10]: https://github.com/box/box-ui-elements/issues/3320

[11]: https://github.com/box/box-ui-elements/commit/e74f824

[12]: https://github.com/box/box-ui-elements/issues/3326

[13]: https://github.com/box/box-ui-elements/commit/e5aa7e5

[14]: https://github.com/box/box-ui-elements/issues/3322

[15]: https://github.com/box/box-ui-elements/commit/fe7c4bb

[16]: https://github.com/box/box-ui-elements/issues/3315

[17]: https://github.com/box/box-ui-elements/commit/fa17afd

[18]: https://github.com/box/box-ui-elements/issues/3318

[19]: https://github.com/box/box-ui-elements/commit/60a3a6e
Loading