Skip to content

Commit

Permalink
GN-4800: Bump appuniversum to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
dkozickis committed Apr 23, 2024
1 parent cf95257 commit 4da56f3
Show file tree
Hide file tree
Showing 7 changed files with 424 additions and 371 deletions.
17 changes: 17 additions & 0 deletions .changeset/afraid-tools-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
"frontend-gelinkt-notuleren": minor
---

GN-4800: Bump `@appuniversum/ember-appuniversum` to `3.4.1`

* Bump `@appuniversum/ember-appuniversum` to `3.4.1`

* Update breaking changes, mainly removing two-way binding from `AuTextarea` and `AuInput` components.
* Change how `appuniversum` SCSS is imported in the app.
* Add a key to `AuDatePicker` localisation.


* Bump `@lblod/ember-rdfa-editor-lblod-plugins` to `17.0.0`
* Bump `@lblod/ember-environment-banner` to `0.5.0`


1 change: 1 addition & 0 deletions app/components/date-time-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export default class DateTimePicker extends Component {
dayNames: getLocalizedDays(this.intl),
monthNames: getLocalizedMonths(this.intl),
monthNamesShort: getLocalizedMonths(this.intl, 'short'),
placeholder: this.intl.t('au-date-picker.placeholder'),
};
}

Expand Down
4 changes: 0 additions & 4 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ const envIsProduction = process.env.EMBER_ENV === 'production';

module.exports = function (defaults) {
let app = new EmberApp(defaults, {
'@appuniversum/ember-appuniversum': {
disableWormholeElement: true,
dutchDatePickerLocalization: true,
},
'ember-simple-auth': {
useSessionSetupMethod: true,
},
Expand Down
Loading

0 comments on commit 4da56f3

Please sign in to comment.