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

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 29, 2022
1 parent 48a3589 commit 7dbbac8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@


# [1.9.0](https://github.com/nsf-open/ember-ui-foundation/compare/1.8.4...1.9.0) (2022-12-29)


### Features

* ability to control whether outside clicks will close a click-triggered contextual container ([8cb00d5](https://github.com/nsf-open/ember-ui-foundation/commit/8cb00d5ebe56b21a96244de39ebbc172085654b5))
* ability to provide a separate "title" block of content to a contextual-container ([7ad4f24](https://github.com/nsf-open/ember-ui-foundation/commit/7ad4f24b9144216e1559a015d04a77218af29360))
* contextual-container changes uses section/header tags when a title is provided ([b287187](https://github.com/nsf-open/ember-ui-foundation/commit/b287187ccf93c66c5d6f598f10fce692ed7c036c))
* introduce UiPopover component ([a5d7fcf](https://github.com/nsf-open/ember-ui-foundation/commit/a5d7fcfd9550edcfe358bb2712c33b2f9682ad7c))
* UiPopover focusable content can be tabbed through ([a117aa9](https://github.com/nsf-open/ember-ui-foundation/commit/a117aa962e345118eec8ffa80eb2eea748f8fd3c))
* UiPopover receives a close button in its flyout by default ([cdfbb71](https://github.com/nsf-open/ember-ui-foundation/commit/cdfbb7114e23ab7e06d335969196afa33247fc5b))
* UiPopper can have its root HTML tag customized ([8771603](https://github.com/nsf-open/ember-ui-foundation/commit/877160353971335ceadd487dabfb4f2cfa96a3ed))

## [1.8.4](https://github.com/nsf-open/ember-ui-foundation/compare/1.8.3...1.8.4) (2022-12-22)

## 1.8.3 (2022-12-22)
Expand Down Expand Up @@ -188,4 +203,4 @@ All notable changes to this project will be documented in this file. See [standa
* ui-icon component and test ([80c86c5](https://github.com/nsf-open/ember-ui-foundation/commit/80c86c53c07a3a7d883913734ed2cda7d8743a9c))
* ui-inline-text-icon-layout component and test ([3fa4228](https://github.com/nsf-open/ember-ui-foundation/commit/3fa4228910f130ee99cc9e54e7c23b5e82b20366))
* ui-popper component and test ([33b8c99](https://github.com/nsf-open/ember-ui-foundation/commit/33b8c9990dd0e2fb0de799f137d47fff050f690c))
* ui-tabs component and test ([c520e8f](https://github.com/nsf-open/ember-ui-foundation/commit/c520e8f07022efc96df13e1c7dadedc467424645))
* ui-tabs component and test ([c520e8f](https://github.com/nsf-open/ember-ui-foundation/commit/c520e8f07022efc96df13e1c7dadedc467424645))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nsf-open/ember-ui-foundation",
"version": "1.8.4",
"version": "1.9.0",
"description": "The starting point for Ember Application UI libraries at NSF.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 7dbbac8

Please sign in to comment.