2 hours ago
Babylon.js

9.26.1

Addons

Core

  • Decouple Gaussian classification for effective tree shaking - [Bug Fix] by RaananW (#18909)
  • Add dithered tile fade material plugin - [New Feature] by CedricGuillemet (#18902)
  • Add new MultiTexture class - [New Feature] by abogartz (#18822)
  • Fluid renderer: per-particle size for GPUParticleSystem + fix GPU particle quad offsets - [Bug Fix] by tini2n (#18888)
  • Improve USD materials, instancing, morphs, and skinning - [Bug Fix] by SergioRZMasson (#18900)

Loaders

  • FBX loader: full format coverage, animation fidelity, DCC materials, NURBS, constraints - by Pryme8 (#18907)
  • Improve USD materials, instancing, morphs, and skinning - [Bug Fix] by SergioRZMasson (#18900)
  • chore(deps): update dependencies securely - by RaananW (#18899)

Sandbox

Viewer

  • Decouple Gaussian classification for effective tree shaking - [Bug Fix] by RaananW (#18909)
2 hours ago
quasar

quasar-v2.32.3

Changes

  • chore(css): Baseline cleanup -> appearance: none is emitted unprefixed (the -webkit- form served no supported browser), and the fieldset padding rule left normalize since every supported engine ships the same values in its UA stylesheet. No rendering change on Chromium 121+, Firefox 123+ and Safari 17.2+
  • chore(api): the "added in" markers below v2.12 are gone from the component and composable API JSONs (105 entries across 43 files, one of them a stale v1.20.3), so IDE hovers and the API cards no longer flag features that have shipped for over three years
  • chore(deps): build tooling refreshed (vite 8.3, rolldown 1.2.8, sass-embedded 1.104.1)

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If Quasar is useful in your workflow and you want to support ongoing maintenance, please consider the following:

2 hours ago
rollup

v4.63.3

4.63.3

2026-09-14

Bug Fixes

  • Make sure that the internal shims for basename and extname in the browser build fully match NodeJS (#6473)
  • Always report and recover from failures on invalidation in watch mode (#6506)
  • Respect windows line terminators when tree-shaking in situations where line-breaks need to be removed to prevent automatic semicolon insertion (#6514)

Pull Requests

  • #6473: fix(browser): match node's basename and extname (@luantaraschi, @lukastaegert)
  • #6506: fix(watch): await the rerun so listener failures surface as ERROR events (@yoominho91, @irontaek, @lukastaegert)
  • #6514: Remove the whole CRLF pair when suppressing ASI (@NgoQuocViet2001)
  • #6515: chore(deps): lock file maintenance (@renovate[bot])
2 hours ago
quasar

@quasar/app-vite-v3.8.4

Changes

  • chore(app-vite): PWA mode -> the generated index.html no longer carries the msapplication-TileImage and msapplication-TileColor meta tags. They configured the pinned-site tiles of Internet Explorer and pre-Chromium Edge only; Chromium Edge takes its tiles from the web manifest, so none of the supported browsers read them. The icons/ms-icon-144x144.png file those tags pointed at is no longer generated by Icon Genie either (@quasar/icongenie v6.1.7+); an existing project can delete it from its public/icons folder, nothing references it anymore
  • chore(app-vite): templates -> the Capacitor and Cordova index.html templates no longer contain the msapplication-tap-highlight meta tag (it targeted IE10 on Windows Phone). This only affects newly generated projects; in an existing project you can remove the line from src-capacitor/www/index.html / src-cordova/www/index.html (and from your root index.html) by hand, it has no effect on any supported browser
  • chore(app-vite): upgraded deps -> vite ^8.3.0, rolldown ^1.2.8, sass-embedded ^1.104.1, @clack/prompts ^1.8.0, open ^11.0.3

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If Quasar is useful in your workflow and you want to support ongoing maintenance, please consider the following:

2 hours ago
rspack

v2.2.4

Highlights

CSS-only entry bundling

CSS-only entries using native CSS support now emit standalone stylesheets without an unnecessary JavaScript bundle. Standalone runtime chunks are also omitted when no JavaScript entry needs them, making it easier to build CSS assets directly. See #14879.

Ignore magic comments in CSS

Native CSS support now recognizes webpackIgnore and its rspackIgnore alias for @import, url(), and image-set() dependencies. This lets you leave selected references for the browser to load instead of resolving and bundling them. See #15314.

Reliable persistent caching for child compilers

With experiments.newCache, parent and child compilers now coordinate access to shared persistent cache storage while keeping their entries separate. This prevents conflicting writes and cleanup from losing cached data, and allows both parent and child modules to be restored across compiler restarts. See #15616.

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

Refactor 🔨

Document 📖

Other Changes

New Contributors

Full Changelog: https://github.com/web-infra-dev/rspack/compare/v2.2.3...v2.2.4

2 hours ago
quasar

@quasar/extras-v2.1.0

New

  • feat(extras): roboto-font -> Roboto now ships as a variable font (weights 100 to 900) in one woff2 per script subset with unicode-range: Latin, Latin Extended, Cyrillic, Greek, Vietnamese, math and symbols. Browsers download only the subsets a page actually uses. Pages using two or more weights get lighter (43 KB total instead of 22 KB per weight), single-weight pages pay about 21 KB more, and Cyrillic, Greek and Vietnamese text now renders in Roboto instead of falling back to the system font.
  • feat(extras): roboto-font-latin-ext -> now an alias of roboto-font, which covers the extended range itself. Existing extras lists in quasar.config keep working; you can drop roboto-font-latin-ext and keep only roboto-font.
  • feat(extras): roboto-font -> font-display: swap; text renders immediately in the fallback font while Roboto loads instead of staying invisible for up to three seconds.
  • feat(extras): Google web fonts (Roboto, Material Icons, Material Symbols) -> shipped as woff2 only; Roboto is about 20% smaller and the unused woff fallbacks are gone from the package.
  • material-symbols-outlined -> v371
  • material-symbols-rounded -> v372
  • material-symbols-sharp -> v368
  • Heads up on the Material Symbols upgrade: Google removed the drive_fusiontable icon upstream, so symOutlinedDriveFusiontable, symRoundedDriveFusiontable and symSharpDriveFusiontable are no longer exported. If you import any of them, switch to another icon before upgrading. The same upgrade adds *BulletChart, *CarSeatOff, *DeviceSwooshStar, *DomainDisabledCheck, *List2, *MobileTap, *PeopleSizeDecrease, *PeopleSizeIncrease, *SimCardLock, *SpatialGallery, *Speaker3, *SpeechToText2, *SteeringWheelCool and *TargetCheck to all three families.

Other

  • chore(extras): bootstrap-icons, eva-icons, ionicons-v4, line-awesome, mdi-v7 -> the woff files shipped beside each woff2 are dropped (1.1 MB less in the package; no supported browser requested them). mdi-v7 and line-awesome now declare font-display: block like every other icon font, so icon glyphs never flash as fallback text while the font loads.
  • Heads up: if your own CSS references the extras font files by path (a .woff file, or one of the previous Roboto web-font/ file names), update it; only the documented extras names and CSS entry points are stable.

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If Quasar is useful in your workflow and you want to support ongoing maintenance, please consider the following:

4 hours ago
virtual

@tanstack/vue-virtual@3.13.39

Patch Changes

  • Updated dependencies [06d1b6b, 2c0a0ea]:
    • @tanstack/virtual-core@3.17.11
4 hours ago
virtual

@tanstack/solid-virtual@3.13.40

Patch Changes

  • Updated dependencies [06d1b6b, 2c0a0ea]:
    • @tanstack/virtual-core@3.17.11
4 hours ago
virtual

@tanstack/virtual-core@3.17.11

Patch Changes

  • #1284 06d1b6b - Read the current scroll offset when the debounced scroll-end fallback fires so measurement adjustments made since the last browser scroll event are not overwritten by stale state.

  • #1248 2c0a0ea - Keep a travelling smooth scrollToIndex alive when content is prepended. With anchorTo: 'end', the prepend anchor sync wrote scrollTop instantly, which cancelled the browser's smooth animation and left the scroll stranded partway; Chromium drops a smooth request re-issued right after such a cancel, so it could not be resumed. The sync is now skipped while a smooth programmatic scroll is still in flight, and the animation continues to its recomputed target. A smooth scroll that has already landed still receives the anchor sync.

4 hours ago
virtual

@tanstack/svelte-virtual@3.13.39

Patch Changes

  • Updated dependencies [06d1b6b, 2c0a0ea]:
    • @tanstack/virtual-core@3.17.11