# \[ANNOUNCE\] node-red-contrib-ui-svg: v2.3.0 beta

**URL:** https://discourse.nodered.org/t/announce-node-red-contrib-ui-svg-v2-3-0-beta/52311
**Category:** Share Your Nodes
**Created:** [16 October 2021 21:35 UTC](https://discourse.nodered.org/t/announce-node-red-contrib-ui-svg-v2-3-0-beta/52311 "2021-10-16T21:35:30Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![BartButenaers](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/bartbutenaers/32/10476_2.png) [@BartButenaers](https://discourse.nodered.org/u/BartButenaers)
#### Post date: [16 October 2021 21:35 UTC](https://discourse.nodered.org/t/announce-node-red-contrib-ui-svg-v2-3-0-beta/52311/1 "2021-10-16T21:35:30Z")

</div>

Hi folks,

A beta version of [node-red-contrib-ui-svg](https://github.com/bartbutenaers/node-red-contrib-ui-svg) _ **2.3.0** _ beta is ready.  
See the [release notes](https://github.com/bartbutenaers/node-red-contrib-ui-svg/releases/tag/v2.3.0) for an overview of all changes.

The biggest change of this release is a new "CSS" tabsheet (see [intro](https://github.com/bartbutenaers/node-red-contrib-ui-svg/blob/master/docs/tabsheet_CSS.md)), that allows you to customize the CSS of the drawing:

![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/4/6/46e2b8dcb23a52990fe409a98f3415a4f81f255e.png)

This CSS is _ **scoped** _, which means it will be applied only to the CSS of this SVG node.  
However this has required a lot of changes in the code.  
Therefore it would be nice if some folks could test this version, and give feedback.  
Since it is not yet published to NPM, you can install it directly from my Github repo (from within your .node-red folder):

```auto
npm install bartbutenaers/node-red-contrib-ui-svg

```

And last but not least: thanks to @Steve-Mcl for an in-depth review of the code, and his enhancement proposals !!!!

Have fun with it,  
Bart

---

<div class="post-metadata">

### Author: ![BartButenaers](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/bartbutenaers/32/10476_2.png) [@BartButenaers](https://discourse.nodered.org/u/BartButenaers)
#### Post date: [21 October 2021 16:53 UTC](https://discourse.nodered.org/t/announce-node-red-contrib-ui-svg-v2-3-0-beta/52311/2 "2021-10-21T16:53:50Z")

</div>

Seemed that the tabsheets - containing an editableList - were not correctly resized. This is fixed now on Github ...
