@needle-tools/engine 2.67.9-pre.1 → 2.67.10-pre

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,18 @@ All notable changes to this package will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [2.67.10-pre] - 2023-04-06
8
+ - Add vite copy files build plugin
9
+ - Fix: PostProcessing not applying effects when enabled for the second time as well as removing earlier hack
10
+ - Change: update user-select/touch-action in project templates style.css to prevent accidental iOS selection of canvas
11
+ - Change: disable text selection on Needle logo
12
+ - Bump three version, see changes below
13
+
14
+ ### Three
15
+ - change USDZExporter: pass writer into onAfterHierarchy callback, move onAfterHierarchy callback after scene hierarchy write
16
+ - fix USDZExporter: fix exception when trying to process render targets
17
+ - fix WebXRManager: Correctly update the user camera when it has a parent with a non-identity transform.
18
+
7
19
  ## [2.67.9-pre] - 2023-04-03
8
20
  - Change: SpriteRenderer material to transparent
9
21
  - Bump: tools package dependency