Skip to content

Releases: alanscodelog/metamorphosis

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 08 Jun 00:13

0.7.1 (2026-06-08)

🐛 Fixes

remove array steps support from InterpolatedVars in favor of stops (6ec5784)

This should have been part of the previous commit and is technically also
breaking.

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 18:28

0.7.0 (2026-06-06)

⚠️ BREAKING CHANGES

refactored Theme class (6741775)

set() and setOpts have been merged

  • use set("options", opts) to update configuration
  • use set("key", name, value) to register or change a variable

Migration

  • change theme.set("spacing", var) to theme.set("key", "spacing", var)
  • change theme.setOpts({ steps: 10 }) to theme.set("options", { steps: 10 })

various improvements to InterpolatedVars (52402d2)

Constructor and set now take values and stops as separate parameters instead of
tuples.

This reduces complexity and makes it easier to get a reference to just the
ControlVars or just the stops.

  • set() is overload-based: "values-stops", "stop", or "options"
  • removed StopEntry and Value types from types.ts
  • stops can now be moved while staying in sync with their values

Migration

  • change new InterpolatedVars("name", unit, [[0, v1], [1, v2]]) to new
    InterpolatedVars("name", unit, [v1, v2], [0, 1])
  • change interpolated.set([v1, v2]) to interpolated.set("values-stops", [v1,
    v2], [...stops] (optional))

📖 Documentation

updated to use new github actions (9bb04da)

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 02 Jun 21:21

0.6.2 (2026-06-02)

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 29 Aug 01:04

0.6.1 (2025-08-29)

🐛 Fixes

fixed incorrect tailwind peer dep version (b246c33)

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 22:46

0.6.0 (2025-08-27)

⚠️ BREAKING CHANGES

reorgnized exports, removed need for extension (e2216d3)

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 22 Apr 02:30

0.4.2 (2025-04-22)

🐛 Fixes

reverted node 23 update in package.json (66852bd)

should have been left at 20, only meant to update the flake

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 05:15

0.4.0 (2025-03-30)

Bug Fixes

fixed extension import issue (c75f04f)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 15 Sep 20:35

0.3.0 (2024-09-15)

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 21 Jul 00:26

0.2.3 (2023-07-21)

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 20 Jul 00:58

0.2.2 (2023-07-20)