From e15d84452b94f40f17d228793cb94d1dfe1848d7 Mon Sep 17 00:00:00 2001 From: Sebastian Waldvogel Date: Sat, 11 Feb 2023 00:34:43 +0100 Subject: [PATCH] 1.2.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1789969..59230a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. +## [1.2.0] - 2023-02-11 + +### Features +- Support output of previous persisted value into a configurable `msg` property. + +### Improvements +- Editor: Tip showing the actual context variable name. +- Editor: CSS + +### Fixes +- The configured 'Block Further Flow Processing' rule is not loaded into the editor. + On second edit of the node the default rule '==' is stored again. + Only relevant if rule `!=` is used. + Workaround: Select the rule `!=` always before saving modified nodes. + + ## [1.1.1] - 2023-02-05 ### Fixes diff --git a/package.json b/package.json index d6db7ad..fd3e2de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@waldbaer/node-red-persistent-values", - "version": "1.1.1", + "version": "1.2.0", "description": "A user-friendly abstraction of the Node-RED context stores.", "author": "waldbaer", "license": "MIT",