v16.3.0-canary.63
- Serve ISR fallback shells in response to prefetch requests: #94534
- Insights: drop irrelevant fix cards from instant errors: #94926
- Navigation inspector UI updates: #94959
- skill(next-cache-components-adoption): clarify prereqs: #95082
- Turbopack: Delete dead AttachedFileSystem type: #94960
- Opt Partial Prefetching routes into the runtime stage of Cached Navs: #95097
- Fix #95015 by pulling a fix to scattered-collect: #95098
- docs(caching): clarify generateStaticParams prebuild and recommend max for CMS: #95081
- Release the instant navs lock without clearing the whole cookie jar: #94947
- Compute dev fallback params from the most-specific prerendered route: #95066
Huge thanks to @acdlite, @aurorascharff, @samselikoff, @bgw, @unstubbable, @lukesandberg, and @icyJoseph for helping!
1.5.0
- [x] Add done-btn class to next button (closes #610)
- [x] Pass final state to onDestroyed hook (closes #553)
- [x] Keep tour open on arrow-left at step 1 (closes #564)
- [x] Remove button text-shadow ghost text (closes #605)
- [x] Fire onNextClick on overlay nextStep (closes #576)
- [x] Add getNextStep to the driver API (closes #420)
- [x] Remove unicode characters from buttons
1.5.0
- [x] Add done-btn class to next button (closes #610)
- [x] Pass final state to onDestroyed hook (closes #553)
- [x] Keep tour open on arrow-left at step 1 (closes #564)
- [x] Remove button text-shadow ghost text (closes #605)
- [x] Fire onNextClick on overlay nextStep (closes #576)
- [x] Add getNextStep to the driver API (closes #420)
- [x] Remove unicode characters from buttons
v1.8.0
- Bug fixes and improvements.
- Update THREE to r184
- Fix issue when a loaded cube texture doesn't contribute to light probes (fix #5734) (#5735) (@mrxz)
- Fix issue when url of
gltf-modelchanges when model is still loading (#5739) (@mrxz) - Address unsafe-eval error with with strict Content Security Policy (CSP) (fix #5028) (#5821) (@vincentfretin, @samiemad, @mrxz)
- Replace Clock instance by Timer instance. Clock is deprecated in THREE r183+ (#5800) (@vincentfretin)
- Remove pcfsoft shadow type in shadow component, deprecated in THREE r182+ fallback to pcf (#5798) (@vincentfretin, @mrxz)
- Set dialogs text color explictitly to ovverride browser defaults that might result on white text on white background (#5814) (@vincentfretin)
- Fix issue when a tracked controller disconnects and reconnects (#5804) (@vincentfretin)
- Fix
hand-controlsorientation on Meta Quest Controllers (fix #5570, #5305, #5321) (#5766) (@filandra) - Fix missing pixel row when capturing an image with the screenshot component (fix #5789) (#5790) (@diarmidmackenzie)
- Fix issue with loading screen dismissed prematurely while images are still loading (#5779) (@vincentfretin)
- Click event triggered on the wrong controller with the
cursorcomponent (#5782) (@vincentfretin) - Fix incorrect error handling when an image fails to load in the
materialcomponent (#5781) (@vincentfretin, @mrxz) - Prevent erronously caching images that have failed to load (#5778)
- Identify controllers by id instead of idPrefix in
tracked-controls(fix #5772) (#5774) (@vincentfretin) - Fix issue where controller model is not visibile when toggling between hands and controllers (fix #5757) (#5777) (@vincentfretin)
- Use unique cache keys per file type when caching to match THREE r178+ convention (#5776) (@vincentfretin)
- Fix axis names for Windows motion controls (#5732) (@hazho)
- Make quad layers feature optional so it works on devices not supporting WebXR layers like Apple Vision Pro (#5722) (@vincentfretin)
- Fix wrong geometry size in layer component (#5723) (@vincentfretin)
- Fix check for
XRWebGLBindingexistance in layer component (#5721) (@vincentfretin, @mrxz) - Replace
npotproperty in material component with the more explicitminFilterandmagFilter(#5717) (@mrxz) - Verify this.quadPanelEl exists before toggling the layer visibility (#5708) (@vincentfretin)
- Reintroduce
needsRedrawflag to force updates on the layer component (#5724) (@vincentfretin) - Replace
rStatswithstats-glin stats component (fix #5397) (#5700) (@arvind-iyer) - Remove stats div from DOM when removing the stats component (#5733) (@vincentfretin)
- Update shadow light properties only for lights that support shadows (#5748) (@mrxz)
- Improve Logitech MX support: Enable use in AR mode, support variable brush stroke on button / tip pressuer (#5756) (@FilipeLopesPires)
- Remove obsolete variable assignments in
tracked-controlscomponent (#5770) (@vincentfretin) - Remove obsolete / dead logic to rotate the Meta Touch model thumbstick (#5775) (@vincentfretin)
- Set raycaster.camera to the active camera in order to raycast against sprites (@vincentfretin)
- Expose premultipliedAlpha on material component (#5810) (@vincentfretin)
- Docs improvements (@vincentfretin, @thatguyjk, @Utopiah, @ccoenen, @mrxz, @vaibhavyxx, @Omegahed, @dmarcos)
- Improve tests (@vincentfretin, @kitsiosk, @dmarcos)
- Build system improvements (@vincentfretin, @mrxz, @daj, @dmarcos)
- Set
generateMipmapsfor material component (#5726) (@vincentfretin, @mrxz) - Don't unnecessarily initialize 6 canvas for quad layers. (#5707) (@vincentfretin)
- Set meshMixin property default value to correct type in
real-world-meshcomponet (#5712) (@vaibhavyxx) - Use XRMediaBinding.createQuadLayer to render flat video on a layer (@vincentfretin)
- If you used material
npot: truepreviously as a way to settexture.minFilter = THREE.LinearFilterfor better image quality, you need to replace it withminFilter: linear. That change was introduced in #5717 that removednpotproperty that was legacy of WebGL1, new material propertiesminFilterandmagFilterhave been exposed instead. - If you used
shadow="type: pcfsoft", change it toshadow="type: pcf". From three.js migration guide for r182: PCFSoftShadowMap with WebGLRenderer is now deprecated. Use PCFShadowMap which is now soft as well.
astro@7.0.2
- Updated dependencies [
3b5e994]:- @astrojs/markdown-satteri@0.3.2
@astrojs/markdown-satteri@0.3.2
- #17165
3b5e994Thanks @Princesseuh! - Fixes headings being listed twice in a page'sheadingsmetadata when an integration (such as Starlight) assigns heading IDs with its own heading pass before adding anchor links
v16.3.0-canary.62
- [skills] Mark insight-error-page and next-rspack as internal: #95070
- Turbopack: Fix log box test on react 18: #95078
- Turbopack: Avoid clone when sorting by module file path: #95079
- Fix false-positive
export const dynamicin Cache Components detection: #95083 - docs: add Interactive Apps guide: #94020
Huge thanks to @gaojude, @bgw, @eps1lon, and @aurorascharff for helping!