v2.31.5
fix(link-tool): open new window with url when formatted link clicked via ctrl key #2996
- fix(link-tool): open new window with url when formatted link clicked via ctrl key by @akulistus in https://github.com/codex-team/editor.js/pull/2996
Full Changelog: https://github.com/codex-team/editor.js/compare/v2.31.4...v2.31.5
v16.2.0-canary.92
- [turbopack] Render code frames on the turbopack side: #90534
- Add experimental.lightningCssFeatures config option: #90901
- fix: correct appPaths sort order for parallel routes with route groups: #91160
- Tracing: tag spans as failed if their runner fn fails: #91206
- [turbopack] hashing improvements to turbo-persistence: #90936
- [turbopack] Move empty snapshot filtering into take_snapshot: #90166
- docs(turbopack): Merge old turbo-tasks concept mdbook page with crate's top-level rustdoc: #91120
- Add RDC action test to deploy manifest and update PR test trigger: #91173
- [Turbopack] Don't attempt to compress key blocks containing small keys: #90881
- Lint against
.context(format!(...)): #91122
Huge thanks to @lukesandberg, @bgw, @ijjk, @sokra, @mischnic, @timneutkens, and @wbinnssmith for helping!
@astrojs/cloudflare@13.1.0
-
#15711
b2bd27bThanks @OliverSpeir! - Adds aprerenderEnvironmentoption to the Cloudflare adapter.By default, Cloudflare uses its workerd runtime for prerendering static pages. Set
prerenderEnvironmentto'node'to use Astro's built-in Node.js prerender environment instead, giving prerendered pages access to the full Node.js ecosystem during both build and dev. This is useful when your prerendered pages depend on Node.js-specific APIs or NPM packages that aren't compatible with workerd.// astro.config.mjs import cloudflare from '@astrojs/cloudflare'; import { defineConfig } from 'astro/config'; export default defineConfig({ adapter: cloudflare({ prerenderEnvironment: 'node', }), });
-
#15845
50fcc8bThanks @aqiray! - fix: show actionable error when running astro preview without prior build -
#15794
d1ac58eThanks @OliverSpeir! - Fixes image serving inpassthroughmode by using the CloudflareASSETSbinding instead of generic fetch, which does not work in Workers for local assets -
#15850
660da74Thanks @tristanbes! - fix(cloudflare): forwardconfigPathand otherPluginConfigoptions to the Cloudflare Vite PluginOptions like
configPath,inspectorPort,persistState,remoteBindings, andauxiliaryWorkerswere accepted by the type system but never forwarded tocfVitePlugin(), making them silently ignored.Also fixes
addWatchFileforconfigPathwhich resolved the path relative to the adapter'snode_modulesdirectory instead of the project root. -
#15843
fcd237dThanks @Calvin-LL! - fix cloudflare image transform ignoring quality parameter -
Updated dependencies []:
- @astrojs/underscore-redirects@1.0.1
astro@6.0.3
-
#15711
b2bd27bThanks @OliverSpeir! - Improves Astro core's dev environment handling for prerendered routes by ensuring route/CSS updates and prerender middleware behavior work correctly across both SSR and prerender environments.This enables integrations that use Astro's prerender dev environment (such as Cloudflare with
prerenderEnvironment: 'node') to get consistent route matching and HMR behavior during development. -
#15852
1cdaf9fThanks @ematipico! - Fixes a regression where the the routes emitted by theastro:build:donehook didn't have thedistURLarray correctly populated. -
#15765
ca76ff1Thanks @matthewp! - Hardens server island POST endpoint validation to use own-property checks for improved consistency
@platejs/slate@52.3.4
-
- Fixed
editor.tf.duplicateNodes({ block: true })to duplicate the selected block even whennodesis omitted.
- Fixed
-
- Fixed
withHistory(createEditor())legacy method sync soeditor,editor.api, andeditor.tfall use the history-awareapply,undo, andredomethods.
- Fixed
-
- Fixed
queryEditor,isAt, andeditor.api.descendantso bottom-up location checks, point start/end checks, and non-path descendant searches behave consistently.
- Fixed
-
- Update internal
@udecode/*dependency ranges to workspace references.
- Update internal
@udecode/react-utils@52.3.4
-
- Fixed
createPrimitiveComponentsosetPropsis applied without leaking onto DOM elements. - Fixed
createPrimitiveComponentto preserve merged hook and consumerstyleprops instead of overwriting hook styles when a consumer passesstyle.
- Fixed
-
- Update internal
@udecode/*dependency ranges to workspace references.
- Update internal