Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit be4fc72

Browse files
authored
Merge pull request #309 from nzzdev/release-6.4.5
Release v6.4.5
2 parents 39b236e + 7ee86a7 commit be4fc72

13 files changed

Lines changed: 1362 additions & 661 deletions

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.DS_Store
22
node_modules
3+
dev.js

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12
1+
16

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ cache:
1111
before_install:
1212
- npm install -g jspm
1313
- npm install -g gulp
14-
- jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN
1514
install:
1615
- npm install
1716
before_script:

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 6.4.5 (08.12.2021)
2+
3+
- fix: (aurelia-dialog) don't close the dialog window when clicking outside of it
4+
5+
# 6.4.4 (26.08.2021)
6+
7+
- fix: (schema-editor-table) The conversion from comma to point now only applies to numeric values (before strings with numeric values in them were also affected).
8+
9+
# 6.4.3 (25.08.2021)
10+
11+
- fix: (files) Multiple uploaded files can now properly be deleted
12+
13+
# 6.4.2 (25.08.2021)
14+
15+
- fix: (notifications) Notifications are now correctly sorted by their given priority (0 = lowest priority, 10 = highest priority)
16+
117
# 6.4.1 (12.05.2021)
218

319
- fix: (schema-editor-number) Prevent value change on wheel event

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use latest version of Node as the base image
2-
FROM node:12
2+
FROM node:16
33

44
# Set work directory for run/cmd
55
WORKDIR /app

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Q Editor [![Build Status](https://travis-ci.com/nzzdev/Q-editor.svg?branch=dev)](https://travis-ci.com/nzzdev/Q-editor)
22

3-
**Maintainer**: [manuelroth](https://github.com/manuelroth)
3+
**Maintainer**: [Nicolas Staub](https://github.com/fromdusttilldawn)
44

55
This is the editor for the Q Toolbox. To make use of Q editor you will also need a [Q server](https://nzzdev.github.io/Q-server/).
66
Here you find some technical documentation to get your own Q editor running.

client/config.js

Lines changed: 921 additions & 1 deletion
Large diffs are not rendered by default.

client/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"gulp-sourcemaps": "^2.6.5",
2323
"jasmine-core": "^3.9.0",
2424
"jspm": "^0.16.55",
25-
"jspm-github": "^0.13.21",
25+
"jspm-github": "^0.13.26",
2626
"karma": "^4.4.1",
2727
"karma-babel-preprocessor": "^8.0.1",
2828
"karma-chrome-launcher": "^3.1.0",

0 commit comments

Comments
 (0)