Skip to content

chore: update versions#340

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: update versions#340
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

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

Minor Changes

  • #341 5dfb888 Thanks @fraxken! - Remove createInputActions factory for new Architecture resistant to scale with a better mode management"

  • #358 dbf64ee Thanks @fraxken! - Add multiplayer cursor tracking. PixelArtCanvas can now report your cursor with onCursorMove and show other players with peerCursors. PixelCursorSession sends and receives cursor updates over any compatible NetworkChannel, including one already used by PixelSyncSession. Peer colors and UVMap region colors now use the same ColorPalette.

  • #347 b568905 Thanks @fraxken! - Improve network client API surface (reducing boilerplate required to setup a new client/connection).

  • #344 b660781 Thanks @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: hold Space and left-drag to pan from any mode, trackpad pinch zooms toward the cursor, and wheel zoom now scales with delta magnitude (normalized across deltaMode) 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 a grab/grabbing cursor.

  • #359 4aa7e28 Thanks @fraxken! - Move the demo's Lit UI (PixelDrawPanel, ModeRail, ColorPickerRail, ColorSwatch) from examples/ into src/ui/, exported as @jolly-pixel/pixel-draw.renderer/ui. <pixel-draw-panel> is now a reusable drop-in component instead of demo-only code — see docs/ui/PixelDrawPanel.md. lit and vanilla-picker moved from devDependencies to dependencies accordingly.

Patch Changes

@jolly-pixel/voxel.renderer@3.0.0

Major Changes

  • #348 32edc9a Thanks @fraxken! - Migrate the network sync layer onto @jolly-pixel/network's NetworkPlugin/NetworkChannel primitives, mirroring @jolly-pixel/pixel-draw.renderer's design: VoxelSyncServer now extends NetworkPlugin, VoxelTransport matches NetworkChannel's shape (send/single onMessage), and VoxelSyncClient is renamed to VoxelSyncSession with a two-step attach(engine)/detach() API that chains onto an existing onLayerUpdated handler instead of replacing it. ConflictResolver/ConflictContext are renamed to VoxelConflictResolver/VoxelConflictContext. VoxelSnapshotRequest and VoxelTransport.requestSnapshot/sendCommand/onCommand/onSnapshot are removed in favor of the new VoxelServerMessage envelope.

Patch Changes

@jolly-pixel/network@1.1.0

Minor Changes

  • #346 2788a7e Thanks @fraxken! - Wire first implementation of @jolly-pixel/network

  • #347 b568905 Thanks @fraxken! - Improve network client API surface (reducing boilerplate required to setup a new client/connection).

  • #357 53f66fa Thanks @fraxken! - Add peer identity and presence metadata. NetworkClient now supports connection-wide identity, and NetworkChannel now adds updatePresence(patch), onPeerPresence, and a synced peers map (including initial sync state).

@jolly-pixel/editor.voxel-map@1.1.1

Patch Changes

@jolly-pixel/editor.voxel-model@1.0.3

Patch Changes

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 14 times, most recently from 78c775e to b310055 Compare July 24, 2026 15:23
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from b310055 to 1478e0a Compare July 24, 2026 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants