Releases: trytriplex/triplex
Releases · trytriplex/triplex
0.62.0
Release notes are available at triplex.dev.
0.61.2
▵ Triplex 0.61.2 wishes you a great end of the year!
Bug fixes
- Fix HMR error when Object namespace has been taken in the user-land module
- Fix clear button spacing on the string input
- Props filter now persists between selected elements
- Source files now have events initialized when first explicitly loaded — previously they would be skipped over when implicitly loaded
- Source file updates originating from the file system now work with undo/redo
Chore
- Add empty template and set as default for project creation
0.61.1
0.61.0
Release notes available at triplex.dev.
0.60.1
▵ Triplex 0.60.1 polishes the windows and hopes your day has been great!
Bug fixes
- Importing gltf/glb assets directly no longer errors
Chores
- Provider controls have now moved above the open component to hopefully provide a more intuitive UX
- App now bundled into a single file
0.60.0
Release notes available at triplex.dev.
0.59.1
0.59.0
Release notes available at triplex.dev.
0.58.2
▵ 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).