From e7fe8557f178f57e0883ee171071047ffa4e5e01 Mon Sep 17 00:00:00 2001
From: Adam Procter <adamprocter@researchnot.es>
Date: Sat, 19 Sep 2020 13:32:20 +0100
Subject: [PATCH] Draw Connections !

Dynamically draw connections quickly between nodes all using one component and pixijs.

Minor fixes to Onboarding, focus and enter keybuttons.
---
 CHANGELOG.md     | 9 +++++++++
 app/package.json | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1a3725d..f060163 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# 0.1.23
+
+_19th September 2020_
+
+### Changed
+
+- Connections now draw a little more dynamically and all code in ConnectionsLayer Component
+- Fixed Onboard text field focus and enter keyboard shortcut on Onboarding now works
+
 # 0.1.22
 
 _29th August 2020_
diff --git a/app/package.json b/app/package.json
index 07ef2a0..8a147e5 100644
--- a/app/package.json
+++ b/app/package.json
@@ -1,6 +1,6 @@
 {
   "name": "nodenogg.in",
-  "version": "0.1.22",
+  "version": "0.1.23",
   "private": true,
   "scripts": {
     "serve": "vue-cli-service serve",
-- 
GitLab