@rpgjs/client 4.0.0 → 4.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/browser/React-e57feed9.js +31136 -0
  3. package/browser/manifest.json +5 -0
  4. package/browser/rpg.client.js +438 -365
  5. package/browser/rpg.client.umd.cjs +31585 -376
  6. package/lib/Components/Component.js +6 -0
  7. package/lib/Components/Component.js.map +1 -1
  8. package/lib/GameEngine.d.ts +1 -0
  9. package/lib/GameEngine.js +6 -2
  10. package/lib/GameEngine.js.map +1 -1
  11. package/lib/{RpgGui.d.ts → Gui/Gui.d.ts} +27 -20
  12. package/lib/Gui/Gui.js +497 -0
  13. package/lib/Gui/Gui.js.map +1 -0
  14. package/lib/Gui/React.d.ts +14 -0
  15. package/lib/Gui/React.js +89 -0
  16. package/lib/Gui/React.js.map +1 -0
  17. package/lib/Gui/Vue.d.ts +13 -0
  18. package/lib/{RpgGuiCompiled.js → Gui/Vue.js} +64 -11
  19. package/lib/Gui/Vue.js.map +1 -0
  20. package/lib/Renderer.js +6 -4
  21. package/lib/Renderer.js.map +1 -1
  22. package/lib/RpgClientEngine.js +1 -1
  23. package/lib/RpgClientEngine.js.map +1 -1
  24. package/lib/Scene/Scene.d.ts +26 -1
  25. package/lib/Scene/Scene.js +32 -3
  26. package/lib/Scene/Scene.js.map +1 -1
  27. package/lib/Tilemap/Tile.js +2 -2
  28. package/lib/Tilemap/index.js +1 -1
  29. package/lib/Tilemap/index.js.map +1 -1
  30. package/lib/index.d.ts +2 -1
  31. package/lib/index.js +2 -1
  32. package/lib/index.js.map +1 -1
  33. package/package.json +21 -6
  34. package/src/Components/Component.ts +6 -0
  35. package/src/GameEngine.ts +7 -3
  36. package/src/Gui/Gui.ts +556 -0
  37. package/src/Gui/React.ts +116 -0
  38. package/src/Gui/Vue.ts +137 -0
  39. package/src/Renderer.ts +8 -4
  40. package/src/RpgClientEngine.ts +1 -1
  41. package/src/Scene/Scene.ts +35 -4
  42. package/src/Tilemap/Tile.ts +2 -2
  43. package/src/Tilemap/index.ts +1 -1
  44. package/src/index.ts +2 -1
  45. package/lib/RpgGui.js +0 -499
  46. package/lib/RpgGui.js.map +0 -1
  47. package/lib/RpgGuiCompiled.d.ts +0 -3
  48. package/lib/RpgGuiCompiled.js.map +0 -1
  49. package/src/RpgGui.ts +0 -553
  50. package/src/RpgGuiCompiled.ts +0 -43
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 4.0.3 (2023-10-10)
7
+
8
+ **Note:** Version bump only for package @rpgjs/client
9
+
10
+
11
+
12
+
13
+
14
+ ## 4.0.2 (2023-10-03)
15
+
16
+ **Note:** Version bump only for package @rpgjs/client
17
+
18
+
19
+
20
+
21
+
22
+ ## 4.0.1 (2023-10-03)
23
+
24
+ **Note:** Version bump only for package @rpgjs/client
25
+
26
+
27
+
28
+
29
+
6
30
  # 4.0.0-rc.13 (2023-09-09)
7
31
 
8
32
  **Note:** Version bump only for package @rpgjs/client