|
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: 3 comments
|
This is resolved for npm consumers. #506 added |
|
Update: Worth noting the version skew, since it will look odd otherwise: Closing as resolved. If you hit an install or peer-dependency problem with it, open a fresh Q&A discussion — that's a different question from "is it published" and deserves its own thread. |
|
Release follow-up for @MML-bath and anyone tracking the npm path: the August 18, 2026 coordinated beta is now published.
This batch includes the wall-runtime work from Andrei Efremov (@toycenterboss-bot), the configurable viewer frame cap from Steffen Oftedal (@Uxtopia), and the integrated runtime ownership and cleanup fixes. The release workflow smoke-tested the packed CLI and portable editor before publishing all packages together. We still are not promising a fixed calendar cadence, but the practical policy remains significant coordinated batches, with |
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.