Skip to content

Releases: pmndrs/p2-es

p2-es@1.2.3

01 Nov 11:59
52d9668
Compare
Choose a tag to compare

Patch Changes

  • 14d64ac: refactor: Box Shape constructor
  • 14d64ac: fix: Box shape type incorrectly set to Shape.Convex instead of Shape.Box
  • f3f9d39: refactor: shape default options handling

@p2-es/sandbox@1.2.3

01 Nov 11:59
52d9668
Compare
Choose a tag to compare

Patch Changes

  • 61fcd9f: fix: mobile layout should scroll when controls are enabled
  • Updated dependencies [14d64ac]
  • Updated dependencies [14d64ac]
  • Updated dependencies [f3f9d39]
    • p2-es@1.2.3

p2-es@1.2.2

08 Oct 04:05
2b36971
Compare
Choose a tag to compare
p2-es@1.2.2

p2-es@1.2.1

08 Oct 00:30
1c1a9b2
Compare
Choose a tag to compare

Patch Changes

  • 50ab635: refactor: clean up Box constructor

@p2-es/sandbox@1.2.2

08 Oct 04:05
2b36971
Compare
Choose a tag to compare

Patch Changes

  • d50d5be: fix: enablePanning and enableZooming should default to true
    • p2-es@1.2.2

@p2-es/sandbox@1.2.1

08 Oct 00:30
1c1a9b2
Compare
Choose a tag to compare

Patch Changes

  • 50ab635: feat: add 'enableZooming' sandbox setting
  • 50ab635: fix: disable overflow on mobile layout when settings disabled
  • 50ab635: fix: stop using deprecated pixi Container 'interactive' property
  • 50ab635: chore: publish as cjs instead of umd
  • Updated dependencies [50ab635]
    • p2-es@1.2.1

@p2-es/sandbox@1.2.0

28 Sep 22:33
54035cb
Compare
Choose a tag to compare

@p2-es/sandbox

p2-es@1.1.8

07 Apr 01:55
943fb63
Compare
Choose a tag to compare

Patch Changes

  • 87d723a: feat: change remaining [number, number] tuple types to Vec2 type

p2-es@1.1.7

17 Feb 09:12
344117f
Compare
Choose a tag to compare

Patch Changes

  • 31d1218: refactor(PrismaticConstraint): remove unused velocity property
  • 9dfded6: feat(World): add remove spring event

v1.1.6 - 2022-07-11

11 Jul 02:47
Compare
Choose a tag to compare

1.1.6

Patch Changes

  • copy by reference instead of reconstructing tuples in TupleDictionary (@issy123)