Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,29 @@
"@rpgjs/playground-v4-compat": "1.0.3-beta.0",
"@rpgjs/playground-vue-gui": "1.0.3-beta.0",
"@rpgjs/playground-pressure-plate": "1.0.0-beta.0",
"@rpgjs/sample-cloudflare-mmorpg": "0.0.0"
"@rpgjs/sample-cloudflare-mmorpg": "0.0.0",
"@rpgjs/chat": "5.0.0-beta.0",
"@rpgjs/playground-chat": "1.0.0-beta.0"
},
"changesets": [
"blue-holes-flow",
"brave-stable-foundations",
"bright-readme-map",
"calm-liquid-waves",
"calm-maps-report-steps",
"canonical-module-api",
"clean-package-type-builds",
"clean-studio-hitbox-sync",
"clean-workspace-internal-deps",
"clear-mmorpg-save-guide",
"fix-ci-test-discovery",
"fix-recursive-providers",
"fresh-canvasengine-compatibility",
"fresh-studio-map-config",
"gentle-gui-chat-boundaries",
"plain-studio-animations",
"quiet-menu-hud-layout",
"rare-maps-keep-database",
"sharp-server-player-types",
"sharp-studio-edge-repeat",
"smart-studio-string-templates",
Expand Down
16 changes: 16 additions & 0 deletions packages/action-battle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @rpgjs/action-battle

## 5.0.0-beta.28

### Patch Changes

- 995277f: Upgrade the RPGJS workspace and published package compatibility ranges to
CanvasEngine 2.1, including its compiler, presets, testing, and Tiled
integrations. Keep PixiJS on the CanvasEngine-supported 8.19 line and verify the
existing client, server, sample, and playground builds against the new runtime.
- Updated dependencies [37a4fb0]
- Updated dependencies [995277f]
- Updated dependencies [995277f]
- Updated dependencies [335b768]
- @rpgjs/[email protected]
- @rpgjs/[email protected]
- @rpgjs/[email protected]

## 5.0.0-beta.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/action-battle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/action-battle",
"version": "5.0.0-beta.27",
"version": "5.0.0-beta.28",
"main": "dist/client/index.js",
"types": "dist/client/index.d.ts",
"scripts": {
Expand Down
25 changes: 25 additions & 0 deletions packages/chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# @rpgjs/chat

## 5.0.0-beta.1

### Minor Changes

- 995277f: Add explicit renderer-neutral GUI registrations with an official Vue helper,
ship the authoritative and replaceable RPGJS chat module, provide default and
pixel chat themes over shared semantic CSS primitives, and enforce client/server
production bundle isolation with executable fixtures. Include a runnable pixel
chat playground and keep chat socket listeners active across standalone startup
and player map transfers. Document client/server setup, moderation hooks,
replacement components, themes, translations, and the public chat state API.
Emit complete side-specific chat declarations, synchronize the built-in input
length with client configuration, and reject explicitly unknown chat channels.

### Patch Changes

- Updated dependencies [37a4fb0]
- Updated dependencies [995277f]
- Updated dependencies [995277f]
- Updated dependencies [335b768]
- @rpgjs/[email protected]
- @rpgjs/[email protected]
- @rpgjs/[email protected]
2 changes: 1 addition & 1 deletion packages/chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/chat",
"version": "5.0.0-beta.0",
"version": "5.0.0-beta.1",
"description": "Official renderer-neutral chat module for RPGJS",
"main": "dist/client/index.js",
"types": "dist/client/client-index.d.ts",
Expand Down
27 changes: 27 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @rpgjs/client

## 5.0.0-beta.28

### Minor Changes

- 995277f: Add explicit renderer-neutral GUI registrations with an official Vue helper,
ship the authoritative and replaceable RPGJS chat module, provide default and
pixel chat themes over shared semantic CSS primitives, and enforce client/server
production bundle isolation with executable fixtures. Include a runnable pixel
chat playground and keep chat socket listeners active across standalone startup
and player map transfers. Document client/server setup, moderation hooks,
replacement components, themes, translations, and the public chat state API.
Emit complete side-specific chat declarations, synchronize the built-in input
length with client configuration, and reject explicitly unknown chat channels.

### Patch Changes

- 995277f: Upgrade the RPGJS workspace and published package compatibility ranges to
CanvasEngine 2.1, including its compiler, presets, testing, and Tiled
integrations. Keep PixiJS on the CanvasEngine-supported 8.19 line and verify the
existing client, server, sample, and playground builds against the new runtime.
- Updated dependencies [37a4fb0]
- Updated dependencies [995277f]
- Updated dependencies [995277f]
- Updated dependencies [335b768]
- @rpgjs/[email protected]
- @rpgjs/[email protected]

## 5.0.0-beta.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/client",
"version": "5.0.0-beta.27",
"version": "5.0.0-beta.28",
"description": "RPGJS is a framework for creating RPG/MMORPG games",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @rpgjs/server

## 5.0.0-beta.28

### Patch Changes

- 37a4fb0: Call the documented server `onStep` hook after each queued map tick with typed
duration, backlog, fixed-step, and pending-input metrics.
- 995277f: Upgrade the RPGJS workspace and published package compatibility ranges to
CanvasEngine 2.1, including its compiler, presets, testing, and Tiled
integrations. Keep PixiJS on the CanvasEngine-supported 8.19 line and verify the
existing client, server, sample, and playground builds against the new runtime.
- 335b768: Preserve trusted Studio databases through map update validation and durable room
restoration so player inventory and equipment initialization do not require an
HTTP database fallback.
- Updated dependencies [995277f]
- @rpgjs/[email protected]

## 5.0.0-beta.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/server",
"version": "5.0.0-beta.27",
"version": "5.0.0-beta.28",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
Expand Down
17 changes: 17 additions & 0 deletions packages/studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @rpgjs/studio

## 5.0.0-beta.29

### Patch Changes

- 995277f: Upgrade the RPGJS workspace and published package compatibility ranges to
CanvasEngine 2.1, including its compiler, presets, testing, and Tiled
integrations. Keep PixiJS on the CanvasEngine-supported 8.19 line and verify the
existing client, server, sample, and playground builds against the new runtime.
- Updated dependencies [37a4fb0]
- Updated dependencies [995277f]
- Updated dependencies [995277f]
- Updated dependencies [335b768]
- @rpgjs/[email protected]
- @rpgjs/[email protected]
- @rpgjs/[email protected]
- @rpgjs/[email protected]

## 5.0.0-beta.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/studio",
"version": "5.0.0-beta.28",
"version": "5.0.0-beta.29",
"main": "dist/client/index.js",
"types": "dist/client/index.d.ts",
"scripts": {
Expand Down
15 changes: 15 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @rpgjs/testing

## 5.0.0-beta.28

### Patch Changes

- 995277f: Upgrade the RPGJS workspace and published package compatibility ranges to
CanvasEngine 2.1, including its compiler, presets, testing, and Tiled
integrations. Keep PixiJS on the CanvasEngine-supported 8.19 line and verify the
existing client, server, sample, and playground builds against the new runtime.
- Updated dependencies [37a4fb0]
- Updated dependencies [995277f]
- Updated dependencies [995277f]
- Updated dependencies [335b768]
- @rpgjs/[email protected]
- @rpgjs/[email protected]

## 5.0.0-beta.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/testing",
"version": "5.0.0-beta.27",
"version": "5.0.0-beta.28",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions packages/tiledmap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @rpgjs/tiledmap

## 5.0.0-beta.28

### Patch Changes

- 995277f: Upgrade the RPGJS workspace and published package compatibility ranges to
CanvasEngine 2.1, including its compiler, presets, testing, and Tiled
integrations. Keep PixiJS on the CanvasEngine-supported 8.19 line and verify the
existing client, server, sample, and playground builds against the new runtime.
- Updated dependencies [37a4fb0]
- Updated dependencies [995277f]
- Updated dependencies [995277f]
- Updated dependencies [335b768]
- @rpgjs/[email protected]
- @rpgjs/[email protected]
- @rpgjs/[email protected]

## 5.0.0-beta.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tiledmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/tiledmap",
"version": "5.0.0-beta.27",
"version": "5.0.0-beta.28",
"main": "dist/client/index.js",
"types": "dist/client/index.d.ts",
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions packages/ui-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rpgjs/ui-css

## 5.0.0-beta.24

### Minor Changes

- 995277f: Add explicit renderer-neutral GUI registrations with an official Vue helper,
ship the authoritative and replaceable RPGJS chat module, provide default and
pixel chat themes over shared semantic CSS primitives, and enforce client/server
production bundle isolation with executable fixtures. Include a runnable pixel
chat playground and keep chat socket listeners active across standalone startup
and player map transfers. Document client/server setup, moderation hooks,
replacement components, themes, translations, and the public chat state API.
Emit complete side-specific chat declarations, synchronize the built-in input
length with client configuration, and reject explicitly unknown chat channels.

## 5.0.0-beta.23

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/ui-css",
"version": "5.0.0-beta.23",
"version": "5.0.0-beta.24",
"description": "CSS library for RPG UI components - framework-agnostic and fully customizable",
"license": "MIT",
"author": "Samuel Ronce",
Expand Down
22 changes: 22 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @rpgjs/vite

## 5.0.0-beta.28

### Patch Changes

- 995277f: Upgrade the RPGJS workspace and published package compatibility ranges to
CanvasEngine 2.1, including its compiler, presets, testing, and Tiled
integrations. Keep PixiJS on the CanvasEngine-supported 8.19 line and verify the
existing client, server, sample, and playground builds against the new runtime.
- 995277f: Add explicit renderer-neutral GUI registrations with an official Vue helper,
ship the authoritative and replaceable RPGJS chat module, provide default and
pixel chat themes over shared semantic CSS primitives, and enforce client/server
production bundle isolation with executable fixtures. Include a runnable pixel
chat playground and keep chat socket listeners active across standalone startup
and player map transfers. Document client/server setup, moderation hooks,
replacement components, themes, translations, and the public chat state API.
Emit complete side-specific chat declarations, synchronize the built-in input
length with client configuration, and reject explicitly unknown chat channels.
- Updated dependencies [37a4fb0]
- Updated dependencies [995277f]
- Updated dependencies [335b768]
- @rpgjs/[email protected]

## 5.0.0-beta.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/vite",
"version": "5.0.0-beta.27",
"version": "5.0.0-beta.28",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
24 changes: 24 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @rpgjs/vue

## 5.0.0-beta.28

### Minor Changes

- 995277f: Add explicit renderer-neutral GUI registrations with an official Vue helper,
ship the authoritative and replaceable RPGJS chat module, provide default and
pixel chat themes over shared semantic CSS primitives, and enforce client/server
production bundle isolation with executable fixtures. Include a runnable pixel
chat playground and keep chat socket listeners active across standalone startup
and player map transfers. Document client/server setup, moderation hooks,
replacement components, themes, translations, and the public chat state API.
Emit complete side-specific chat declarations, synchronize the built-in input
length with client configuration, and reject explicitly unknown chat channels.

### Patch Changes

- 995277f: Upgrade the RPGJS workspace and published package compatibility ranges to
CanvasEngine 2.1, including its compiler, presets, testing, and Tiled
integrations. Keep PixiJS on the CanvasEngine-supported 8.19 line and verify the
existing client, server, sample, and playground builds against the new runtime.
- Updated dependencies [995277f]
- Updated dependencies [995277f]
- @rpgjs/[email protected]

## 5.0.0-beta.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/vue",
"version": "5.0.0-beta.27",
"version": "5.0.0-beta.28",
"description": "Vue.js integration for RPGJS - Allows rendering Vue components over the game canvas",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions playground/games/chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @rpgjs/playground-chat

## 1.0.0-beta.1

### Patch Changes

- Updated dependencies [37a4fb0]
- Updated dependencies [995277f]
- Updated dependencies [995277f]
- Updated dependencies [335b768]
- @rpgjs/[email protected]
- @rpgjs/[email protected]
- @rpgjs/[email protected]
- @rpgjs/[email protected]
- @rpgjs/[email protected]
2 changes: 1 addition & 1 deletion playground/games/chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/playground-chat",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"private": true,
"type": "module",
"scripts": {
Expand Down