Skip to content

Releases: Prozi/oneforall

v9.23.0

14 Nov 20:58
Compare
Choose a tag to compare
  • allow pixi v7 too
  • add test for v6 v7 v8 pixi
  • works for v6 v7 v8 pixi

9.21.1

10 Nov 21:42
Compare
Choose a tag to compare
  • full pixi v8 compatibility
  • full pixi v6 backwards compatibility (!)
  • install what you like
  • fixed bug by bumping inject library that just importing { Scene } was using pixi in nodejs
  • fixed bug by bumping inject library that just importing { SceneSSR } was using pixi in nodejs

v9.11.0

26 Sep 13:37
Compare
Choose a tag to compare
  • latest stable
  • updated dependencies to latest
  • scene query params get decoded from url

v9.9.0

15 Sep 19:36
Compare
Choose a tag to compare

Latest fastest stable

v9.3.0

15 Jul 14:12
Compare
Choose a tag to compare

latest stable release, updated all dependencies and moved one to dev dependencies making package fresh and slim

v9.0.8

23 May 16:28
Compare
Choose a tag to compare

a pack of non-breaking changes - improvements

v9.0.0

22 May 20:21
Compare
Choose a tag to compare

feat: rename scene-base to scene-ssr, improve docs, types 0ed9fb6

v8.0.2

22 May 19:38
Compare
Choose a tag to compare

what I didnt like in versions 6 and lower was that SceneBase.addChild(child) had code that set
child.scene = ...

in complex applications since some Lifecycles had gameObject and others had scene

I tried to unify that in version 7 introducing some breaking changes and removing lifecycle.scene
that kind of broke a few things

so in this version v8 I have aimed to both:

  1. unify gameObject and scene usage and types
  2. fix bugs introduced in v7
  3. improve code where possible (scene.pixi.isInitialized private -> public for example)

v6.1.3

17 Apr 20:31
Compare
Choose a tag to compare
  • since last version demo has been improved in many areas (mobile friendly, add url params debug, fps and limit)
  • improved Animator class to have its own real State Machine
  • improved GameObject, SceneBase, Scene, AnimatorData types (most notably GameObject doesn't extend PIXI.Container anymore)
  • implemented showFPS and debug (bounding boxes) options in scene creation
  • added Scene.getQueryParams() since it's very useful on frontend to have
  • renamed components to children everywhere to be in line with PIXI namings

v5.7.5

12 Apr 20:40
Compare
Choose a tag to compare

most notably added working simple docs https://prozi.github.io/oneforall/modules.html