From ffa01de6ed9ad6270d2373e52e4d43d98d6ea836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barbara=20Czy=C5=BC?= Date: Wed, 17 Jul 2024 17:53:39 +0200 Subject: [PATCH 1/2] DDOC-1079: Changelog entry for React 18 upgrade (#394) * Add changelog for React 18 support * Fix link * Update date and blog link * update feature in frontmatter --- content/2024/07-16-react-18-buie.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 content/2024/07-16-react-18-buie.md diff --git a/content/2024/07-16-react-18-buie.md b/content/2024/07-16-react-18-buie.md new file mode 100644 index 00000000..c188b5e6 --- /dev/null +++ b/content/2024/07-16-react-18-buie.md @@ -0,0 +1,28 @@ +--- +applied_at: '2024-07-17' +applies_to: + - guides +is_impactful: true +is_new_feature: true +release_source_url: '' +collapse: true +--- + +# React 18 support for Box UI Elements + +[Box UI Elements][1] now support React 18, bringing a whole new level of flexibility and functionality for content collaboration in third-party apps. +With this update, you can leverage the power of React 18’s cutting-edge features, drive innovation with latest front-end stack, while seamlessly integrating with the intelligent content cloud. + + + +For details, read our [blog post][2]. + +All customers and application owners who are potentially affected have been notified directly via email. + +## Where to get support + +Should you have any issues or need further guidance, please post a request to our [developer forum][2] for any help needed. + +[1]: g://embed/ui-elements +[2]: https://medium.com/box-developer-blog/seamless-integration-box-ui-elements-and-react-18-compatibility-4db97a09ff01 +[3]: https://forum.box.com/ \ No newline at end of file From 1c0fd11443ca15712c0e07ab9d8dc61699a0b841 Mon Sep 17 00:00:00 2001 From: Box DevRel Date: Tue, 23 Jul 2024 09:47:29 -0400 Subject: [PATCH 2/2] @box/box-java-sdk v4.11.1 release note (#395) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Barbara Czyż --- .../2024/07-16-box-java-sdk-v4111-released.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/2024/07-16-box-java-sdk-v4111-released.md diff --git a/content/2024/07-16-box-java-sdk-v4111-released.md b/content/2024/07-16-box-java-sdk-v4111-released.md new file mode 100644 index 00000000..70be2af8 --- /dev/null +++ b/content/2024/07-16-box-java-sdk-v4111-released.md @@ -0,0 +1,20 @@ +--- +applied_at: '2024-07-16' +applies_to: + - sdks + - java +is_impactful: false +is_new_feature: false +release_source_url: 'https://github.com/box/box-java-sdk/releases/tag/v4.11.1' +collapse: true +--- + +# Box Java SDK `v4.11.1` released + +### Bug Fixes + +* Fix order of file upload multipart request ([#1261][1]) ([`7200ac7`][2]) + +[1]: https://github.com/box/box-java-sdk/issues/1261 + +[2]: https://github.com/box/box-java-sdk/commit/7200ac77888b3639f2c294486be278e316efcfb0