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

Commit

Permalink
Release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 4, 2023
1 parent dca43e1 commit 5fa02c6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@


# [1.10.0](https://github.com/nsf-open/ember-ui-foundation/compare/1.9.0...1.10.0) (2023-01-04)


### Bug Fixes

* export htmlSafe from @ember/template ([4c7d27f](https://github.com/nsf-open/ember-ui-foundation/commit/4c7d27fe72a7c4f2413f1f212932b02c3fdf5062))
* remove "topLevelApp" check when building ([53d69bc](https://github.com/nsf-open/ember-ui-foundation/commit/53d69bcd23c44e8f7602c4f109606668a124040f))


### Features

* ability to set th and td class names in a UiTable column definition ([75606ac](https://github.com/nsf-open/ember-ui-foundation/commit/75606ac974b3c74777688a595d715c1303237de2))
* add "hideWhenEmpty" option to UiPager navbar ([563de37](https://github.com/nsf-open/ember-ui-foundation/commit/563de3755b51a22c79054107cd201652a6b2fad5))
* UiFilter reset button only shows when there is something to reset ([cb406f9](https://github.com/nsf-open/ember-ui-foundation/commit/cb406f993ea94bfc75bf0e22edbc6c3c57bf939b))

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


Expand Down
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.9.0",
"version": "1.10.0",
"description": "The starting point for Ember Application UI libraries at NSF.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 5fa02c6

Please sign in to comment.