Skip to content

Releases: typhosj/ioBroker.vis2-materialdesign

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Sep 07:59

test:pr-gate reads src-widgets-ts/node_modules to compare the two installed
trees, so it only runs after npm run build has created them. The workflow calls
it exactly there, in build-is-current after the build. Running it from npm test
as well put it into adapter-tests, which does a bare npm ci in the root — the
directory is missing there and the gate asserted, so both 1.0.0 runs failed before
the deploy job.

The gate keeps its two callers that satisfy the prerequisite: the workflow after
the build, and pr:check locally.

Release v0.4.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 10:25
v0.4.0

Release v0.3.5

Choose a tag to compare

@github-actions github-actions released this 20 Aug 10:51
v0.3.5

Release v0.3.4

Choose a tag to compare

@github-actions github-actions released this 16 Aug 08:40
v0.3.4

Release v0.3.3

Choose a tag to compare

@github-actions github-actions released this 24 Jul 04:47
v0.3.3

Release v0.3.2

Choose a tag to compare

@typhosj typhosj released this 24 Jul 04:09

Full Changelog: v0.3.1...v0.3.2

Release v0.3.1

Choose a tag to compare

@typhosj typhosj released this 23 Jul 06:55

Full Changelog: v0.3.0...v0.3.1

Release v0.3.0

Choose a tag to compare

@typhosj typhosj released this 22 Jul 11:01

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

Release v0.2.0

Choose a tag to compare

@typhosj typhosj released this 13 Jul 11:31

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@typhosj typhosj released this 09 Jul 11:14
feat(widgets): port VIS2 buttons

Add native VIS2 Material Design button variants based on
the original VIS widgets from version 0.5.9.

Includes editor previews, state/multi-state writes, toggle
and push-button behavior, icon button slider, lock handling,
click sound, vibration feedback, and image/SVG handling.

Set initial package version to 0.1.0 and reset changelog for
the VIS2 port.