Skip to content

Releases: remarkablegames/phaser-jsx

v0.4.2

31 Mar 05:01
17d1e33
Compare
Choose a tag to compare

0.4.2 (2024-03-31)

Build System

  • package: move @types/react to peerDependencies (19def0a)

v0.4.1

31 Mar 00:31
fa23154
Compare
Choose a tag to compare

0.4.1 (2024-03-31)

Documentation

  • readme: improve grammar (15d9d5c)

v0.4.0

12 Jan 02:11
7f31158
Compare
Choose a tag to compare

0.4.0 (2024-01-12)

Features

  • components: export additional GameObjects from version 3.70.0 (d0bb6fb)

v0.3.2

10 Jan 03:33
37e89f8
Compare
Choose a tag to compare

0.3.2 (2024-01-10)

Bug Fixes

  • render: don't pass certain Text props to setProps (6b13e88)

v0.3.1

10 Jan 03:07
994828e
Compare
Choose a tag to compare

0.3.1 (2024-01-10)

Bug Fixes

  • render: pass Text props (x, y, text, style) via instantiation (9ea0815)

v0.3.0

10 Jan 00:27
6d9704a
Compare
Choose a tag to compare

0.3.0 (2024-01-10)

Features

  • export types GameObjectProps and Ref (25ab9e2)
  • ref: export createRef (e3e3b6b)

v0.2.1

09 Jan 03:14
ba775a1
Compare
Choose a tag to compare

0.2.1 (2024-01-09)

Bug Fixes

  • types: pass generic type to GameObjectProps (d2040c0)

v0.2.0

09 Jan 00:46
3bd6388
Compare
Choose a tag to compare

0.2.0 (2024-01-09)

Features

  • element: warn instead of error if element is invalid (776ef79)

v0.1.1

08 Jan 07:25
b706bc2
Compare
Choose a tag to compare

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

08 Jan 06:21
8c2086c
Compare
Choose a tag to compare

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)