Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/enable acmidm switch #193

Merged
merged 2 commits into from
Sep 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@



## 2.16.0 (2021-09-17)

#### :rocket: Enhancement
* [#182](https://github.com/lblod/frontend-gelinkt-notuleren/pull/182) added agendapoint position to the select and the search ([@lagartoverde](https://github.com/lagartoverde))
* [#191](https://github.com/lblod/frontend-gelinkt-notuleren/pull/191) improved flow for creating agendapoints ([@nvdk](https://github.com/nvdk))

#### :bug: Bug Fix
* [#188](https://github.com/lblod/frontend-gelinkt-notuleren/pull/188) correctly delete vote ([@nvdk](https://github.com/nvdk))
* [#192](https://github.com/lblod/frontend-gelinkt-notuleren/pull/192) Fix typo in outro component ([@lagartoverde](https://github.com/lagartoverde))
* [#190](https://github.com/lblod/frontend-gelinkt-notuleren/pull/190) added attachment counter to ap edit route, fixed bug with undefined length ([@Asergey91](https://github.com/Asergey91))
* [#187](https://github.com/lblod/frontend-gelinkt-notuleren/pull/187) Bugfix/missing router config for switch login route ([@nvdk](https://github.com/nvdk))

#### :house: Internal
* [#189](https://github.com/lblod/frontend-gelinkt-notuleren/pull/189) use generator methods instead of fields in vote modal ([@nvdk](https://github.com/nvdk))
* [#185](https://github.com/lblod/frontend-gelinkt-notuleren/pull/185) use au-file-upload from appuniversum ([@nvdk](https://github.com/nvdk))

#### Committers: 3
- Niels V ([@nvdk](https://github.com/nvdk))
- Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde))
- Sergey Andreev ([@Asergey91](https://github.com/Asergey91))

## 2.15.0 (2021-09-14)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = function (environment) {
'language-select': false,
'editor-html-paste': true,
'editor-extended-html-paste': true,
'acmidm-switch': false,
'acmidm-switch': true,
'attachments': false
},
browserUpdate: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend-gelinkt-notuleren",
"version": "2.15.0",
"version": "2.16.0",
"private": true,
"description": "Ember frontend of the Gelinkt Notuleren application",
"repository": {
Expand Down