Skip to content

Commit d859707

Browse files
committed
Release 3.7.0
1 parent 4a2e126 commit d859707

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33

44

55

6+
7+
## v3.7.0 (2024-11-12)
8+
9+
#### :rocket: Enhancement
10+
* [#526](https://github.com/appuniversum/ember-appuniversum/pull/526) Add support for hiding the pagination in the `AuDataTable` component ([@Windvis](https://github.com/Windvis))
11+
* [#525](https://github.com/appuniversum/ember-appuniversum/pull/525) Resolve action helper/modifier deprecations ([@Windvis](https://github.com/Windvis))
12+
* [#524](https://github.com/appuniversum/ember-appuniversum/pull/524) Add a `@newTab` argument to the `AuLinkExternal` component ([@Windvis](https://github.com/Windvis))
13+
* [#514](https://github.com/appuniversum/ember-appuniversum/pull/514) Add a `au-u-height-full` utility ([@Windvis](https://github.com/Windvis))
14+
* [#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))
15+
16+
#### :bug: Bug Fix
17+
* [#515](https://github.com/appuniversum/ember-appuniversum/pull/515) Fix some whitespace issues ([@Windvis](https://github.com/Windvis))
18+
* [#513](https://github.com/appuniversum/ember-appuniversum/pull/513) Fix a PowerSelect outline issue ([@Windvis](https://github.com/Windvis))
19+
20+
#### :house: Internal
21+
* [#522](https://github.com/appuniversum/ember-appuniversum/pull/522) Update to the Ember v5.12 blueprint ([@Windvis](https://github.com/Windvis))
22+
* [#521](https://github.com/appuniversum/ember-appuniversum/pull/521) Update to eslint 9 ([@Windvis](https://github.com/Windvis))
23+
* [#517](https://github.com/appuniversum/ember-appuniversum/pull/517) Update to inputmask v5.0.9 ([@Windvis](https://github.com/Windvis))
24+
* [#516](https://github.com/appuniversum/ember-appuniversum/pull/516) Remove our ember-template-tag TS workaround ([@Windvis](https://github.com/Windvis))
25+
26+
#### Committers: 1
27+
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))
28+
29+
630
## v3.6.0 (2024-09-06)
731

832
#### :rocket: Enhancement

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appuniversum/ember-appuniversum",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
44
"description": "Ember addon wrapping the appuniversum components.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)