Skip to content

Releases: FlowFuse/node-red-dashboard

v1.8.0

25 Apr 12:53
44bd0cd
Compare
Choose a tag to compare

What's Changed

Fixes & Improvements

Documentation

Dependencies

New Contributors

Full Changelog: v1.7.1...v1.8.0

v1.7.1

06 Apr 10:08
722e1bc
Compare
Choose a tag to compare

What's Changed

Fixes & Improvements

  • Fix: Page Title & add E2E test to prevent regression by @joepavitt in #750

Full Changelog: v1.7.0...v1.7.1

v1.7.0

05 Apr 16:10
df571e6
Compare
Choose a tag to compare

What's Changed

New Widgets & Variations

Fixes & Improvements

  • UI Table - row stays highlighted after click / select by @joelvandal in #740
  • Sidebar - Properly set the active tab on first load by @joepavitt in #744
  • Markdown: Change architecture to allow for more dynamic updating by @joepavitt in #748
  • Cleaner error handling in node.deregister by @joepavitt in #745

Documentation

Dependencies

  • dependency: Update vitepress to stable version by @ZJvandeWeg in #736
  • Dependency: Update mdi-icons font version to ^7.4.47 by @joepavitt in #743

New Contributors

Full Changelog: v1.6.1...v1.7.0

v1.6.1

28 Mar 18:51
58ccd07
Compare
Choose a tag to compare

What's Changed

Fixes & Improvements

  • UI Button - Fix merge conflict in config options by @joepavitt in #718

Full Changelog: v1.6.0...v1.6.1

v1.6.0

28 Mar 11:53
37af631
Compare
Choose a tag to compare

What's Changed

Fixes & Improvements

  • Theming - Isolate navigation theming to clean Vuetify overrides by @joepavitt in #702
  • Ensure we are deep-cloning objects in our datastore, and prevent memory overlap by @joepavitt in #701
  • UI Button - Allow definition of icons by @joepavitt in #704
  • UI Base - Add a helper function for retrieving Dashboard hosted URL by @joepavitt in #703
  • Subflows - Show standard inputs for sizing in widgets in a subflow (env var support) by @Steve-Mcl in #700

Full Changelog: v1.5.1...v1.6.0

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