|
Hi — we're building on top of Pascal and loving it. Two things that would make our lives significantly easier: 1. 2. npm publish cadence. We're not asking for a specific release schedule — even a rough "we publish to npm after each significant batch of fixes" would help us know when it's safe to use npm vs local source. Thanks for the great work on Pascal — the v0.9.1 preset system and building manipulation overhaul are exactly what we needed. |
Replies: 1 comment
|
This is resolved for npm consumers. #506 added |
This is resolved for npm consumers. #506 added
@pascal-app/nodesto the coordinated release workflow; the live versions are@pascal-app/nodes@0.1.1and@pascal-app/{core,viewer,editor}@0.9.2. Install the aligned packages, then callawait loadPlugin(builtinPlugin)before mounting (loadPluginfrom core,builtinPluginfrom nodes). We do not have a fixed public cadence to promise yet, but releases are now coordinated rather than leavingnodesout of the pipeline.