Releases: alanscodelog/metamorphosis
Releases · alanscodelog/metamorphosis
v0.7.1
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.6.1
Compare
Sorry, something went wrong.
No results found
0.6.1 (2025-08-29)
🐛 Fixes
fixed incorrect tailwind peer dep version (b246c33 )
v0.6.0
Compare
Sorry, something went wrong.
No results found
0.6.0 (2025-08-27)
⚠️ BREAKING CHANGES
reorgnized exports, removed need for extension (e2216d3 )
v0.4.2
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
0.4.0 (2025-03-30)
Bug Fixes
fixed extension import issue (c75f04f )
v0.3.0
Compare
Sorry, something went wrong.
No results found
v0.2.3
Compare
Sorry, something went wrong.
No results found
v0.2.2
Compare
Sorry, something went wrong.
No results found