Releases: AllanOricil/node-red-vue-template
Releases · AllanOricil/node-red-vue-template
Release list
v3.3.1
v3.3.0
v3.2.0
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
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
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
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
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
v1.2.0
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)