Skip to content

Releases: AllanOricil/node-red-vue-template

v3.3.1

Choose a tag to compare

@AllanOricil AllanOricil released this 20 May 03:52

3.3.1 (2026-05-20)

Bug Fixes

  • remove hardcoded outputs from your-node client definition (6fab46e)

v3.3.0

Choose a tag to compare

@AllanOricil AllanOricil released this 10 May 23:14

3.3.0 (2026-05-10)

Bug Fixes

  • migrate test to use config node auto-detection (a3eb04f)

Features

  • update @bonsae/nrg to 0.11.0 (50e314a)
  • upgrade to @bonsae/nrg 0.13.0 and use schema-driven ports (57381cd)

v3.2.0

Choose a tag to compare

@AllanOricil AllanOricil released this 04 May 03:31

3.2.0 (2026-05-04)

Bug Fixes

  • format schema files with prettier (3646add)
  • remove pnpm-workspace.yaml from repo and regenerate lockfile (aa695af)
  • update @bonsae/nrg to ^0.10.0 (f4f694e)
  • update @bonsae/nrg to ^0.10.1 (ae37fa8)
  • update @bonsae/nrg to ^0.8.0 and use new TypedInput proxy API (f92f973)
  • update @bonsae/nrg to ^0.8.1 and restrict myProperty to node type (ca7abf8)
  • update lockfile for @bonsae/nrg ^0.9.0 (7c37f0f)

Features

  • add i18n labels for all nodes in en-US, de, and pt-BR (ec0cc64)

v3.1.0

Choose a tag to compare

@AllanOricil AllanOricil released this 30 Apr 01:37

3.1.0 (2026-04-30)

Bug Fixes

  • fix lint errors and update README to use defineModule (2166177)
  • format source files with prettier (f21b9d8)
  • import defineRuntimeSettings from @bonsae/nrg (85c8633)
  • remove @sinclair/typebox dependency (5941994)
  • remove pnpm workspace override and use registry @bonsae/nrg (9647b7d)
  • restore client entry filename and update @bonsae/nrg to ^0.6.0 (fe29b50)
  • update @bonsae/nrg to ^0.6.3 and remove typebox dependency (8acb0fd)

Features

  • add factory-based nodes, defineModule, and new test nodes (f66829c)

v3.0.0

Choose a tag to compare

@AllanOricil AllanOricil released this 23 Apr 02:55

3.0.0 (2026-04-23)

  • feat!: migrate to @bonsae/nrg framework (1d47a39)

BREAKING CHANGES

  • Complete rewrite using the NRG framework.
  • Replace custom build system with @bonsae/nrg/vite plugin
  • Move source to src/ directory layout
  • Server nodes use IONode/ConfigNode classes with TypeBox schemas
  • Client forms use Vue 3 components with auto-wiring
  • AJV validation on both server and client
  • ESM server build with CJS bridge for Node-RED
  • Add test nodes: auto-wired-node, dynamic-outputs, splitter
  • Rewrite README with full framework documentation

v2.0.0

Choose a tag to compare

@AllanOricil AllanOricil released this 02 Jul 20:03

2.0.0 (2025-07-02)

Features

  • move icons and public folders to client (a5da5bb)

BREAKING CHANGES

  • because icons and public folders are used by client code only
    it makes more sense to put both under the client folder

locales, examples and schemas can be used by client and server code
so they stay on the root of the project structure

v1.3.0

Choose a tag to compare

@AllanOricil AllanOricil released this 01 Jul 22:53

1.3.0 (2025-07-01)

Bug Fixes

  • move close to base Node class (d861d1a)
  • remove g property from config node schema (21cadb5)
  • remove users from config node at runtime (49cc227)
  • set default value for _users to fix validation issues (6d3d858)
  • tsc:server errors (3a23faf)

Features

  • add onClose to config nodes (621906b)

Reverts

  • fix: remove users from config node at runtime (7c35092)

v1.2.1

Choose a tag to compare

@AllanOricil AllanOricil released this 02 Jun 20:45

1.2.1 (2025-06-02)

Bug Fixes

  • ensure language, stateId and value are updated with the latest value when editing and editor input (1c3fdc8)

v1.2.0

Choose a tag to compare

@AllanOricil AllanOricil released this 02 Jun 19:57

1.2.0 (2025-06-02)

Bug Fixes

  • bundle server to esm >= node 22 (46bc958)
  • correct object type check to handle null values (809d292)
  • no-prototype-builtins rule (e018d14)
  • set default values for props in core components (02bf411)

Features

  • add expand button to node-red-editor-input (888b723)
  • move client, server and schemas folder to root (9fbda99)

Reverts

  • fix: bundle server to esm >= node 22 (5357217)

v1.1.0

Choose a tag to compare

@AllanOricil AllanOricil released this 24 May 19:49

1.1.0 (2025-05-24)

Features

  • add esbuild to build the server part of the node (7b514fe)