Skip to content

Tags: freedomme/node-red-contrib-uibuilder

Tags

v2.0.8

Toggle v2.0.8's commit message
Fix for issue TotallyInformation#71, update dependencies.

v2.0.7

Toggle v2.0.7's commit message
Fix for Issue TotallyInformation#84

v2.0.6

Toggle v2.0.6's commit message
Fixed

- Improved detection for projects. Previously if projects _had_ been in use and were then disabled, uibuilder would still think them active.

Changed

- Add a new example to the library: cacheByTopic - A simple caching example that uses a function node to cache the last msg for each topic & replay them when a client connects.
- Improved initial debug msg in the front-end (if debug=true), shows versions and whether the minimised version of `uibuilderfe` is in use.
- Code safety improvements and tidy up.
- Slight tweak to the default template (VueJS). The button now has an ID and the increment function prints out the event object to console.

v2.0.4

Toggle v2.0.4's commit message
## [2.0.4](TotallyInformation/node-red-contrib-uibuilder@2.0.3...2.0.4)…

… - 2019-09-28

### Added
- uib icon (blue node-red icon) to the detailed information page (uibindex) & logo to README
- Look for the package.json `browser` property not just `main` and display it on the `uibuindex` page if available instead of main.

### Changed
- CHANGELOG.md changed to use "[Keep a Changelog](https://keepachangelog.com/en/1.0.0/)" recommended formatting which will facilitate the use of `gh-release` in the future. Also added link to list of commits between versions.
- `package.json` 
   - added `browser` property as per [this spec}(https://github.com/defunctzombie/package-browser-field-spec) (also [here](https://github.com/stereobooster/package.json)) to give hints to bundlers. Changed `main` to point to the server-side js.
   - Added `directories.doc`, `directories.lib`  & `directories.test`
- Updated the detailed information page (`uibindex`). Improved layout and added some additional useful debugging information. Included the URL for the common resources.
- Dependent packages updated to latest

### Fixed
- Fixed detailed information page (uibindex) issues:
   - Error in link url's
   - Error in "Main Entry Point" column if package.json didn't contain a `main` property.
- Common folder was served as `/<httpRoot>/<uibUrl>/common` instead of `/<httpRoot>/uibuilder/common`. Added the 2nd form, note that the first form should not be used, it may be deprecated in a future release.
- Incorrect default values

### Removed
- Spurious `</a>` from the detailed information page (uibindex)
- Spurious console.log for oneditresize

[Commits](TotallyInformation/node-red-contrib-uibuilder@2.0.3...2.0.4)

v2.0.3

Toggle v2.0.3's commit message
v2.0.3: Minor updates

v2.0.2

Toggle v2.0.2's commit message
Update examples for uibuilder v2

v2.0.1

Toggle v2.0.1's commit message
Bugfix for Issue TotallyInformation#59

v2.0.0

Toggle v2.0.0's commit message
Release v2.0.0 live - see CHANGELOG for changes

v1.2.6

Toggle v1.2.6's commit message
Correct the fix that allows httpNodeRoot to be used correctly.