phaser-jsx

📝 Use JSX in Phaser

MIT License

Downloads
920
Stars
3
Committers
3

Bot releases are visible (Hide)

phaser-jsx - v0.10.0 Latest Release

Published by github-actions[bot] 6 months ago

0.10.0 (2024-04-20)

Features

  • render: set data if prop exists (3780d86)
phaser-jsx - v0.9.1

Published by github-actions[bot] 6 months ago

0.9.1 (2024-04-10)

Bug Fixes

  • render: don't set input prop (75ff8bb)
phaser-jsx - v0.9.0

Published by github-actions[bot] 6 months ago

0.9.0 (2024-04-09)

Features

  • render: pass props.input to gameObject setInteractive (4feb278)
phaser-jsx - v0.8.0

Published by github-actions[bot] 6 months ago

0.8.0 (2024-04-09)

Features

  • render: set props originX and originY (216e2ab)
phaser-jsx - v0.7.2

Published by github-actions[bot] 6 months ago

0.7.2 (2024-04-07)

Bug Fixes

  • render: instantiate Rectangle in gameobject (80ba8e2)
phaser-jsx - v0.7.1

Published by github-actions[bot] 7 months ago

0.7.1 (2024-04-02)

Documentation

  • readme: fix type usage in useScene (165de5d)
phaser-jsx - v0.7.0

Published by github-actions[bot] 7 months ago

0.7.0 (2024-04-02)

Features

  • hooks: pass optional type generic to useScene (6d0d619)
phaser-jsx - v0.6.0

Published by github-actions[bot] 7 months ago

0.6.0 (2024-04-01)

Features

phaser-jsx - v0.5.1

Published by github-actions[bot] 7 months ago

0.5.1 (2024-04-01)

Bug Fixes

  • render: differentiate between Phaser GameObject and FunctionComponent (aa1fc4e)
phaser-jsx - v0.5.0

Published by github-actions[bot] 7 months ago

0.5.0 (2024-03-31)

Features

  • render: don't create extraneous Container (c58226d)
phaser-jsx - v0.4.2

Published by github-actions[bot] 7 months ago

0.4.2 (2024-03-31)

Build System

  • package: move @types/react to peerDependencies (19def0a)
phaser-jsx - v0.4.1

Published by github-actions[bot] 7 months ago

0.4.1 (2024-03-31)

Documentation

  • readme: improve grammar (15d9d5c)
phaser-jsx - v0.4.0

Published by github-actions[bot] 9 months ago

0.4.0 (2024-01-12)

Features

  • components: export additional GameObjects from version 3.70.0 (d0bb6fb)
phaser-jsx - v0.3.2

Published by github-actions[bot] 9 months ago

0.3.2 (2024-01-10)

Bug Fixes

  • render: don't pass certain Text props to setProps (6b13e88)
phaser-jsx - v0.3.1

Published by github-actions[bot] 9 months ago

0.3.1 (2024-01-10)

Bug Fixes

  • render: pass Text props (x, y, text, style) via instantiation (9ea0815)
phaser-jsx - v0.3.0

Published by github-actions[bot] 9 months ago

0.3.0 (2024-01-10)

Features

  • export types GameObjectProps and Ref (25ab9e2)
  • ref: export createRef (e3e3b6b)
phaser-jsx - v0.2.1

Published by github-actions[bot] 9 months ago

0.2.1 (2024-01-09)

Bug Fixes

  • types: pass generic type to GameObjectProps (d2040c0)
phaser-jsx - v0.2.0

Published by github-actions[bot] 9 months ago

0.2.0 (2024-01-09)

Features

  • element: warn instead of error if element is invalid (776ef79)
phaser-jsx - v0.1.1

Published by github-actions[bot] 9 months ago

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)
phaser-jsx - v0.1.0

Published by github-actions[bot] 9 months ago

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)