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

Commit 5fa02c6

Browse files
Release 1.10.0
1 parent dca43e1 commit 5fa02c6

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11

22

3+
# [1.10.0](https://github.com/nsf-open/ember-ui-foundation/compare/1.9.0...1.10.0) (2023-01-04)
4+
5+
6+
### Bug Fixes
7+
8+
* export htmlSafe from @ember/template ([4c7d27f](https://github.com/nsf-open/ember-ui-foundation/commit/4c7d27fe72a7c4f2413f1f212932b02c3fdf5062))
9+
* remove "topLevelApp" check when building ([53d69bc](https://github.com/nsf-open/ember-ui-foundation/commit/53d69bcd23c44e8f7602c4f109606668a124040f))
10+
11+
12+
### Features
13+
14+
* ability to set th and td class names in a UiTable column definition ([75606ac](https://github.com/nsf-open/ember-ui-foundation/commit/75606ac974b3c74777688a595d715c1303237de2))
15+
* add "hideWhenEmpty" option to UiPager navbar ([563de37](https://github.com/nsf-open/ember-ui-foundation/commit/563de3755b51a22c79054107cd201652a6b2fad5))
16+
* UiFilter reset button only shows when there is something to reset ([cb406f9](https://github.com/nsf-open/ember-ui-foundation/commit/cb406f993ea94bfc75bf0e22edbc6c3c57bf939b))
17+
318
# [1.9.0](https://github.com/nsf-open/ember-ui-foundation/compare/1.8.4...1.9.0) (2022-12-29)
419

520

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

0 commit comments

Comments
 (0)