Skip to content

Releases: Neosoulink/quick-threejs

@quick-threejs/[email protected]

08 Sep 14:20
0d8c9c4
Compare
Choose a tag to compare

Patch Changes

  • 809fcb7: #

    refactor(utils): improves types exportation

@quick-threejs/[email protected]

08 Sep 14:20
0d8c9c4
Compare
Choose a tag to compare

Patch Changes

  • 1f8ab82: #

    fix(reactive): define events & streams types

    • Correct resize observable values types
    • Use widowÏ height and width to set the default renderer aspect
  • Updated dependencies [809fcb7]

@quick-threejs/[email protected]

07 Sep 13:33
e0b75b5
Compare
Choose a tag to compare

Patch Changes

  • 4874023: # Logs

    fix(utils): Object3D serializer resolution

    • Stringify the received converted Object for worker messaging support
    • Deserializer now support the stringify JSON Object3D

    feat(reactive): share screen sizings to events

    • All the register events now share the canvas & window height and width

@quick-threejs/[email protected]

07 Sep 13:55
3fbd29b
Compare
Choose a tag to compare

Patch Changes

  • 57527ed: # patch

    feat(reactive): share screen sizings to events

    • All the register events now share the canvas & window height and width

@quick-threejs/[email protected]

07 Sep 13:33
e0b75b5
Compare
Choose a tag to compare

Patch Changes

  • 4b0912b: # chore(deps): remove unnecessary dependencies

    Logs

    • Remove lil-gui as peer-dependency
      • Use Three.js internal lil-gui
    • Use three/examples/jsm/Addons path

@quick-threejs/[email protected]

24 Jul 16:48
Compare
Choose a tag to compare

Patch Changes

  • b675af0: # Changes

    refactor(reactive): export missing base resources

    • setDefaultCamera cameraComponent is now initDefaultCamera
    • lil-gui is now a peer-dependency
    • TimerModule now export `step# @quick-threejs/reactive
    • WorldModule now export `enable# @quick-threejs/reactive

@quick-threejs/[email protected]

22 Jul 21:43
Compare
Choose a tag to compare

Patch Changes

  • 7507a34: - Add new types & export them
    • Add NonNever
    • Add Methods
    • Add Properties

@quick-threejs/[email protected]

22 Jul 22:29
Compare
Choose a tag to compare

Patch Changes

  • dab1876: #### refactor: improves resources importation

    • Export resources from sub folders

@quick-threejs/[email protected]

22 Jul 21:43
Compare
Choose a tag to compare

Patch Changes

  • 358bf6f: #### refactor: expose missing modules resources

    • Models now export there components & controllers properties

    chore(deps): define peerDependencies

    • Add tsyringe as peer-dependency
    • Add stats.js as peer-dependency
      • Set stats.js as optional peer-dependecy
  • Updated dependencies [7507a34]

@quick-threejs/[email protected]

22 Jul 21:43
Compare
Choose a tag to compare

Patch Changes

  • 7926349: #### chore: correct @typescript-eslint plugin ussage

    • use @typescript-eslint without /eslint-plugin
      • disabled @typescript-eslint/no-var-requires