Skip to content

Latest commit

 

History

History
154 lines (73 loc) · 6.82 KB

CHANGELOG.md

File metadata and controls

154 lines (73 loc) · 6.82 KB

Changelog

0.10.0 (2024-04-20)

Features

  • render: set data if prop exists (3780d86)

0.9.1 (2024-04-10)

Bug Fixes

  • render: don't set input prop (75ff8bb)

0.9.0 (2024-04-09)

Features

  • render: pass props.input to gameObject setInteractive (4feb278)

0.8.0 (2024-04-09)

Features

  • render: set props originX and originY (216e2ab)

0.7.2 (2024-04-07)

Bug Fixes

  • render: instantiate Rectangle in gameobject (80ba8e2)

0.7.1 (2024-04-02)

Documentation

  • readme: fix type usage in useScene (165de5d)

0.7.0 (2024-04-02)

Features

  • hooks: pass optional type generic to useScene (6d0d619)

0.6.0 (2024-04-01)

Features

0.5.1 (2024-04-01)

Bug Fixes

  • render: differentiate between Phaser GameObject and FunctionComponent (aa1fc4e)

0.5.0 (2024-03-31)

Features

  • render: don't create extraneous Container (c58226d)

0.4.2 (2024-03-31)

Build System

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

0.4.1 (2024-03-31)

Documentation

  • readme: improve grammar (15d9d5c)

0.4.0 (2024-01-12)

Features

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

0.3.2 (2024-01-10)

Bug Fixes

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

0.3.1 (2024-01-10)

Bug Fixes

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

0.3.0 (2024-01-10)

Features

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

0.2.1 (2024-01-09)

Bug Fixes

  • types: pass generic type to GameObjectProps (d2040c0)

0.2.0 (2024-01-09)

Features

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

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)

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)