List view
- No due date•1/1 issues closed
Next major release. Most likely will be linked to the release of Node-RED v4 since that will change the baseline Node.js version. ## Some likely potentially breaking changes to be included in the v7 release: * Minimum node.js v18 * Minimum node-red v4 * Remove uibuilderfe library (and tidy gulp and source) * Removal of uib-list node * Remove Pollyfills from uibuilder editor code * Consider removing the css auto-load in the next major release since at least 1 person has hit a race condition. [ref](https://discourse.nodered.org/t/uib-brand-css-sometimes-injected/78876). * Switch to default of case sensitive URL's for ExpressJS. Socket.IO is already case sensitive but ExpressJS is not. This can cause issues as shown in [Ref](https://discourse.nodered.org/t/uibuilder-and-url-case-sensitivity/81019/6) * Add URL case sensitivity flag - currently ExpressJS and Socket.IO handle URL case sensitivity differently. In rare cases, this can cause an error. Will make both case sensitive in line with W3C recommendations (will be optional until next major release). Add case sensitivity flag to uibuilder node and allow setting of ExpressJS flags on routers. [ref 1](https://stackoverflow.com/questions/21216523/nodejs-express-case-sensitive-urls), [Ref 2](http://expressjs.com/en/api.html). Also document in uibuilder settings. [Ref 3](https://discourse.nodered.org/t/uibuilder-and-url-case-sensitivity/81019/6). * Restrict `onChange` to only watch watched variables? (checking to make sure it doesn't start with `_` or `#`). * Move socket.io-client from dependencies to dev-dependencies - ensure removed from runtime code. * Remove `serve-index` dependency if the `uib-file-*` nodes have been delivered.
No due date•1/1 issues closedNext feature and bug-fix release.
No due date•2/2 issues closed