webix 2.1 - Bug - multiview - addView

Hi,
Is this a bug?

webix.protoUI({
	name:"multiview",

...

	addView:function(){
		var id = webix.ui.baselayout.prototype.addView.apply(this, arguments);
		webix.html.remove(webix.$$(id).$view);
-> is not returning the view-id anymore !!!  2.0 returned the id 

},
...

Gr,

Erik

Yep, this is a bug :frowning:

webix 2.0.1 will be available today or on Monday

webix 2.0.1 will be available today or on Monday

How can I download an update for Prof edition?

Version 2.1.1 is available for download in the customer area
Due to severity of issue, the gpl package at webix.com was updated to 2.1.1 as well.

Thank you, I’ve got it.