v3.12.2
- 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
v4.0.1
- icons: add more iconsets based on UnoCSS (#22668) (6c8bea5)
- styles: CSS variables for fonts (#22666) (84495a3)
- 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
v0.10.11
- fe8de6ae chore(deps): bump rari to 0.10.11
Full Changelog: https://github.com/rari-build/rari/compare/v0.10.10...v0.10.11
8.53.1
- #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.
v16.2.0-canary.74
- 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-20260226to4cc5b7a9-20260303: #90827 - Add
transitionTypesprop tonext/link: #90701 - [otel] fix missing http.route attribute: #90832
- 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
Huge thanks to @sokra, @lukesandberg, @delbaoliveira, @eps1lon, and @huozhi for helping!
v5.105.4
-
Add
Module.getSourceBasicTypesto distinguish basic source types and clarify how modules with non-basic source types likeremotestill produce JavaScript output. (by @xiaoxiaojx in #20546) -
Handle
createRequirein 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-resolveto support new features fortsconfig.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)
electron v40.7.0
- Allow dynamically updating menu item labels, sublabels, and icons. #49973 (Also in 41)
- Fixed
safeStoragefailing 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 whenNSUserActivity.userInfowas nil. #50005 (Also in 39, 41) - Fixed an issue where
VideoFrameobjects returned throughcontextBridgehad an incorrect prototype. #50022 (Also in 39, 41) - Fixed an issue where malformed custom
toastXmlcould 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-closeevent when closed after any submenu has been open. #49963 (Also in 41)
electron v39.8.0
- Fixed an issue on macOS where Universal Links were not delivered to
app.on('continue-activity')on cold launch whenNSUserActivity.userInfowas nil. #50004 (Also in 40, 41) - Fixed an issue where
VideoFrameobjects returned throughcontextBridgehad an incorrect prototype. #50021 (Also in 40, 41) - Fixed an issue where setting
zoomFactorinsetWindowOpenHandler'soverrideBrowserWindowOptionshad no effect on windows opened viawindow.open(). #49910 (Also in 40, 41)
@chakra-ui/cli@3.34.0
-
ba23d64Thanks @segunadebayo! - Add--tsconfigflag tochakra typegenand automatic tsconfig resolution usingtsconfck.This fixes an issue where
typegenfailed in projects with solution-style tsconfig setups (e.g. Vite's defaulttsconfig.jsonwithreferences), 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