Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Windvis committed Feb 16, 2024
1 parent 0916aec commit e007248
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@


## v3.1.0 (2024-02-16)

#### :rocket: Enhancement
* [#469](https://github.com/appuniversum/ember-appuniversum/pull/469) Add an `isOpenInitially` argument to the `AuAccordion` component ([@Windvis](https://github.com/Windvis))
* [#464](https://github.com/appuniversum/ember-appuniversum/pull/464) `AuLoader` updates ([@Windvis](https://github.com/Windvis))
* [#465](https://github.com/appuniversum/ember-appuniversum/pull/465) Fix the responsive flex utilities ([@Windvis](https://github.com/Windvis))

#### :bug: Bug Fix
* [#467](https://github.com/appuniversum/ember-appuniversum/pull/467) Fix a FastBoot issue caused by inputmask ([@Windvis](https://github.com/Windvis))

#### :house: Internal
* [#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))
* ⚠️ 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.
* [#463](https://github.com/appuniversum/ember-appuniversum/pull/463) Partial TypeScript conversion ([@Windvis](https://github.com/Windvis))

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


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

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.0.0",
"version": "3.1.0",
"description": "Ember addon wrapping the appuniversum components.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit e007248

Please sign in to comment.