File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
5
5
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
+
6
22
## [ 1.1.1] - 2023-02-05
7
23
8
24
### Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waldbaer/node-red-persistent-values" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " A user-friendly abstraction of the Node-RED context stores." ,
5
5
"author" : " waldbaer" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments