chore: update versions#340
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
14 times, most recently
from
July 24, 2026 15:23
78c775e to
b310055
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 24, 2026 17:00
b310055 to
1478e0a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@jolly-pixel/pixel-draw.renderer@3.0.0
Major Changes
#346
2788a7eThanks @fraxken! - Wire first implementation of @jolly-pixel/network#339
5421766Thanks @fraxken! - Refactor APIs and reduce implementating coupling + references mixingMinor Changes
#341
5dfb888Thanks @fraxken! - Remove createInputActions factory for new Architecture resistant to scale with a better mode management"#358
dbf64eeThanks @fraxken! - Add multiplayer cursor tracking.PixelArtCanvascan now report your cursor withonCursorMoveand show other players withpeerCursors.PixelCursorSessionsends and receives cursor updates over any compatibleNetworkChannel, including one already used byPixelSyncSession. Peer colors andUVMapregion colors now use the sameColorPalette.#347
b568905Thanks @fraxken! - Improve network client API surface (reducing boilerplate required to setup a new client/connection).#344
b660781Thanks @fraxken! - Improve trackpad navigation. In"move"mode a plain single-finger left-drag now pans the camera (no keyboard chord — the trackpad-friendly way to move around). Additionally: holdSpaceand left-drag to pan from any mode, trackpad pinch zooms toward the cursor, and wheel zoom now scales with delta magnitude (normalized acrossdeltaMode) so fine-grained deltas zoom smoothly instead of jumping a full notch per event. Pan gestures (middle-drag,Space+drag, or a"move"-mode drag) show agrab/grabbingcursor.#359
4aa7e28Thanks @fraxken! - Move the demo's Lit UI (PixelDrawPanel,ModeRail,ColorPickerRail,ColorSwatch) fromexamples/intosrc/ui/, exported as@jolly-pixel/pixel-draw.renderer/ui.<pixel-draw-panel>is now a reusable drop-in component instead of demo-only code — seedocs/ui/PixelDrawPanel.md.litandvanilla-pickermoved fromdevDependenciestodependenciesaccordingly.Patch Changes
#350
f1ca6faThanks @fraxken! - Revamp markdown API documentationUpdated dependencies [
2788a7e,b568905,53f66fa]:@jolly-pixel/voxel.renderer@3.0.0
Major Changes
32edc9aThanks @fraxken! - Migrate the network sync layer onto@jolly-pixel/network'sNetworkPlugin/NetworkChannelprimitives, mirroring@jolly-pixel/pixel-draw.renderer's design:VoxelSyncServernow extendsNetworkPlugin,VoxelTransportmatchesNetworkChannel's shape (send/singleonMessage), andVoxelSyncClientis renamed toVoxelSyncSessionwith a two-stepattach(engine)/detach()API that chains onto an existingonLayerUpdatedhandler instead of replacing it.ConflictResolver/ConflictContextare renamed toVoxelConflictResolver/VoxelConflictContext.VoxelSnapshotRequestandVoxelTransport.requestSnapshot/sendCommand/onCommand/onSnapshotare removed in favor of the newVoxelServerMessageenvelope.Patch Changes
2788a7e,b568905,53f66fa]:@jolly-pixel/network@1.1.0
Minor Changes
#346
2788a7eThanks @fraxken! - Wire first implementation of @jolly-pixel/network#347
b568905Thanks @fraxken! - Improve network client API surface (reducing boilerplate required to setup a new client/connection).#357
53f66faThanks @fraxken! - Add peer identity and presence metadata.NetworkClientnow supports connection-wideidentity, andNetworkChannelnow addsupdatePresence(patch),onPeerPresence, and a syncedpeersmap (including initialsyncstate).@jolly-pixel/editor.voxel-map@1.1.1
Patch Changes
5dfb888,2788a7e,dbf64ee,b568905,b660781,32edc9a,53f66fa,5421766,4aa7e28,f1ca6fa]:@jolly-pixel/editor.voxel-model@1.0.3
Patch Changes
5dfb888,2788a7e,dbf64ee,b568905,b660781,5421766,4aa7e28,f1ca6fa]: