Skip to content

Commit 88ca2e8

Browse files
updates
1 parent 7b793e4 commit 88ca2e8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,16 @@ Please see the roadmap in the docs for the backlog of future planned development
3232

3333
* Improved default font specifications based on [Modern Font Stacks](https://github.com/system-fonts/modern-font-stacks).
3434

35+
### Runtime Plugin
36+
37+
* **FIX** Error in `RED.util.uib.dp` that always returned a single decimal place if zero dp's were requested.
38+
39+
3540
### Background code improvements
3641

3742
* Moved the uibuilder node's `uib` var to `nodes/libs/uibGlobalConfig.cjs` as a module. Enables being able to require it rather than pass it in libs and other nodes. Another step towards a more modular codebase.
3843
* Started renaming js files to better indicate whether they use script/CommonJS (`*.cjs`), or ESM (`*.mjs`). Mostly to help with ESLINT.
44+
* Lots of code cleanup and linting to make the code more readable and maintainable.
3945

4046

4147
## [v7.2.0](https://github.com/TotallyInformation/node-red-contrib-uibuilder/compare/v7.2.0...v7.1.0)

docs/roadmap/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: uibuilder Roadmap
33
description: |
44
This page outlines the future direction of uibuilder. Including specific things that will almost certainly happen as well as more speculative ideas.
55
created: 2022-02-01 11:15:27
6-
updated: 2025-05-04 12:17:51
6+
updated: 2025-05-04 19:34:59
77
---
88

99
Is there something in this list you would like to see prioritised? Is there something you could help with? Please get in touch via the [Node-RED forum](https://discourse.nodered.org/). Alternatively, you can start a [discussion on GitHub](https://github.com/TotallyInformation/node-red-contrib-uibuilder/discussions) or [raise a GitHub issue](https://github.com/TotallyInformation/node-red-contrib-uibuilder/issues). Please note that I no longer have the time to monitor the #uibuilder channel in the Node-RED slack.

0 commit comments

Comments
 (0)