v8.0.0-beta.11
Please refer to CHANGELOG.md for details.
8.47.2
- #17747: Fix Inspector v2 regression in Playground
- #17739: Inspector v2: Switch tools to be always enabled (not optional extensions)
- #17746: Fix file size error threshold
- #17743: [GeospatialCamera] Fix clipping behavior, add drag limit when pitched towards horizon, add pitch limit scaling when zoomed out
- #17741: Make inspector v1 package forward compatible with Babylon 9
- #17744: Increasing camera radius in NPE preview
- #17745: Porting gizmo code from NGE to NPE
- #17742: Allow user to dismiss dialog
- #17740: enable bidirectional UI refresh with projected UI elements
- #17738: [Inspector v2] Export tool tweaks
See More
- #17737: NME: Fix crash when choosing linear space for the fragment output block in WebGPU
- #17711: Adding sandbox landing URL
- #17713: Inspector V2: Capture Tools updates
- #17580: Inspector v2: GLTF Import tools
- #17736: Inspector v2: Perf viewer bug fixes
- #17734: [InspectorV2] Fix bug where gltf export fails when texture points to local file
- #17688: OpenPBR Translucent Slab
- #17735: More WGSL conversion for atmosphere add-on
- #17733: Fix issue with srgb in sandbox
- #17730: [InspectorV2] Performance Viewer
- #17691: Remove try new inspector button from Sandbox and Playground
- #17603: Inspector v2: Improve overlay mode
- #17731: [GeospatialCamera] Add GeospatialClippingBehavior and fix scrollwheel zoom limit
- #17729: Adding network wait for interaction sandbox tests to assure models load
- #17638: Add more control on GS view update threshold
- #17727: Add sprites to the AssetContainer
- #17728: [InspectorV2] Reflector Tool
- #17718: [GeospatialCamera] Recompute yawPitchFromLookAt after center change, inverse of computeLookAtFromYawPitch. Add unit tests
- #17719: Tinier ThinEngine
- #17720: Remove lerna and bump dep
- #17723: Materials: Fix of clustered lights usage in material library materials
- #17725: FrameGraph: Fix use of SPS with frame graphs
- #17722: Fix ClusteredLightContainer proxy mesh belonging to wrong scene
- #309: TypeScript/JavaScript alignment
- #17714: Interpolation npe
- #17715: [InspectorV2] Minor fixes
- #17710: Show attractors for NPE systems
- #17712: Starting directory picker in same folder
- #17702: Add PWA support for Sandbox
- #17709: [InspectorV2] Fail gracefully when material has no name
- #7: FPS Drops from 60 FPS to 30 FPS
This list of changes was auto generated.
v16.2.0-canary.15
- Decouple route stale time from segment-level data: #88834
- Decouple route and segment cache lifecycles: #88989
- [ci] Silence
baseline-browser-mappingwarnings: #89175 - [Cache Components] Prevent streaming fetch calls from hanging in dev: #89171
- React types update: #89110
- [nextjs] feat: removing length requirement: #89173
- Turbopack: Remove unused argument: #80235
- Prettier-ignore changes in
next-env.d.tsfiles in all top-level apps: #89176 - Turbopack: warn when tracing the whole project: #89157
- [docs] Always include
unsafe-evalin devContent-Security-Policy: #89163 - Add full adapters E2E tests to workflow: #89125
Huge thanks to @timneutkens, @acdlite, @unstubbable, @mischnic, @eps1lon, @ijjk, and @brookemosby for helping!
v15.5.11
[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.
- Tracing: Fix memory leak in span map (#85529)
- fix: ensure LRU cache items have minimum size of 1 to prevent unbounded growth (#89134)
- Turbopack: fix NFT tracing of sharp 0.34 (#82340)
- Turbopack: support pattern into exports field (#82757)
- NFT tracing fixes (#84155 and #85323)
- Turbopack: validate CSS without computing all paths (#83810)
- feat: implement LRU cache with invocation ID scoping for minimal mode response cache (#89129)
Huge thanks to @timneutkens, @mischnic, @ztanner, and @wyattjoh for helping!
electron v40.1.0
- DevTools errors are no longer printed to console. #49359
- Fixed
setRepresentedFilename()not settingAXDocumentaccessibility attribute on macOS. #49417 (Also in 39) - Fixed a potential race condition crash when opening DevTools. #49422 (Also in 39)
- Fixed an issue in
chrome://accessibility. #49560 (Also in 39, 41) - Fixed an issue where
shell.writeShortcutLinkwas throwingTypeError: Insufficient number of argumentswhen called with just[(path, options)]. #49501 (Also in 39, 41) - Fixed crash in platform_util::Beep() on Linux. #49482 (Also in 39, 41)
- Made toplevel icon Wayland protocol work. #49414 (Also in 39)
v12.1.0
- autoplay: broken custom delay percentages with pause/resume (#8133) (0afecde)
- core: Don't use
data-swiper-slide-indexforrealIndexwhen virtual module is enabled (#8142) (bd957f8) - core: Escape all CSS selector special characters (d35f41a), closes #8135
- core: support slidesOffsetBefore and slidesOffsetAfert in cssMode (45b98d0), closes #7926
- fix lazy preloader removal error in react in vue (332f5c7), closes #8149
- thumbs: update slide classes on virtual swiper update (#8141) (9752771)
- types: Add
autoScrolltothumbs.updatetype signature (#8146) (5d91e6e) - zoom: initialize gesture state after programmatic zoom (#8112) (71e9511)
electron v39.4.0
- Fixed an issue in
chrome://accessibility. #49559 (Also in 40, 41) - Fixed an issue where
shell.writeShortcutLinkwas throwingTypeError: Insufficient number of argumentswhen called with just[(path, options)]. #49502 (Also in 40, 41) - Fixed crash in platform_util::Beep() on Linux. #49484 (Also in 40, 41)
- Updated Node.js to v22.22.0. #49389
v2.15.3
- Revert Fix ElementComponent ‘mousemove’ event firing outside element by @willeastcott in #8413
Full Changelog: https://github.com/playcanvas/engine/compare/v2.15.2...v2.15.3