Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 7dbbac8

Browse files
Release 1.9.0
1 parent 48a3589 commit 7dbbac8

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2+
3+
# [1.9.0](https://github.com/nsf-open/ember-ui-foundation/compare/1.8.4...1.9.0) (2022-12-29)
4+
5+
6+
### Features
7+
8+
* ability to control whether outside clicks will close a click-triggered contextual container ([8cb00d5](https://github.com/nsf-open/ember-ui-foundation/commit/8cb00d5ebe56b21a96244de39ebbc172085654b5))
9+
* ability to provide a separate "title" block of content to a contextual-container ([7ad4f24](https://github.com/nsf-open/ember-ui-foundation/commit/7ad4f24b9144216e1559a015d04a77218af29360))
10+
* contextual-container changes uses section/header tags when a title is provided ([b287187](https://github.com/nsf-open/ember-ui-foundation/commit/b287187ccf93c66c5d6f598f10fce692ed7c036c))
11+
* introduce UiPopover component ([a5d7fcf](https://github.com/nsf-open/ember-ui-foundation/commit/a5d7fcfd9550edcfe358bb2712c33b2f9682ad7c))
12+
* UiPopover focusable content can be tabbed through ([a117aa9](https://github.com/nsf-open/ember-ui-foundation/commit/a117aa962e345118eec8ffa80eb2eea748f8fd3c))
13+
* UiPopover receives a close button in its flyout by default ([cdfbb71](https://github.com/nsf-open/ember-ui-foundation/commit/cdfbb7114e23ab7e06d335969196afa33247fc5b))
14+
* UiPopper can have its root HTML tag customized ([8771603](https://github.com/nsf-open/ember-ui-foundation/commit/877160353971335ceadd487dabfb4f2cfa96a3ed))
15+
116
## [1.8.4](https://github.com/nsf-open/ember-ui-foundation/compare/1.8.3...1.8.4) (2022-12-22)
217

318
## 1.8.3 (2022-12-22)
@@ -188,4 +203,4 @@ All notable changes to this project will be documented in this file. See [standa
188203
* ui-icon component and test ([80c86c5](https://github.com/nsf-open/ember-ui-foundation/commit/80c86c53c07a3a7d883913734ed2cda7d8743a9c))
189204
* ui-inline-text-icon-layout component and test ([3fa4228](https://github.com/nsf-open/ember-ui-foundation/commit/3fa4228910f130ee99cc9e54e7c23b5e82b20366))
190205
* ui-popper component and test ([33b8c99](https://github.com/nsf-open/ember-ui-foundation/commit/33b8c9990dd0e2fb0de799f137d47fff050f690c))
191-
* ui-tabs component and test ([c520e8f](https://github.com/nsf-open/ember-ui-foundation/commit/c520e8f07022efc96df13e1c7dadedc467424645))
206+
* ui-tabs component and test ([c520e8f](https://github.com/nsf-open/ember-ui-foundation/commit/c520e8f07022efc96df13e1c7dadedc467424645))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nsf-open/ember-ui-foundation",
3-
"version": "1.8.4",
3+
"version": "1.9.0",
44
"description": "The starting point for Ember Application UI libraries at NSF.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)