2 hours ago
vuetify

v3.12.2

🔧 Bug Fixes

  • VDataTable: improvements for sorting in mobile mode (c3b3278), closes #22288 #22426
  • VDataTable: keep fixed cells opaque when loading (35e1e2c), closes #21557
  • VSelect: fix screenreader navigation to select options (#22602) (f906336), closes #22226
  • VTimeline: keep dot border when using numeric dot size (9511bc3), closes #22499

🧪 Labs

  • VFileUpload: hide-browse should hide divider as well (db3b4a2)
  • VFileUpload: expose controlRef for internal <input /> (4a21b87)
  • VFileUpload: append instead of replacing files when multiple (98f7561)
  • VFileUpload: integrate VInput & split internal logic (#22637) (251adb0)
2 hours ago
vuetify

v4.0.1

🚀 Features

🔧 Bug Fixes

  • docs: prevent marquee position reset when clicking links (8ffe3d1)
  • docs: add overflow-hidden to FAQ expansion panels (#22660) (4906409)
  • docs: correct unocss preset logo filename (df15a70)
  • theme: put theme stylesheet in body when loaded with unhead (2475a28)
  • VBadge: correct props.dotSize fallback (a71f396), closes #22658
  • VColorPicker: align sliders with controls (0d1ce90)
  • VDataTable: improvements for sorting in mobile mode (54affe1), closes #22288 #22426
  • VDataTable: keep fixed cells opaque when loading (ddca6ca), closes #21557
  • VGrid: correct mapping for grid gap x/y (65b4278)
  • VOtpInput: handle deletion via onBeforeinput for mobile compatibility (#22657) (2f8a4f9), closes #22628
  • VPagination: suppress browser spacing (a6b7b93)
  • VSelect: fix screenreader navigation to select options (#22602) (6c962b7), closes #22226
  • VSlideGroup: don't read dom attributes in computed() (a51b313), closes #22644
  • VSlider: reduce affix margins (18af2d2)
  • VSnackbar: opaque background for transparent variants (#22646) (e83fa88), closes #18871
  • VTimeline: keep dot border when using numeric dot size (6764c95), closes #22499

🧪 Labs

  • VFileUpload: hide-browse should hide divider as well (84f70ef)
  • VFileUpload: expose controlRef for internal <input /> (36d3d3c)
  • VFileUpload: append instead of replacing files when multiple (c93d2b7)
  • VFileUpload: integrate VInput & split internal logic (#22637) (027ab86)
6 hours ago
next.js

v16.2.0-canary.75

Misc Changes

  • Update Rspack development test manifest: #90805
  • Avoid using TaskTypes as keys in storage instead use hashes: #88904
  • Remove leaf segment force-refetch check: #90836

Credits

Huge thanks to @vercel-release-bot, @lukesandberg, and @acdlite for helping!

6 hours ago
rari

v0.10.11

What's Changed

  • fe8de6ae chore(deps): bump rari to 0.10.11

Full Changelog: https://github.com/rari-build/rari/compare/v0.10.10...v0.10.11

10 hours ago
Babylon.js

8.53.1

Changes:

  • #18015: Mark edge renderer line shader as non-serializable
  • #18012: Fix error in mesh subdivide: glDrawElements: Insufficient buffer size.
  • #18014: Inspector: Unconstrained morph target influencers + react-virtualizer fix
  • #18010: Playground: Show strikethrough for deprecated types/functions/etc. in JS
  • #17175: Playground Editor V2: Multi-file, ES modules, NPM Support
  • #18009: Inspector v2: React 17 compatibility
  • #18008: Inspector v2: Allow metadata stringify even with functions
  • #18001: Remove aggregate.body.disableSync from XR Controllers
  • #1: Object has no method 'createSphere'
  • #18007: Inspector v2: Add missing doc comments
See More
  • #17905: Prevents joint meshes from appearing before hand tracking is active
  • #18005: GUI fixes
  • #18006: Inspector: Fix depth peeling renderer being instantiated when we enable inspector v2
  • #18004: WebGPU: Refactor the debug marker code
  • #17968: Slider UI fix: pointer inputs not adjusted for adaptive scaling
  • #17998: WebGPU: Fix use of vertexInputs in WGSL
  • #17999: FrameGraph: Fix undo/redo in NRGE
  • #213: BABYLON.ExecuteCodeAction lacks current object reference
  • #17997: Object Renderer: Fix wrong render list length
  • #17994: Animation Retargeting: Fix root node not being processed
  • #17996: Animation Retargeting: Fix regression in #17994
  • #17995: WebGPU: Fix instanced mesh rendering in WebGPU when using a render target
  • #17993: Inspector v2: Types support in Playground
  • #17986: Viewer: Enable test for IBL shadows
  • #17992: Inspector v2: Minor styling and other community feedback
  • #17990: GeospatialCamera fixes
  • #17988: Added isEnabled toggle to GaussianSplattingSolidColorMaterialPlugin
  • #17987: Inspector v2: More fixes for Quick Create regression
  • #17979: Inspector v2: Fix Quick Create extension install regression
  • #17980: [code-simplifier] Simplify recently modified code for clarity
  • #17975: Viewer: Additional disable/enable snapshot helper
  • #17974: WebXR fixes
  • #17981: Newly added "Order Independent Transparency" setting
  • #17984: Fixes navigation
  • #17985: fix versioning in changelog
  • #17983: Physics comments/imports fixes
  • #17982: AI pass on Gizmos
  • #17977: FrameGraph: Miscellaneous fixes
  • #17976: Fix byte conversion in voxel grid shader
  • #17978: Fix css selector in node editor tools
  • #17973: Bump rollup from 4.41.1 to 4.59.0
  • #6276: Punctuation and consistency pass on 'what's new.md' for 4.0.
  • #6275: Neat
  • #6272: Nightly
  • #6256: Deploy
  • #6259: Animations associated with Morphed Models don’t play in the Babylon Sandbox.
  • #6260: support inspector moving light while gizmo is active
  • #6261: 4.0.0-rc.2
  • #6262: Inspector improvements
  • #6263: Nightly
  • #6265: Fix #6264
  • #6267: Nightly
  • #6268: 4.0.0-rc.3
  • #6269: Nightly
  • #6270: Calling MergeMeshes on an array of instances crashes browsers
  • #6251: Doc
  • #6254: Finish To Do Doc Links
  • #6252: [default playground] Mesh.CreateBox is deprecated
  • #6253: Pbr Doc Update Wave 2

This list of changes was auto generated.

10 hours ago
next.js

v16.2.0-canary.74

Core Changes

  • Refactor extractExportedConstValue to return { value } | null instead of throwing: #90510
  • Reimplement code frame rendering in native code: #85592
  • [devtools] Bundle for same target as Next.js browser runtime: #90762
  • Upgrade React from 98ce535f-20260226 to 4cc5b7a9-20260303: #90827
  • Add transitionTypes prop to next/link: #90701
  • [otel] fix missing http.route attribute: #90832

Misc Changes

  • turbo-persistence: add CRC32 block checksums: #90754
  • Remove unused turbo-tasks items and add lint check: #90801
  • Fix missing const generic parameter in turbo-persistence lookup call: #90817
  • Unify caching story across the docs: #90149
  • Turbopack: add anyhow::Context to turbo-persistence mmap, file open, and decompress operations: #90769

Credits

Huge thanks to @sokra, @lukesandberg, @delbaoliveira, @eps1lon, and @huozhi for helping!

13 hours ago
webpack

v5.105.4

Patch Changes

  • Add Module.getSourceBasicTypes to distinguish basic source types and clarify how modules with non-basic source types like remote still produce JavaScript output. (by @xiaoxiaojx in #20546)

  • Handle createRequire in expressions. (by @alexander-akait in #20549)

  • Fixed types for multi stats. (by @alexander-akait in #20556)

  • Remove empty needless js output for normal css module. (by @JSerFeng in #20162)

  • Update enhanced-resolve to support new features for tsconfig.json. (by @alexander-akait in #20555)

  • Narrows export presence guard detection to explicit existence checks on namespace imports only, i.e. patterns like "x" in ns. (by @hai-x in #20561)

13 hours ago
electron

electron v40.7.0

Release Notes for v40.7.0

Features

  • Added support for --experimental-transform-types. #49883 (Also in 39, 41)

Fixes

  • Allow dynamically updating menu item labels, sublabels, and icons. #49973 (Also in 41)
  • Fixed safeStorage failing to clean up legacy keychain entries when migrating to suffixed account names on macOS, and fixed first launch creating entries with the wrong (unsuffixed) account name. #49817
  • Fixed a bug that cause offscreen rendering doesn't have valid screen info and unable to get valid result of related media queries.
    • Added webPreference.offscreen.deviceScaleFactor to allow user specify a value, instead of using user's primary display's value. #49681
  • Fixed a macOS crash when creating a new tab from the tab overview. #49934 (Also in 41)
  • Fixed an issue on macOS where Universal Links were not delivered to app.on('continue-activity') on cold launch when NSUserActivity.userInfo was nil. #50005 (Also in 39, 41)
  • Fixed an issue where VideoFrame objects returned through contextBridge had an incorrect prototype. #50022 (Also in 39, 41)
  • Fixed an issue where malformed custom toastXml could cause a Notification crash. #49952 (Also in 41)
  • Fixed menu bar hiding after a call to win.setFullScreen(false) when not in fullscreen on Linux. #49994 (Also in 41)
  • Fixed menus to correctly emit menu-will-close event when closed after any submenu has been open. #49963 (Also in 41)

Other Changes

  • Updated Chromium to 144.0.7559.225. #49928
  • Updated Node.js to v24.14.0. #49939
13 hours ago
electron

electron v39.8.0

Release Notes for v39.8.0

Features

  • Added support for --experimental-transform-types. #49881 (Also in 40, 41)

Fixes

  • Fixed an issue on macOS where Universal Links were not delivered to app.on('continue-activity') on cold launch when NSUserActivity.userInfo was nil. #50004 (Also in 40, 41)
  • Fixed an issue where VideoFrame objects returned through contextBridge had an incorrect prototype. #50021 (Also in 40, 41)
  • Fixed an issue where setting zoomFactor in setWindowOpenHandler's overrideBrowserWindowOptions had no effect on windows opened via window.open(). #49910 (Also in 40, 41)
15 hours ago
chakra-ui

@chakra-ui/cli@3.34.0

Patch Changes

  • ba23d64 Thanks @segunadebayo! - Add --tsconfig flag to chakra typegen and automatic tsconfig resolution using tsconfck.

    This fixes an issue where typegen failed in projects with solution-style tsconfig setups (e.g. Vite's default tsconfig.json with references), because path aliases like @/* couldn't be resolved.

    # Auto-resolves (works with Vite's default setup)
    chakra typegen lib/theme/theme.ts
    
    # Explicit tsconfig
    chakra typegen lib/theme/theme.ts --tsconfig tsconfig.app.json