From 270650df4bf9422c5e86ec8c10196c0b253bc9c0 Mon Sep 17 00:00:00 2001 From: Box DevRel Date: Mon, 31 Jul 2023 06:33:13 -0400 Subject: [PATCH] @box/box-ui-elements v18.1.0 release note (#304) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * @box/box-ui-elements v18.1.0 release note * Fix frontmatter * fix spelling errors --------- Co-authored-by: Barbara Czyż --- .spelling | 3 +- code/src/scripts/new-release-from-template.js | 2 + code/src/tests/checkFrontmatter.test.js | 4 +- .../07-12-box-ui-elements-v1810-released.md | 42 +++++++++++++++++++ 4 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 content/2023/07-12-box-ui-elements-v1810-released.md diff --git a/.spelling b/.spelling index 7768356d..7593ee99 100644 --- a/.spelling +++ b/.spelling @@ -278,4 +278,5 @@ clickjacking ci css deps -uaa-integration \ No newline at end of file +uaa-integration +readme \ No newline at end of file diff --git a/code/src/scripts/new-release-from-template.js b/code/src/scripts/new-release-from-template.js index f41dc019..e7c19eb8 100644 --- a/code/src/scripts/new-release-from-template.js +++ b/code/src/scripts/new-release-from-template.js @@ -56,6 +56,8 @@ const run = async () => { `android`, `sdks`, `guides` + `frontend` + `ui-elements` ], validate: (list) => list.length > 0 }, diff --git a/code/src/tests/checkFrontmatter.test.js b/code/src/tests/checkFrontmatter.test.js index cb45f8f3..68e64575 100644 --- a/code/src/tests/checkFrontmatter.test.js +++ b/code/src/tests/checkFrontmatter.test.js @@ -47,7 +47,9 @@ files.forEach(source => { 'salesforce', 'reports', 'guides', - 'other' + 'other', + 'frontend', + 'ui-elements' ]) }) }) diff --git a/content/2023/07-12-box-ui-elements-v1810-released.md b/content/2023/07-12-box-ui-elements-v1810-released.md new file mode 100644 index 00000000..69b9353c --- /dev/null +++ b/content/2023/07-12-box-ui-elements-v1810-released.md @@ -0,0 +1,42 @@ +--- +applied_at: '2023-07-12' +applies_to: + - frontend + - ui-elements +is_impactful: false +is_new_feature: true +release_source_url: 'https://github.com/box/box-ui-elements/releases/tag/v18.1.0' +collapse: true +--- + +# Box UI Elements `v18.1.0` released + +# [18.1.0][1] (2023-07-12) + +### Bug Fixes + +* **content-picker:** check share permission for default shared links ([#3371][2]) ([`2bb1ddb`][3]) +* **i18n:** update translations ([#3372][4]) ([`f01fd6d`][5]) +* **readme:** fix `langauge` typo ([#3373][6]) ([`50e7fe0`][7]) + +### Features + +* **uaa-integration:** Filter activity types for UAA ([#3369][8]) ([`b9d196f`][9]) + +[1]: https://github.com/box/box-ui-elements/compare/v18.0.0...v18.1.0 + +[2]: https://github.com/box/box-ui-elements/issues/3371 + +[3]: https://github.com/box/box-ui-elements/commit/2bb1ddb + +[4]: https://github.com/box/box-ui-elements/issues/3372 + +[5]: https://github.com/box/box-ui-elements/commit/f01fd6d + +[6]: https://github.com/box/box-ui-elements/issues/3373 + +[7]: https://github.com/box/box-ui-elements/commit/50e7fe0 + +[8]: https://github.com/box/box-ui-elements/issues/3369 + +[9]: https://github.com/box/box-ui-elements/commit/b9d196f