Release 2.3.0 (#4412)

- move user-preferences to edit submenu
- unify user preferences with other forms
- use light fieldset for all user-edit-forms
- support offcanvas elements
- allow to dynamically inject toolbar buttons (via plugins)
- use interface for formatting dates
- improve docker issue template
- bump version and composer packages
This commit is contained in:
Kevin Papst
2023-11-08 22:30:22 +01:00
committed by GitHub
parent 7034066de9
commit 6a828cc9bd
22 changed files with 111 additions and 120 deletions

View File

@@ -18,25 +18,16 @@ body:
validations:
required: true
- type: textarea
id: image
id: environment
attributes:
label: Describe your setup (OS, Docker versions)
description: >
- OS: [e.g. Linux, Windows, Mac]
- Docker version: [e.g. 19.03.2]
- Docker compose version: [e.g. 1.21.0]
validations:
required: true
- type: textarea
id: command
attributes:
label: Command used to run the container
description: e.g. docker run -v ....
- type: textarea
id: compose
attributes:
label: Docker compose file (redact your credentials)
label: Describe your setup and add your Docker compose file (redact your credentials)
description: >
Your working environment:
- OS: [e.g. Linux, Windows, Mac]
- Docker version: [e.g. 19.03.2]
- Docker compose version: [e.g. 1.21.0]
Docker compose file:
```yaml
version: '3.5'
services:
@@ -44,3 +35,8 @@ body:
```
validations:
required: true
- type: input
id: command
attributes:
label: Command used to run the container
description: e.g. docker run -v ....