Skip to content

Commit e15d844

Browse files
committed
1.2.0
1 parent d146a96 commit e15d844

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## [1.2.0] - 2023-02-11
7+
8+
### Features
9+
- Support output of previous persisted value into a configurable `msg` property.
10+
11+
### Improvements
12+
- Editor: Tip showing the actual context variable name.
13+
- Editor: CSS
14+
15+
### Fixes
16+
- The configured 'Block Further Flow Processing' rule is not loaded into the editor.
17+
On second edit of the node the default rule '==' is stored again.
18+
Only relevant if rule `!=` is used.
19+
Workaround: Select the rule `!=` always before saving modified nodes.
20+
21+
622
## [1.1.1] - 2023-02-05
723

824
### Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waldbaer/node-red-persistent-values",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "A user-friendly abstraction of the Node-RED context stores.",
55
"author": "waldbaer",
66
"license": "MIT",

0 commit comments

Comments
 (0)