Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

Latest commit

 

History

History
149 lines (59 loc) · 4.96 KB

CHANGELOG.md

File metadata and controls

149 lines (59 loc) · 4.96 KB

1.0.0-beta.7 (2019-06-02)

Bug Fixes

  • asset: set root mesh to single mesh if possible (f6bc9cf)
  • docs: template highlighting issues (16f666c)
  • observable: fix for onentity emit (51b7745)
  • package: audit cleanup and peer dependencies (266e52c), closes #21
  • scene: race condition with detecting a camera for exclusion of the default environment (207df91)

Features

  • asset: add asset component (78116b3)
  • observable: add support with vue custom events (bd8dac0)
  • Observable: observable events emitted by entity and scene components (5e016cd), closes #5

BREAKING CHANGES

  • package: Babylon.js and loaders are now peer dependencies. Add @babylonjs/core and @babylonjs/loaders when using this package from npm.

1.0.0-beta.5 (2018-06-13)

Bug Fixes

  • site: fix webpack build for local development (3e62158)

1.0.0-beta.4 (2018-05-24)

Bug Fixes

  • esm: support environments with esm Vue (a2a921f)

1.0.0-beta.3 (2018-04-21)

Bug Fixes

  • controls: add margin bottom to controls example (e121220)

1.0.0-beta.2 (2018-03-30)

Bug Fixes

  • scene: default environment now activates properly (ac79e6a)

1.0.0-beta.1 (2018-03-30)

0.9.0 (2018-03-25)

Features

  • physics: add physics impostor support (cbc547a)

0.8.0 (2018-03-22)

Features

  • material: add material with pbr support (9261b6c)

0.7.1 (2018-02-24)

0.7.0 (2018-02-08)

Features

  • camera: add camera component (6829d85)
  • entity: add propreties system (10124f1)

0.6.0 (2018-02-05)

Features

  • material: add shader uniform and attribute components (4c17b62)
  • material: add shaders (c7bd5cb)
  • material: add vertex and fragment components (93d2959)

0.5.0 (2018-01-31)

Features

  • animations: add animations (cb8297b)
  • animations: add animations (1f3482d)

0.4.0 (2018-01-30)

Features

  • entity: add entity lifecycle hooks (4705ea4)
  • entity: add entity lifecycle hooks (1072f52)

0.3.0 (2018-01-30)

Features

0.2.0 (2018-01-29)

Features

  • entity: add entity and some basic meshes (2cc7c33)
  • entity: add entity and some basic meshes (ebb4a76)
  • plugin: create Vue and Vuex plugins (1c8615b)