Update for 1.3.3

This commit is contained in:
Nick O'Leary
2021-04-20 11:06:23 +01:00
parent 9eb668ab30
commit 0e06da6c63
9 changed files with 38 additions and 18 deletions

View File

@@ -1,5 +1,25 @@
### 1.3.2: Maintenance Release
### 1.3.3: Maintenance Release
Editor
- Fix package semver comparison to allow >1 version increment
- Prevent TypedInput label overflowing element Fixes #2941
- Remove TypedInput from tab focus when only one type available
- Make typedInput.disable more consistent in behaviour Fixes #2942
- Fix project credential secret reset handling Part of #2868
Runtime
- Export package version in Grunt file so docs template can access
Nodes
- CSV: ensure CSV node can send false as string
- HTTPIn: handle application/x-protobuf as Buffer type (#2935 #2938) @hardillb
- MQTT: Ensure mqtt-close message is published when closing mqtt nodes
### 1.3.2: Maintenance Release
Runtime
- Handle package.json without dependencies section