Skip to content

Commit e007248

Browse files
committed
Release 3.1.0
1 parent 0916aec commit e007248

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11

22

3+
## v3.1.0 (2024-02-16)
4+
5+
#### :rocket: Enhancement
6+
* [#469](https://github.com/appuniversum/ember-appuniversum/pull/469) Add an `isOpenInitially` argument to the `AuAccordion` component ([@Windvis](https://github.com/Windvis))
7+
* [#464](https://github.com/appuniversum/ember-appuniversum/pull/464) `AuLoader` updates ([@Windvis](https://github.com/Windvis))
8+
* [#465](https://github.com/appuniversum/ember-appuniversum/pull/465) Fix the responsive flex utilities ([@Windvis](https://github.com/Windvis))
9+
10+
#### :bug: Bug Fix
11+
* [#467](https://github.com/appuniversum/ember-appuniversum/pull/467) Fix a FastBoot issue caused by inputmask ([@Windvis](https://github.com/Windvis))
12+
13+
#### :house: Internal
14+
* [#468](https://github.com/appuniversum/ember-appuniversum/pull/468) Replace the `@zestia/ember-auto-focus` addon with a simple custom modifier ([@Windvis](https://github.com/Windvis))
15+
* ⚠️ If you are using the `{{auto-focus}}` modifier, be sure to check that you have `@zestia/ember-auto-focus` installed in your app as well. You might have accidentally been depending on the one bundled with ember-appuniversum.
16+
* [#463](https://github.com/appuniversum/ember-appuniversum/pull/463) Partial TypeScript conversion ([@Windvis](https://github.com/Windvis))
17+
18+
#### Committers: 1
19+
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))
20+
321

422
## v3.0.0 (2024-01-12)
523

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.0.0",
3+
"version": "3.1.0",
44
"description": "Ember addon wrapping the appuniversum components.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)