Skip to content

2.1.0: Milestone Release

Compare
Choose a tag to compare
@knolleary knolleary released this 21 Oct 10:15
· 1935 commits to master since this release
21304a6

2.1.0: Milestone Release

Editor

  • Position popover properly on a scrolled page
  • Fixes from 2.1.0-beta.2 (#3202) @knolleary

Nodes

  • Link Out: Fix saving link out node links (#3201) @knolleary
  • Switch: Refix #3170 - copy switch rule type when adding new rule
  • TCP Request: Add string option to TCP request node output (#3204) @dceejay

2.1.0-beta.2: Beta Release

Editor

Runtime

  • Update package dependencies
  • Update to latest node-red-admin

Nodes

  • Dynamic MQTT connections (#3189)
  • Link: Filter out Link Out Return nodes in Link In edit dialog Fixes #3187
  • Link: Fix link call label (#3200) @knolleary
  • Debug: Redesign debug filter options and make them persistant (#3183) @knolleary
  • Inject: Widen Inject interval box for >1 digit (#3184) @knolleary
  • Switch: Fix rule focus when switch 'otherwise' rule is used (#3185) @knolleary

2.1.0-beta.1: Beta Release

Editor

  • Add Tour Guide component (#3136) @knolleary
  • Allow tabs to be hidden (#3120) @knolleary
  • Add align actions to editor (#3110) @knolleary
  • Add support of environment variable for tab & group (#3112) @HiroyasuNishiyama
  • Add autoComplete widget and add to TypedInput for msg. props (#3171) @knolleary
  • Render node documentation to node-red style guide when written in markdown. (#3169) @Steve-Mcl
  • Allow colouring of tab icon svg (#3140) @harmonic7
  • Restore tab selection after merging conflicts (#3151) @GerwinvBeek
  • Fix serving of theme files on Windows (#3154) @knolleary
  • Ensure config-node select inherits width properly from input (#3155) @knolleary
  • Do better remembering TypedInput values whilst switching types (#3159) @knolleary
  • Update monaco to 0.28.1 (#3153) @knolleary
  • Improve themeing of tourGuide (#3161) @knolleary
  • Allow a node to specify a filter for the config nodes it can pick from (#3160) @knolleary
  • Allow RED.notify.update to modify any notification setting (#3163) @knolleary
  • Fix typo in ko editor.json Fixes #3119
  • Improve RED.actions api to ensure actions cannot be overridden
  • Ensure treeList row has suitable min-height when no content Fixes #3109
  • Refactor edit dialogs to use separate edit panes
  • Ensure type select button is not focussable when TypedInput only has one type
  • Place close tab link in front of fade

Runtime

Nodes

  • Change: Add option to deep-clone properties in Change node (#3156) @knolleary
  • Delay: Add push to front of rate limit queue. (#3069) @dceejay
  • File: Add paletteLabel to file nodes to make read/write more obvious (#3157) @knolleary
  • HTTP Request: Extend HTTP request node to log detailed timing information (#3116) @k-toumura
  • HTTP Response: Fix sizing of HTTP Response header fields (#3164) @knolleary
  • Join: Support for msg.restartTimeout (#3121) @magma1447
  • Link Call: Add Link Call node (#3152) @knolleary
  • Switch: Copy previous rule type when adding rule to switch node (#3170) @knolleary
  • Delay node: add option to send intermediate messages on separate output (#3166) @knolleary
  • Typo in http request set method translation (#3173) @mailsvb