Skip to content

Commit

Permalink
Merge pull request #629 from FlowFuse/v1.3.0
Browse files Browse the repository at this point in the history
v1.3.0
  • Loading branch information
Steve-Mcl authored Feb 29, 2024
2 parents 0125fc1 + 44a8633 commit c595d8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/nodes/widgets/ui-button-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ dynamic:
---

<script setup>
import AddedIn from '../../components/AddedIn.vue';
</script>

# Button `ui-button-grup`
# Button `ui-button-group` <AddedIn version="1.3.0" />

Adds a set of buttons that act as a multi-state switch to your dashboard. When an individual button is clicked, it will become active and all other buttons in the group will become inactive, with the newly selected value being emitted from the node in Node-RED.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowfuse/node-red-dashboard",
"version": "1.2.0",
"version": "1.3.0",
"description": "Dashboard 2.0 - A collection of Node-RED nodes that provide functionality to build your own UI applications (inc. forms, buttons, charts).",
"keywords": [
"node-red"
Expand Down

0 comments on commit c595d8e

Please sign in to comment.