@needle-tools/engine 3.43.0-beta → 3.43.0-beta.1

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,11 @@ 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
+ ## [3.43.0-beta.1] - 2024-06-29
8
+ - Add: `environment-image` magic names now use a lower-resolution version of the HDR/EXR image if the texture is just used for lighting
9
+ - Fix: Toggle Volume component `enable` should add and remove the effects
10
+ - Fix: Remove leftover log in `<needle-button>`
11
+
7
12
  ## [3.43.0-beta] - 2024-06-28
8
13
  - Add: Postprocessing Sharpening effect
9
14
  - Add: PostprocessingManager `addEffect` and `removeEffect` API