Skip to content

Releases: try-triplex/triplex

0.58.2

12 Oct 12:02
Compare
Choose a tag to compare

▵ Triplex 0.58.2 upgrades dependencies, fixes bugs, and turns on the halloween template.

Bug fixes

  • Upgrade Three.js to 157 across the repository.
  • Apply lint and prettier fixes thanks to Christoph Nakazawa.
  • Add halloween template for project initialization.
  • Template dependencies bumped to latest.
  • Fixes GLTF selection choosing an unexpected scene object.
  • Scene helpers are now portalled to be direct descendants of the scene instance.
  • Provider no longer has any intermediate groups between it and the rendered canvas element.
  • Fix scene object throwing during HMR when path is undefined (closes #140).

0.58.1

04 Oct 22:09
Compare
Choose a tag to compare

▵ Triplex 0.58.1 fixes some bugs with the new provider feature.

Bug fixes

  • Fix provider ui not respecting default props.
  • Provider config ui now takes up slightly more space.

0.58.0

01 Oct 05:15
Compare
Choose a tag to compare

Read the release notes on triplex.dev.

0.57.2

24 Sep 06:12
Compare
Choose a tag to compare

▵ Triplex 0.57.2 fixes some bugs with inputs and static analysis.

Bug fixes

  • Literal union input now support boolean literals.
  • Fix the scene panel throwing when the symbol for jsx elements could not be
    resolved.

0.57.1

22 Sep 12:14
Compare
Choose a tag to compare

▵ Triplex 0.57.1 fixes a critical bug with the new provider feature.

Bug fixes

  • User land provider no longer is wrapped in a SceneObject component
  • User land provider is now rendered inside the Canvas element

0.57.0

19 Sep 11:54
Compare
Choose a tag to compare

Read the release notes on triplex.dev.

0.56.1

02 Sep 11:07
Compare
Choose a tag to compare

▵ Triplex 0.56.1 fixes some critical bugs.

Bug fixes

  • Exports that export a call expression now resolve correctly when opened.
  • Selecting scene objects now bails out from traversing the Three.js scene when
    it is a host element inside the currently open file.

0.56.0

27 Aug 13:30
Compare
Choose a tag to compare

Read the release notes on triplex.dev.

Videos
triplex-live-edit-props.mp4
triplex-name-prop.mp4
triplex-gltf.mp4
triplex-number-input.mp4
triplex-tag-props.mp4
triplex-union-prop.mp4

0.55.3

24 Jul 11:54
Compare
Choose a tag to compare

Bug Fixes

  • Templates used during project creation no longer have banners.

0.55.2

17 Jul 10:29
Compare
Choose a tag to compare

Bug Fixes

  • Fixes the editor losing track of an inserted jsx element as a child that resulted in an exception being thrown.