# \[Update\] node-red-contrib-uibuilder - bugfix release v1.2.2

**URL:** https://discourse.nodered.org/t/update-node-red-contrib-uibuilder-bugfix-release-v1-2-2/9352
**Category:** Share Your Nodes
**Created:** [23 March 2019 17:18 UTC](https://discourse.nodered.org/t/update-node-red-contrib-uibuilder-bugfix-release-v1-2-2/9352 "2019-03-23T17:18:50Z")
**Posts on this page:** 1
**Page:** 1

<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: [23 March 2019 17:18 UTC](https://discourse.nodered.org/t/update-node-red-contrib-uibuilder-bugfix-release-v1-2-2/9352/1 "2019-03-23T17:18:50Z")

</div>

Some annoying bugs squashed while you wait for the big v2 release.

- **FIXED** POST API call was not adding bearer authorisation token so not working if adminAuth used. Now working. Fixes [Issue #51](https://github.com/TotallyInformation/node-red-contrib-uibuilder/issues/51), many thanks to [ElGranLoky](https://github.com/ElGranLoky) for reporting.

- **FIXED** Move examples folder to the right place so that Node-RED admin ui will pick it up.

- **FIXED** In uibuilderfe.js, provide a polyfill for String.prototype.endsWith to be kind to folk who are forced to live with Microsoft Internet Explorer or other outdated browsers. Referenced in [Issue #49](https://github.com/TotallyInformation/node-red-contrib-uibuilder/issues/49)
