Skip to content

Releases: FlowFuse/node-red-dashboard

v1.16.0

02 Sep 14:26
dc0b261
Compare
Choose a tag to compare

What's Changed

Fixes & Improvements

Documentation

Administration

Full Changelog: v1.15.0...v1.16.0

v1.15.0

22 Aug 07:48
da95d64
Compare
Choose a tag to compare

What's Changed

New Widgets & Variations

Fixes & Improvements

  • Expose the dataTracker composable to enable its use in third-party nodes by @cstns in #1099
  • fix failing form e2e test due to multiple submit buttons present on page by @cstns in #1110
  • Fixed issue #1121: Update the UI after the component is fully mounted by @gayanSandamal in #1143
  • Fixed issue #1111: Updated Vuetify from version "^3.6.9" to "^3.6.13" by @gayanSandamal in #1142
  • UI-Button: Fix eslint warning by @arturv2000 in #1141
  • Alter UITemplate dataTracker bind to anonymous component by @cstns in #1097
  • Fix: Ensure we check for existence of msg before using msg.payload by @joepavitt in #1146
  • Clear unused keys when receiving msg.ui_update.options, to prevent sending old keys on next submit by @arturv2000 in #1136
  • UI Chart: Fix missing entry for first of series (after 1st) by @joepavitt in #1164
  • UI Switch - Add "Indicator" mode by @joepavitt in #1147
  • Dynamic Options - Implement new helper functions & update widget-load behaviour by @joepavitt in #1123
  • Sidebar - Add node-specific icons against each row item by @bartbutenaers in #1165
  • Theme: Add Row Height option (including "Compact") by @joepavitt in #1166
  • UI Switch: Ensure server-side accounts for decouple config by @joepavitt in #1175
  • UI Switch - Handle memory share bug from datastore & ensure msg sent by @joepavitt in #1184
  • Fix: Defaults set before Vuetify loading by @joepavitt in #1185
  • UI Text - Add support, docs and tests for dynamic properties by @joepavitt in #1182
  • UI Table - Add "Button" column type by @bartbutenaers in #1171
  • UI Template - Run generic JS onMounted by @joepavitt in #1186
  • Specify msg.ui_update for dynamic updates by @Steve-Mcl in #1197
  • UI Gauge - Add battery icon into battery gauge b/g by @joepavitt in #1198
  • Fix blank side bar by @Steve-Mcl in #1196
  • [fix]: Font-size supporting issue in ui-text node by @gayanSandamal in #1199
  • [fix]: docs: broken URL in ui_page.html by @gayanSandamal in #1200
  • UI Text - Ensure we check props.style before applying custom styling by @joepavitt in #1218
  • Enhance chart background color handling for unlimited series support by @gayanSandamal in #1220
  • CSS: Flex Grow the #app-bar-title by default by @joepavitt in #1221
  • Ensure groups in Fixed layouts are driven by the correct width property by @joepavitt in #1223

Documentation

Dependencies

Administration

New Contributors

Full Changelog: v1.14.0...v1.15.0

v1.14.0

25 Jul 11:24
7dcc7ab
Compare
Choose a tag to compare

What's Changed

New Widgets & Variations:

  • UI Chart - Refine data accumulation to be chart type independent & add stacked/grouped bar charts by @joepavitt in #1086
  • UI Chart - Add "Pie" and "Doughnut" chart types by @joepavitt in #1088

Fixes & Improvements:

Documentation

Dependencies

Full Changelog: v1.13.0...v1.14.0

v1.13.0

11 Jul 10:12
aca4576
Compare
Choose a tag to compare

What's Changed

Fixes & Improvements

Documentation

  • Docs: Add example on how to map user data in a global/flow context store by @joepavitt in #1055
  • Docs: Add UI Template examples for building custom charts with ChartJS by @joepavitt in #1080
  • Docs: Add example for accessing flow/global data in a ui-template by @joepavitt in #1083

Dependencies

New Contributors

Full Changelog: v1.12.4...v1.13.0

v1.12.4

02 Jul 12:57
a2b791c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.3...v1.12.4

v1.12.3

02 Jul 12:02
9f58777
Compare
Choose a tag to compare

What's Changed

Fixes & Improvements

Documentation

New Contributors

Full Changelog: v1.12.2...v1.12.3

v1.12.2

25 Jun 12:49
367e091
Compare
Choose a tag to compare

What's Changed

Fixes & Improvements

  • UI Slider: Ensure we have defined step as a dynamic variable by @joepavitt in #1023

Full Changelog: v1.12.1...v1.12.2

v1.12.1

24 Jun 11:38
61e3d24
Compare
Choose a tag to compare

What's Changed

Fixes & Improvements

Documentation

Dependencies

  • Bump flowfuse/github-actions-workflows from 0.13.0 to 0.14.0 by @dependabot in #985

Full Changelog: v1.12.0...v1.12.1

v1.12.0

20 Jun 13:07
8ca9267
Compare
Choose a tag to compare

What's Changed

New Widgets

Fixes & Improvements

  • Prevent app setup call when unauthenticated responses are received by @cstns in #944
  • Remove executable bit from docs/assets/videos/demo-design-patterns.mp4 by @colinl in #952
  • Client Data - Add socketIp to msg._client data payload by @joepavitt in #957
  • UI Dropdown - Add clearable and chips options to combobox by @github-cyprien in #953
  • Fix linting errors introduced from merge by @joepavitt in #959
  • Network - Use retry count based algorithm for socket reconnections by @colinl in #950
  • UI Chart - Chart x axis format by @bartbutenaers in #951
  • UI Notification - FIx the "bottom center" location option by @joepavitt in #961
  • Network - Force page reload on socket connect error 'parser error' by @colinl in #962
  • Teleport - Add "app-bar-title" teleport option & ability to hide page name by @joepavitt in #969
  • UI Radio Group - radiobutton false vs null fix by @bartbutenaers in #971
  • Multi Tenancy: Ensure all conditions are met defined in _client constraints by @joepavitt in #977
  • Responsiveness: Include new "mobile" breakpoint of 3 columns by @joepavitt in #979
  • UI Control: Navigate to external URL by @joepavitt in #988
  • UI Slider: provide configuration options for slider colours by @github-cyprien in #964
  • Debug - Add a console.warn when a component file is missing by @joepavitt in #997

Documentation

  • Fixed Some Typos in Documentation by @cgjgh in #948
  • add file upload template example by @sumitshinde-84 in #931
  • Docs: Use "Multi Tenancy" to describe the second design pattern by @joepavitt in #963
  • Docs: Add details on how to "install" PWA on Android/iOS by @joepavitt in #973
  • Add indicator option into migration docs for ui-switch by @colinl in #968
  • Docs: Clearer documentation on using variables inside a ui-template by @joepavitt in #982
  • Docs: Detail "mdi-" utility functions by @joepavitt in #995
  • Docs: Explicitly mention "0" option for Max Rows to have no pagination by @joepavitt in #994

Dependencies

New Contributors

Full Changelog: v1.11.1...v1.12.0

v1.11.1

01 Jun 11:51
60b4a0e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.11.1