v2.23.0
- fix: parse final font-face declarations without semicolons by @RexSkz in https://github.com/zumerlab/snapdom/pull/475
- fix: entry keyframe animations blank out the captured element by @mcdyzg in https://github.com/zumerlab/snapdom/pull/476
⚡ perf
- perf: replace Safari's 3x pre-capture warmup with a verified draw at raster time
6ee4680
🛠 fix
- fix: keep Safari toSvg/toImg vector at scale instead of rasterizing to PNG
dbbff09 - fix(styles): disable animations on clones so entry keyframes don't blank the capture
#476 - fix: I freeze nowrap box widths and isolate measure mounts in shadow DOM
#474 - fix: freeze the image the browser actually shows (srcset descriptors, type filters, content:url)
6ac87ef - fix: parse final font-face declarations without semicolons
#475 - fix: stop concurrent captures from sharing session maps and counter state
d1379a6 - fix: realm-safe element guards — pseudos and per-node handlers now survive iframe-content captures
5e9d8e1 - fix: collect svg defs referenced from the root svg's own attributes
441e3cf - fix: prefetch mask and border-image URLs in preCache, drop the dead warm call
423acd5 - fix: first-letter materialization no longer false-positives on margined elements
52a6fff
- @RexSkz made their first contribution in https://github.com/zumerlab/snapdom/pull/475
- @mcdyzg made their first contribution in https://github.com/zumerlab/snapdom/pull/476
Full Changelog: https://github.com/zumerlab/snapdom/compare/v2.22.0...v2.23.0
astro@7.1.4
-
#17488
d4f266dThanks @emerson-d-lopes! - Fixes duplicate CSS files being emitted in server output when a prerendered page and a server-rendered page share the same styles (e.g. a shared layout importing Tailwind). The prerender and SSR environments each emitted their own copy of the same stylesheet (index.X.cssand_..Y.css); the SSR build now reuses the CSS asset filename from the prerender build when the stylesheet is backed by the same CSS source modules, so only a single file is emitted. -
#17472
4dc590cThanks @astrobot-houston! - Adds the missingbackgroundprop to the<Image />and<Picture />component types. The prop already worked at runtime, but was absent from the types, causingastro checkto report thatbackgrounddoes not exist on the component props -
#17292
0fc519dThanks @astrobot-houston! - Fixes missing scoped styles for child components insideclient:onlyislands in production builds -
#17421
f1448deThanks @iamkaleemsajjad-hue! - Fixes session runtime errors being silently swallowed byconsole.errorinstead of routing through Astro's logger -
#17421
f1448deThanks @iamkaleemsajjad-hue! - Fixes a session being left in a partial state after a storage failure duringsession.regenerate(), preventing unnecessary storage reads on subsequent operations -
#17517
82bf7e2Thanks @Hashim1999164! - Prevents a visible terminal window from popping up on Windows when the dev server runs in background mode. The detached child process is now spawned withwindowsHide: true, so console-subsystem grandchildren (such asworkerd.exe) no longer get a new focus-stealing window allocated by Windows Terminal. -
#17510
eaa1fb0Thanks @astrobot-houston! - Fixes theglob()loader watcher so negation patterns like!docs/drafts/**correctly exclude files during development, matching the behavior of the initial scan. Previously, negations were treated as independent matchers, causing unrelated files (including.astro/data-store.json) to be ingested as collection entries -
#17511
704e570Thanks @astrobot-houston! - Fixes TypeScript path aliases fromtsconfig.jsonnot resolving inastro.config.ts
create-astro@5.2.3
- #17423
08e8adbThanks @astrobot-houston! - Fixescreate-astrosilently writing template files to the wrong directory on Linux when the path contains non-ASCII characters.
@astrojs/cloudflare@14.1.5
-
#17376
0216368Thanks @astrobot-houston! - Fixes a bug where an explicitcache: { enabled: false }in your wrangler config was overridden and forced totruewhen a Workers cache provider was configured -
Updated dependencies []:
- @astrojs/underscore-redirects@1.0.3
@astrojs/markdoc@2.0.5
-
#17460
3b93a1aThanks @astrobot-houston! - Fixes customtransformfunctions being dropped when a tag or node also specifies a customrendercomponent. User-written transforms are now always preserved; only Markdoc's built-in transforms are removed so the custom component wins. -
#17191
fc3fb2bThanks @eldardada! - Fixes customtransformfunctions being incorrectly dropped for tags and nodes whose names require bracket access (e.g.side-note). The check that detects whether a transform respects a customrendercomponent now recognizes bracket notation, optional chaining and whitespace, not only dot notation.
@astrojs/mdx@7.0.4
- #17514
41a00ddThanks @gtritchie! - Fixes a bug where the integration was emitting React-cased attribute names.
@astrojs/check@0.9.10
- #17447
b01a692Thanks @ocavue! - Update dependencyyargsto version 18. See the yargs changelog for details.
quasar-v2.23.2
Lots of community fixes included, especially from Evan Chan (@evnchn ). Thanks all for contributing!
- fix(ui): account for Android safe area insets (new prop framework.config.cordova/capacitor: androidStatusBarPadding (boolean) (#18425)
- fix(format): capitalize('') should not throw (#18426)
- fix(patterns): reject calendar-invalid month/day in the date rule (#18427)
- fix(date): correct getWeekOfYear DST adjustment (minutes vs hours) (#18428)
- fix(debounce): re-arm the leading edge after cancel() in immediate mode (#18429)
- fix(portal): guard removeGlobalNode against untracked elements (#18430)
- fix(EventBus): prevent once() firing twice on a re-entrant emit (#18431)
- fix(TouchPan): reference bindings.value in updated hook, not undeclared value (#18432)
- fix(morph directive): resolve object-form binding in getSSRProps (#18438)
- fix(escape-key): keep ESC armed across interleaved key events while held #18433
- fix(Dialog): keep array-valued plugin options as arrays when merging on update() #18434
- fix(useSplitAttrs): read the current vnode each update, not a stale setup capture #18435
- fix(Notify): use notif.multiLine (not multiline) in the auto-group key #18436
- fix(BottomSheet): apply action.classes in grid mode (was action.class) #18437
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:
cherry-markdown@0.11.8
- style: 优化工具栏图标没有垂直对齐的问题 @sunsonliu(#1829)(
19f6ea5)