@takram/three-geospatial-effects 0.2.0 → 0.3.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 +12 -0
- package/build/r3f.cjs +2 -730
- package/build/r3f.cjs.map +1 -1
- package/build/r3f.js +153 -1606
- package/build/r3f.js.map +1 -1
- package/package.json +2 -3
- package/src/r3f/index.ts +0 -1
- package/types/r3f/index.d.ts +0 -1
- package/src/r3f/SSAO.tsx +0 -123
- package/types/r3f/SSAO.d.ts +0 -25
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [0.3.1] - 2025-05-23
|
4
|
+
|
5
|
+
### Fixed
|
6
|
+
|
7
|
+
- Removed `process.env.NODE_ENV` from the ES build output.
|
8
|
+
|
9
|
+
## [0.3.0] - 2025-03-14
|
10
|
+
|
11
|
+
### Changed
|
12
|
+
|
13
|
+
- Removed `SSAO` component in favor of the one in `@react-three/postprocessing`.
|
14
|
+
|
3
15
|
## [0.2.0] - 2025-03-09
|
4
16
|
|
5
17
|
Updated peer dependencies to React 19 and R3F v9. For React 18 and R3F v8, use version 0.1.x, which will continue to receive fixes.
|