# 🎉 Node-RED 1.0.0-beta.2 released

**URL:** https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504
**Category:** News
**Created:** [24 May 2019 13:15 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504 "2019-05-24T13:15:39Z")
**Posts on this page:** 20
**Page:** 3

<div class="post-metadata">

### Author: ![pvanklink](https://avatars.discourse-cdn.com/v4/letter/p/bcef8e/32.png) [@pvanklink](https://discourse.nodered.org/u/pvanklink)
#### Post date: [30 May 2019 18:21 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/41 "2019-05-30T18:21:36Z")

</div>

that gives  
v8.11.1

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [30 May 2019 18:38 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/42 "2019-05-30T18:38:57Z")

</div>

Then the original upgrade script didn’t work. Please run it again and if possible share the output here

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [30 May 2019 18:45 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/43 "2019-05-30T18:45:51Z")

</div>

@pvanklink @dceejay can I ask this continues in a new thread on the forum? It isn't specific to the beta and I'd rather not fill this thread with debugging npm/pi installs.

---

<div class="post-metadata">

### Author: ![pvanklink](https://avatars.discourse-cdn.com/v4/letter/p/bcef8e/32.png) [@pvanklink](https://discourse.nodered.org/u/pvanklink)
#### Post date: [30 May 2019 18:56 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/44 "2019-05-30T18:56:38Z")

</div>

ok i did...

> [@Npm error when installing beta](https://discourse.nodered.org/t/npn-error-when-installing-beta/11710):
>
> Hi i installed node-red version v 0.20.5 on a raspberry pi 3b+ with the latest raspbian stretch desktop with this command: bash \<(curl -sL [https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered](https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered)) When i enter to upgrade to the latest beta: sudo npm install -g --unsafe-perm node-red@next i get: sudo: npm: opdracht niet gevonden i read that i had to specify @next, do i have to type something else, so what? @update Hi i installed node-red v…

---

<div class="post-metadata">

### Author: ![Andrei](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/andrei/32/10446_2.png) [@Andrei](https://discourse.nodered.org/u/Andrei)
#### Post date: [1 June 2019 19:08 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/45 "2019-06-01T19:08:53Z")

</div>

I noticed that the blue square indicator in the trigger node will appear only the very first time the trigger node receives a message (after it is deployed) and afterwards this indicator will no longer show up.

I added a **status** node and note that it always captures an `undefined` value from the trigger node.

Only now I saw that there was an issue reported for "Status icon not being drawn" but I don´t know if it is related.

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [2 June 2019 12:04 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/46 "2019-06-02T12:04:58Z")

</div>

Has anyone reported flows going missing with this version?

node -v v10.15.3  
npm -v 6.4.1  
node-red 1.0.0-beta.2  
Windows 10

I cant yet re-create this and have no logs or hard evidence other than empty tabs.

This installation is mostly play-time and development so I often paste in samples and import from the examples & rarely go back to the other tabs. However, I have noted now twice the tabs that previously had nodes on are now empty but the config nodes were left behind.

It may be some other external issue so I will try to re-create and feedback.

---

<div class="post-metadata">

### Author: ![marcusone](https://avatars.discourse-cdn.com/v4/letter/m/b5e925/32.png) [@marcusone](https://discourse.nodered.org/u/marcusone)
#### Post date: [11 June 2019 01:01 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/47 "2019-06-11T01:01:33Z")

</div>

any chance you could release a docker version of the beta? 🙂 would make testing much easier! Thanks! 😄

---

<div class="post-metadata">

### Author: ![rzacherl](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@rzacherl](https://discourse.nodered.org/u/rzacherl)
#### Post date: [11 June 2019 09:33 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/48 "2019-06-11T09:33:51Z")

</div>

Hello,  
I have a strange problem after migrating a couple of my flows to this beta build.  
I'm using TypeInputs which use a lib type (besides some others). The lib options values are displayed correctly in UI. However, if I change the selected value and deploy my changes, the value is not preserved and not handled correctly by the flow code.  
That's strange as it worked flawlessly in versions 0.18 and 0.20.

So I put some debugging code into the Node HTML file:

```auto
$("#node-input-workspaceRef").on("change", function(type, value) {
        node.workspaceRef = $("#node-input-workspaceRef").typedInput("value");
       alert(node.workspaceRef);
       ...

```

It turned out that the value of node.workspaceRef is empty as long as the lib type gets used. If I use a different one (e.g. str) then it works as expected.  
I have to admit that mit lib type options values are not plain strings but JSON objects of type  
`{label: "any label", value: "any value"}`  
Could that be the problem? Is support for this type of options values dropped. Or is it just broken in this beta build?

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [11 June 2019 09:37 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/49 "2019-06-11T09:37:40Z")

</div>

Hi @rzacherl - thanks for sharing. Nothing should have changed in this area, so something has broken. Could you send me some more specific details of how you have configured the TypedInput - in particular, an example of the custom type you've used?

---

<div class="post-metadata">

### Author: ![rzacherl](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@rzacherl](https://discourse.nodered.org/u/rzacherl)
#### Post date: [11 June 2019 10:06 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/50 "2019-06-11T10:06:43Z")

</div>

Sure.  
The TypedInput ist set up this way:

```auto
$("#node-input-workspaceRef").typedInput({
        default: node.workspaceRefType || "lib",
        types: ["msg", "str", "jsonata", node.workspaceRefLib]
});

```

node.workspaceRefLib is defined as:

```auto
node.workspaceRefLib = {
        value: "lib",
        label: "library",
        icon: "red/images/typedInput/az.png",
        options: node.allWorkspaceRefs.sort(sortByLabel)
};

```

node.allWorkspaceRefs is an array of JSON objects, like

```auto
[
       {label: "labe 1", value: "value 1"},
       {label: "labe 2", value: "value 2"},
      ...
       {label: "labe n", value: "value n"},
]

```

---

<div class="post-metadata">

### Author: ![rzacherl](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@rzacherl](https://discourse.nodered.org/u/rzacherl)
#### Post date: [11 June 2019 11:20 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/51 "2019-06-11T11:20:42Z")

</div>

In the meantime I got the impression that the on.change event for the TypedInput does not get triggered correctly. I changed my TI options values now to simple strings and still it doesn't work as in versions 0.18 and 0.20. However, as soon as I switch the TypedInput type to str it works.

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [11 June 2019 14:03 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/52 "2019-06-11T14:03:10Z")

</div>

Thanks for the details. I can confirm this has already been fixed in git for the next beta -

> [@knolleary](#):
>
> ✅ TypedInput is broken for Boolean type

---

<div class="post-metadata">

### Author: ![edorgeville](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/edorgeville/32/8588_2.png) [@edorgeville](https://discourse.nodered.org/u/edorgeville)
#### Post date: [11 June 2019 19:36 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/53 "2019-06-11T19:36:30Z")

</div>

> [@marcusone](#):
>
> any chance you could release a docker version of the beta?

+1 for a beta tag on the docker image!

---

<div class="post-metadata">

### Author: ![Andrei](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/andrei/32/10446_2.png) [@Andrei](https://discourse.nodered.org/u/Andrei)
#### Post date: [15 June 2019 22:44 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/54 "2019-06-15T22:44:49Z")

</div>

I wonder if someone else is facing this issue. Try a rule like below. The `Done` button will not work.

![e-002](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/6/672055792bbc468c027697d20f7d112e79d4aa03.png)

Error in console:

 ![e-001](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/b/be8f08d8ee468c50820a324c90939629613175f6.png)

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [15 June 2019 23:36 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/55 "2019-06-15T23:36:38Z")

</div>

Good spot:

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/6/664371cb14662c42fb269a7f04ad3fa2fa1c64f8.png)

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/3/3c6bcd3eee50f3729f44be43ec7068ed4e821164.png)

Not sure if this is relevant but the indentation around line 9541 seems off, not sure if that indicates an issue with incorrectly positioned brackets?

Also line 22449 has a `JSON.stringify` that isn't inside a try-catch block which experience shows can often be fragile.

---

<div class="post-metadata">

### Author: ![dynamicdave](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dynamicdave/32/96_2.png) [@dynamicdave](https://discourse.nodered.org/u/dynamicdave)
#### Post date: [18 June 2019 17:40 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/56 "2019-06-18T17:40:18Z")

</div>

I've been using NR v1.0.0-beta.2 for some time.

Just tried to use a 'Change' node to set something to boolean 'false'.

Although I've made a change to the flow, the 'Deploy' button doesn't become active (eg. red)  
The action doesn't seem to work - keeps going back to boolean 'true'.

Regards - David

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [18 June 2019 17:45 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/57 "2019-06-18T17:45:23Z")

</div>

Already fixed. [🎉 Node-RED 1.0.0-beta.2 released](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/52)

Next beta coming later this week.

---

<div class="post-metadata">

### Author: ![dynamicdave](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dynamicdave/32/96_2.png) [@dynamicdave](https://discourse.nodered.org/u/dynamicdave)
#### Post date: [18 June 2019 17:46 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/58 "2019-06-18T17:46:46Z")

</div>

Thanks Nick for the swift response (I thought it was me going 'crazy' not being able to use a 'change' node !!!!).

---

<div class="post-metadata">

### Author: ![fangzhu](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/fangzhu/32/5796_2.png) [@fangzhu](https://discourse.nodered.org/u/fangzhu)
#### Post date: [26 June 2019 08:12 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/59 "2019-06-26T08:12:50Z")

</div>

The new export/import dialog and flow list function are so nice. Thanks for the effort to make them happen! They will increase a lot of productivity.  
I have a small question about export/import function that I always had. After importing to a "new flow", the editor will automatically copy/create a new flow and append the tab at the end with the same flow name. I wonder why we don't give it a new name (automatically add copied or let user to give it a name). And maybe after import, the editor should change the focus to the newly imported flow? or at least to add a blue triangle on the tab so that user knows it is new and not deployed?

---

<div class="post-metadata">

### Author: ![nileio](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/nileio/32/9444_2.png) [@nileio](https://discourse.nodered.org/u/nileio)
#### Post date: [26 June 2019 11:50 UTC](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504/60 "2019-06-26T11:50:15Z")

</div>

could this possibly be related to the issue I raised earlier before around TypedInput change events?

> <https://github.com/node-red/node-red/issues/2179>

[Previous page](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504.md?page=2)

[Next page](https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504.md?page=4)
