diff --git a/docs/release-notes-editor.txt b/docs/release-notes-editor.txt
index 602369f5eab616a4121c8f731ed74bf03ae50ca7..f0b6f0990b42d9ee982821e86d23d7efbc5c375a 100644
--- a/docs/release-notes-editor.txt
+++ b/docs/release-notes-editor.txt
@@ -1,5 +1,30 @@
 Editor
 ======
+1.19.0
+ - Implement fixedSize for all elements
+ - Add long dash to TextEditor special characters
+ - Remove border style 'hidden' from frame element
+   This makes styling the element harder and the same can be achieved by
+   setting the border width to 0.
+ - Add TextEditor button for toggle-button in cloze element
+   And improve tooltips for the cloze buttons.
+ - Make dropLists always start with a min-height
+   This makes the list not collapse when used in dynamic context.
+ - Fix element multiselection
+   - Selecting multiple elements in dynamic mode no longer bugs out making
+     further editing impossible.
+   - Now correctly keeps the selection after moving multiple elements on
+     the (static) canvas.
+   - Fix element alignment
+ - Fix sizing property panel
+   - Always show z-index
+   - Only show alignment buttons in static mode
+ - Change color defaults:
+   dropList elements: #c9e0e0
+   dropList background: #f4f4f2
+   dropList highlight: #006064
+   likert line color: #c9e0e0
+
 1.18.0
  - Add image feature to TextEditor
    Images are always inline and scaled down to the font size (of the text
diff --git a/package.json b/package.json
index a62241f7093b8dfba3b4b388a2ceafc74dc6269d..2df35d72c0144c62ba1d8a6cd1a2f723f9cad6e6 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "verona-modules-aspect",
   "config": {
     "player_version": "1.12.0",
-    "editor_version": "1.18.0"
+    "editor_version": "1.19.0"
   },
   "scripts": {
     "ng": "ng",