Skip to content

Releases: FlowFuse/node-red-dashboard

v1.5.1

21 Mar 18:04
a625508
Compare
Choose a tag to compare

What's Changed

Fixes & Improvements

  • Fix: Correctly set the default generated page's UI property by @joepavitt in #696

Full Changelog: v1.5.0...v1.5.1

v1.5.0

21 Mar 15:17
143f26c
Compare
Choose a tag to compare

What's Changed

Fixes & Improvements

  • Auto-Generate Default Config Nodes by @joepavitt in #680
  • UI Chart - Have the default bg color for points as that defined in the NR Editor by @joepavitt in #690
  • Sidebar: Add layout configs from the sidebar by @joepavitt in #681
  • UI Table - Add row selection config, fix column arrangement & preserve defined labels by @joepavitt in #687

Dependencies

Full Changelog: v1.4.1...v1.5.0

v1.4.1

13 Mar 19:25
eb4f5a4
Compare
Choose a tag to compare

What's Changed

Fixes & Improvements

Docs

  • Docs: Fix URL paths that break on production docs by @joepavitt in #673

Full Changelog: v1.4.0...v1.4.1

v1.4.0

13 Mar 12:00
34f20e9
Compare
Choose a tag to compare

What's Changed

Fixes & Improvements

  • UI Event: Ensure consistency in API & docs for custom UI Events by @joepavitt in #632
  • UI Table - Switch to v-data-table by @joepavitt in #637
  • UI Control: Ensure better error reporting for ui-control when group/pages not found & update tests by @joepavitt in #633
  • Debug View: Add properties view for ui-base nodes by @joepavitt in #648
  • UI Gauge - Better dynamic sizing and smaller size rendering by @joepavitt in #651
  • UI Group - Component-ise the widget-group rendering to ensure consistency by @joepavitt in #655
  • Button-Group: Ensure type assignment for payload & update tests by @joepavitt in #653
  • Remove msg.req and msg.res by @joepavitt in #669
  • Add support for wrapping ui elements in a subflow by @Steve-Mcl in #634
  • UI Form: Ensure isValid updated after clear() by @joepavitt in #666

Configuration

  • Setup: Expose httpAdminRoot & httpNodeRoot in our client-side setup object by @joepavitt in #656
  • UI Base: Prevent multiple ui-base config nodes by @joepavitt in #652

Administration

Dependencies

Documentation

Full Changelog: v1.3.0...v1.4.0

v1.3.0

29 Feb 13:24
c595d8e
Compare
Choose a tag to compare

What's Changed

New Widgets

Fixes & Improvements

  • UI Gauge - Improve validation feedback when min/max misalign to segments by @joepavitt in #610
  • onChange: Ensure custom handlers have context of any general changes made to the msg. object by @joepavitt in #607
  • Fix: Debug View with httpNodeRoot by @joepavitt in #623
  • UI Form: Fix styling of "Submit" button and validation issues by @joepavitt in #625
  • UI Chart: Add missing name field by @joepavitt in #608
  • More robust path replacement to account for proxy & httpNodeRoot configs by @joepavitt in #604

Documentation

  • Fix some bad pointers for images in the docs that only working locally (not in prod) by @joepavitt in #601
  • "Important Note" to use conditional operators by @joepavitt in #605
  • Clean up legacy docs from Dashboard 1.0 for ui-group by @joepavitt in #609

Full Changelog: v1.2.0...v1.3.0

v1.2.0

22 Feb 17:50
b92b756
Compare
Choose a tag to compare

What's Changed

Fixes & Improvements

  • UI Gauge: Add icon prop to UI gauge used as label supplement by @Pezmc in #572
  • Set mdi- prefix for all custom icons to be optional by @Pezmc in #574
  • Handle missing props.icon for older gauges & pages by @joepavitt in #576
  • Ensure component containers size vertically correctly. by @joepavitt in #580
  • Introduce configurable navigation styles by @Pezmc in #579
  • Account for httpRootNode being set in Node-RED Settings by @joepavitt in #581
  • Remove Object.hasOwn from node source by @Steve-Mcl in #590
  • Ensure SocketIO and Vue Router path construction are reverse proxy friendly by @joepavitt in #595
  • Fix No Focus Styles Applied To Switch Input When Focused on Edit Form Node View by @AdemHodzic in #597
  • UI Gauge: Better zero check & unit label alignment by @joepavitt in #598

Documentation

DevOps

  • Add two dev watch commands by @Pezmc in #573
  • Use existing dev command to reduce rebuild time by @Pezmc in #578

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

08 Feb 11:43
65513cc
Compare
Choose a tag to compare

What's Changed

New Widgets

Fixes & Improvements

Documentation

Full Changelog: v1.0.2...v1.1.0

v1.0.1

26 Jan 16:51
Compare
Choose a tag to compare

What's Changed

Fixes & Improvements

  • UI Template: Ensure "widget-send" events are cleared on socket connection loss by @joepavitt in #525

Docs

Full Changelog: v1.0.0...v1.0.1

v1.0.0

25 Jan 16:28
Compare
Choose a tag to compare

What's Changed

Fixes & Improvements

  • UI Text Input - Disregard concept of "lastValue" by @joepavitt in #507
  • UI Template - Ensure passthru is set at runtime, if not configured in Editor by @joepavitt in #508
  • UI Template - Modify send() to permit definition of full msg object, not just a payload by @joepavitt in #510
  • Theming updates by @joepavitt in #514
  • UI Template - Fix Editor warning when using "Single Page CSS" type by @joepavitt in #515
  • UI Template - Fix Editor warning when using "Widget (Page)" type by @joepavitt in #516
  • UI Template - Fix validation problems in ui-template by @joepavitt in #519

Documentation

Dependencies

New Contributors

Full Changelog: v0.11.6...v1.0.0

v0.11.6

19 Jan 16:34
Compare
Choose a tag to compare

What's Changed

Fixes & Improvements

  • Dynamic Properties - Ensure consistency on how dynamic classes (and other props) are set by @joepavitt in #497
  • UI Chart - Ensure server-side store also replaces if "replace" action is chosen by @joepavitt in #500
  • UI Template - Add option to control automatic passthru of messages by @joepavitt in #501

Debug View

  • Fix display of message history, and truncate Arrays by @joepavitt in #499

Full Changelog: v0.11.5...v0.11.6