Skip to content

Releases: FlowFuse/node-red-dashboard

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

v0.11.5

17 Jan 11:05
Compare
Choose a tag to compare

What's Changed

Fixes & Improvements

  • Update .gitignore for better management of auto-generated NR files by @joepavitt in #486
  • UI Slider - Fix onload behaviour with immediate injection by @joepavitt in #490
  • UI Button - Ensure payload is set when type is flow/global by @joepavitt in #492
  • UI Switch - More reliable onChange handler & accompanying E2E Test by @joepavitt in #493
  • UI Path - Fix default path visibility & path value by @joepavitt in #495
  • UI Base - Sidebar Label Option by @joepavitt in #496

Documentation

Full Changelog: v0.11.4...v0.11.5

v0.11.4

12 Jan 14:14
Compare
Choose a tag to compare

What's Changed

New Features

  • Allow for dynamic visibility of groups and pages by @joepavitt in #482

Fixes & Improvements

  • UI Switch - Handle on/off values that are Objects by @joepavitt in #476
  • UI Template - Improved Page/UI Scope Definitions by @joepavitt in #478
  • UI Page & UI Group - Default Interaction & Visibility States by @joepavitt in #484

Testing

Dependencies

Full Changelog: v0.11.3...v0.11.4

v0.11.3

05 Jan 14:57
Compare
Choose a tag to compare

What's Changed

Fixes & Improvements

  • UI Template - Add "Page-Scoped" and "UI-Scoped" options for widget placement by @joepavitt in #472
  • Improve deregistration lifecycle for ui-event and ui-control by @joepavitt in #473
  • UI Template - Switch checks to validations, rather than required by @joepavitt in #475
  • UI Chart - Provide "Action" property to define Append/Replace behaviour for new data by @joepavitt in #474

Docs

  • Docs: Detail the option available in ui-template by @joepavitt in #470

Dependencies

  • Bump vue dependency to 3.4.5 to get rid of internal vue errors by @joepavitt in #471

Full Changelog: v0.11.2...v0.11.3

v0.11.2

03 Jan 14:19
Compare
Choose a tag to compare

What's Changed

Improvements

  • Add placeholder loading graphic whilst waiting for first ui-config by @joepavitt in #467
  • UI Chart - Add point shape & radius options by @joepavitt in #468

Fixes

Full Changelog: v0.11.1...v0.11.2

v0.11.0

22 Dec 16:51
Compare
Choose a tag to compare

What's Changed

New Features

Fixes & Improvements

  • Add app-bar-actions section to main navigation by @joepavitt in #441
  • UI Text Input - Fix onBlur by @joepavitt in #449
  • UI Page - Allow for definition of icons by @joepavitt in #450
  • UI Switch - Prevent the switch toggle from growing in flexbox by @joepavitt in #451
  • UI Switch - Check msg.payload against on/off values, not just isTruthy() by @joepavitt in #452

Full Changelog: v0.10.2...v0.11.0