Releases: remarkablegames/phaser-jsx
Releases · remarkablegames/phaser-jsx
v0.4.2
0.4.2 (2024-03-31)
Build System
- package: move @types/react to peerDependencies (19def0a)
v0.4.1
0.4.1 (2024-03-31)
Documentation
v0.4.0
0.4.0 (2024-01-12)
Features
- components: export additional GameObjects from version 3.70.0 (d0bb6fb)
v0.3.2
0.3.2 (2024-01-10)
Bug Fixes
- render: don't pass certain Text props to setProps (6b13e88)
v0.3.1
0.3.1 (2024-01-10)
Bug Fixes
- render: pass Text props (x, y, text, style) via instantiation (9ea0815)
v0.3.0
0.3.0 (2024-01-10)
Features
- export types GameObjectProps and Ref (25ab9e2)
- ref: export createRef (e3e3b6b)
v0.2.1
0.2.1 (2024-01-09)
Bug Fixes
- types: pass generic type to GameObjectProps (d2040c0)
v0.2.0
0.2.0 (2024-01-09)
Features
- element: warn instead of error if element is invalid (776ef79)
v0.1.1
0.1.1 (2024-01-08)
Bug Fixes
- element: ensure props.children is an array in createElement (83ab991)
- jsx-dev-runtime: remove last 4 arguments from jsxDEV (06fc624)
v0.1.0
0.1.0 (2024-01-08)
Features
- components: export GameObjects (138a597)
- constants: add events (fd4ac79)
- export components (14a2f94)
- export createElement and jsx (787dfdb)
- jsx-dev-runtime: export jsx-dev-runtime (b226b5d)
- jsx-runtime: export jsx, jsxDEV, jsxs, and Fragment (c3c500d)
- package: add phaser 3 to peerDependencies (1801a77)
- render: export render (22e7807)
- types: export Events and Props (0c4e041)
Bug Fixes
- element: correct createElement props and children (b2cfbc1)