Skip to content

Commit

Permalink
Release 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Windvis committed Nov 12, 2024
1 parent 4a2e126 commit d859707
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@




## v3.7.0 (2024-11-12)

#### :rocket: Enhancement
* [#526](https://github.com/appuniversum/ember-appuniversum/pull/526) Add support for hiding the pagination in the `AuDataTable` component ([@Windvis](https://github.com/Windvis))
* [#525](https://github.com/appuniversum/ember-appuniversum/pull/525) Resolve action helper/modifier deprecations ([@Windvis](https://github.com/Windvis))
* [#524](https://github.com/appuniversum/ember-appuniversum/pull/524) Add a `@newTab` argument to the `AuLinkExternal` component ([@Windvis](https://github.com/Windvis))
* [#514](https://github.com/appuniversum/ember-appuniversum/pull/514) Add a `au-u-height-full` utility ([@Windvis](https://github.com/Windvis))
* [#512](https://github.com/appuniversum/ember-appuniversum/pull/512) Add support for ember-concurrency v4 and ember-power-select v8 ([@Windvis](https://github.com/Windvis))

#### :bug: Bug Fix
* [#515](https://github.com/appuniversum/ember-appuniversum/pull/515) Fix some whitespace issues ([@Windvis](https://github.com/Windvis))
* [#513](https://github.com/appuniversum/ember-appuniversum/pull/513) Fix a PowerSelect outline issue ([@Windvis](https://github.com/Windvis))

#### :house: Internal
* [#522](https://github.com/appuniversum/ember-appuniversum/pull/522) Update to the Ember v5.12 blueprint ([@Windvis](https://github.com/Windvis))
* [#521](https://github.com/appuniversum/ember-appuniversum/pull/521) Update to eslint 9 ([@Windvis](https://github.com/Windvis))
* [#517](https://github.com/appuniversum/ember-appuniversum/pull/517) Update to inputmask v5.0.9 ([@Windvis](https://github.com/Windvis))
* [#516](https://github.com/appuniversum/ember-appuniversum/pull/516) Remove our ember-template-tag TS workaround ([@Windvis](https://github.com/Windvis))

#### Committers: 1
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))


## v3.6.0 (2024-09-06)

#### :rocket: Enhancement
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": "@appuniversum/ember-appuniversum",
"version": "3.6.0",
"version": "3.7.0",
"description": "Ember addon wrapping the appuniversum components.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit d859707

Please sign in to comment.