Skip to content

Commit

Permalink
@box/box-ui-elements v18.1.0 release note (#304)
Browse files Browse the repository at this point in the history
* @box/box-ui-elements v18.1.0 release note

* Fix frontmatter

* fix spelling errors

---------

Co-authored-by: Barbara Czyż <[email protected]>
  • Loading branch information
box-devrel and bszwarc authored Jul 31, 2023
1 parent 127bdf8 commit 270650d
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,5 @@ clickjacking
ci
css
deps
uaa-integration
uaa-integration
readme
2 changes: 2 additions & 0 deletions code/src/scripts/new-release-from-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ const run = async () => {
`android`,
`sdks`,
`guides`
`frontend`
`ui-elements`
],
validate: (list) => list.length > 0
},
Expand Down
4 changes: 3 additions & 1 deletion code/src/tests/checkFrontmatter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ files.forEach(source => {
'salesforce',
'reports',
'guides',
'other'
'other',
'frontend',
'ui-elements'
])
})
})
Expand Down
42 changes: 42 additions & 0 deletions content/2023/07-12-box-ui-elements-v1810-released.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 270650d

Please sign in to comment.