@platejs/yjs@52.0.9
e359d59by @felixfeng33 – Fix yjs init.
v2.0.7
- Add support for chaining
withClientHints()&withFeatureCheck() - Add new browser: Atlas, Steam
- Add new device vendor: Anbernic, Logitech, Valve
- Improve device detection: Xiaomi
- Improve OS detection: iOS
- Split
helperssubmodule into several new submodules:bot-detection:isAIAssistant()isAICrawler()isBot()
browser-detectionisChromeFamily()isElectron()isFromEU()isStandalonePWA()
device-detectiongetDeviceVendor()isAppleSilicon()
- Update
extensionssubmodule:- Add new fetcher: Nova Act
- Add new library: Bun, Dart, Deno, hackney, Node.js, rest-client, undici
8.3.10
[@mantine/hooks]use-focus-within: Fix event handlers not being cleaned up properly (#8507)[@mantine/core]Menu: Fix focus not being returned to the target element when the dropdown is closed (#8517)[@mantine/core]List: Fix incorrect marker gap withiconprop (#8519)[@mantine/core]Fix some global styles not being applied to shadow DOM:host(#8504)[@mantine/core]Fix SSR-related errors in Tooltip and Popover.Target when the children are defined withReact.lazy(#8522)[@mantine/tiptap]Fix missing z-index on the toolbar[@mantine/form]AddFormArrayElementtype export (#8486)[@mantine/dates]Fix children override not working in MonthsList/YearsListgetYearProps/getMonthPropsfunctions (#8488)[@mantine/emotion]ImproveCSSObjecttype increateStyles(#8500)[@mantine/core]Input: Fix description having incorrect cursor styles (#8503)[@mantine/hooks]use-in-viewport: Fix incorrect entry cheching in some cases (#8509)[@mantine/core]Popover: Fix incorrect dropdown position when the target element is not initially within the viewport (#8411)[@mantine/core]Fix incorrectly inheritedpointerprop type from base input in some components
- @spalt08 made their first contribution in https://github.com/mantinedev/mantine/pull/8509
- @radui1398 made their first contribution in https://github.com/mantinedev/mantine/pull/8503
- @MehdiAlipooor made their first contribution in https://github.com/mantinedev/mantine/pull/8488
Full Changelog: https://github.com/mantinedev/mantine/compare/8.3.9...8.3.10
3.3.2
- Migrate from pnpm to Bun by @prabhuignoto in https://github.com/prabhuignoto/react-chrono/pull/590
- Fix: Auto-select-first timeline card in horizontal mode by @prabhuignoto in https://github.com/prabhuignoto/react-chrono/pull/593
Full Changelog: https://github.com/prabhuignoto/react-chrono/compare/3.3.1...3.3.2
v52.11.0
- Rework vscode extension - by @kermanx and Copilot in https://github.com/slidevjs/slidev/issues/2390 (638e2)
- Resolver should prioritize prefixed addons/themes - by @AlbertBrand in https://github.com/slidevjs/slidev/issues/2398 (cbcb5)
v16.1.0-canary.16
- Include nextConfig in edge runtime via separate manifest: #86769
- Fix required-server-files: #86875
- Add pino-related packages to server-external-packages: #86884
- Fix validateTurboNextConfig running for next start: #86886
- Add experimental.runtimeServerDeploymentId: #86865
- Turbopack: bincode: Migrate TaskInput serialization to bincode: #86631
- Add gitignore note for next-env.d.ts: #86809
- docs: fix broken examples link: #86916
Huge thanks to @mischnic, @bgw, @ijjk, @icyJoseph, and @muhammadsyaddad for helping!
v8.15.0-rc
Installation:
npm install pixi.js@8.15.0-rc
Development Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.15.0-rc/dist/pixi.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.15.0-rc/dist/pixi.mjs
Production Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.15.0-rc/dist/pixi.min.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.15.0-rc/dist/pixi.min.mjs
Documentation:
https://github.com/pixijs/pixijs/compare/v8.14.3...v8.15.0-rc
- feat: allow RenderTexture.create to accept dynamic option by @seanzhaoxiaoxiao in https://github.com/pixijs/pixijs/pull/11767
- feat: add unload method to reset GPU data by @Zyie in https://github.com/pixijs/pixijs/pull/11762
- feat: add unified GC by @Zyie in https://github.com/pixijs/pixijs/pull/11786
- feat: move GPU context storage to GraphicsContext._gpuData by @Zyie in https://github.com/pixijs/pixijs/pull/11763
- feat: move GPU data to Geometry._gpuData by @Zyie in https://github.com/pixijs/pixijs/pull/11772
- feat: move GPUData to TextureSource by @Zyie in https://github.com/pixijs/pixijs/pull/11774
- feat: move GL/GPU buffer storage to Buffer._gpuData and manage buffers list by @Zyie in https://github.com/pixijs/pixijs/pull/11775
- feat: update text GPU lifecycle and resolution updates by @Zyie in https://github.com/pixijs/pixijs/pull/11781
- feat: ParticleContainer type improvements by @unstoppablecarl in https://github.com/pixijs/pixijs/pull/11708
- fix: SVGParser.ts Allow negative values for Polygon(s)/polyline(s) by @Raukie in https://github.com/pixijs/pixijs/pull/11771
- fix: prevent double returning of batches to pool by @GoodBoyDigital in https://github.com/pixijs/pixijs/pull/11780
- fix: Add error handling for message processing in KTX worker by @zardoy in https://github.com/pixijs/pixijs/pull/11768
- fix: RenderTexture ignoring format setting (WebGL) by @laino in https://github.com/pixijs/pixijs/pull/11777
- fix: Add Multiple Render Targets (MRT) support by @GoodBoyDigital in https://github.com/pixijs/pixijs/pull/11792
- @Raukie made their first contribution in https://github.com/pixijs/pixijs/pull/11771
- @seanzhaoxiaoxiao made their first contribution in https://github.com/pixijs/pixijs/pull/11767
- @zardoy made their first contribution in https://github.com/pixijs/pixijs/pull/11768
electron v40.0.0-beta.3
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@40.0.0-beta.3.
- Updated Chromium to 144.0.7547.0. #49146