v5.0.6
5.0.6 (2026-03-16)
- Ads: Fix ended detection when using supportsMultipleMediaElements = false (#9798) (8a6fccd)
- Ads: Improvements to the use of ASSET-LIST on devices with single-element video support (#9810) (1206d0a)
- MSF: Add support for moqtail relay (#9819) (adcbe3e)
- MSF: fall back to session namespace for media subscribes (#9808) (5fb1f37)
- MSF: Fix target latency support (#9825) (8860eef)
- MSF: prevent video segment eviction during initial buffering (#9809) (59786ce)
- MSF: Remove "Possible encoding problem detected!" (#9814) (d7bf25d)
- MSF: Remove minimum segment availability duration (#9812) (c28bfc8)
- MSF: Use bigint natively (#9826) (df830fd)
- UI: sync seek position with hover and onChange timestamp using consistent position calculation (#9827) (33daa1e)
- UI: sync seek position with hover timestamp using consistent position calculation (#9818) (af16252)
@quasar/app-webpack-v4.4.0
- Security update related to serialize-javascript dep
- feat(app-webpack): support for @electron/packager v19 (requires Node.js v22+)
- feat(app-webpack): Express v5 support (with forward compat for catch-all route)
- feat(app-webpack): upgrade deps
- fix(app-webpack): SSR - account for json hmr files
- fix(app-webpack): SSR - do not build PWA if not instructed to
Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:
v8.17.1
Installation:
npm install pixi.js@8.17.1
Development Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.17.1/dist/pixi.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.17.1/dist/pixi.mjs
Production Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.17.1/dist/pixi.min.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.17.1/dist/pixi.min.mjs
Documentation:
https://github.com/pixijs/pixijs/compare/v8.17.0...v8.17.1
- fix: compressed textures ignoring resolution from URL (e.g.
@0.75x) by @Zyie in https://github.com/pixijs/pixijs/pull/11960 - fix: center-align text correctly when words exceed wordWrapWidth by @Zyie in https://github.com/pixijs/pixijs/pull/11966
- chore: fix BitmapFont char keys from char codes to character strings by @Zyie in https://github.com/pixijs/pixijs/pull/11967
- fix: add secrets: inherit to publish-switch workflow for S3 docs upload by @Zyie in https://github.com/pixijs/pixijs/pull/11962
v5.6.50
- Improve large plain-text paste performance by inserting lines as a single fragment
- Fix
customPastereturningfalsenot blocking the default paste behaviour - Fix Word superscript copy introducing extra line breaks
- Sanitize imported HTML by default (editor init,
setHtml, paste) - Fix Office/nested inline styles (bold, superscript) incorrectly expanding to the whole text segment
- Preserve consecutive spaces when importing styled inline HTML
- (table) Preserve line breaks when importing cell content from Word-like HTML
- (table) Preserve
colgroupcolumn widths throughgetHtml/setHtmlround-trips
Package versions
| Package | Version |
|---|---|
@wangeditor-next/editor |
5.6.50 |
@wangeditor-next/core |
1.7.46 |
@wangeditor-next/basic-modules |
1.5.48 |
@wangeditor-next/table-module |
1.6.61 |
@wangeditor-next/list-module |
1.1.53 |
@wangeditor-next/code-highlight |
1.3.44 |
@wangeditor-next/upload-image-module |
1.1.51 |
@wangeditor-next/video-module |
1.3.52 |
@wangeditor-next/yjs |
0.1.45 |
@wangeditor-next/plugin-float-image |
1.0.35 |
@wangeditor-next/plugin-formula |
1.0.36 |
@wangeditor-next/plugin-link-card |
1.0.35 |
@wangeditor-next/plugin-markdown |
1.0.35 |
@wangeditor-next/plugin-mention |
1.0.20 |
@wangeditor-next/yjs-for-react |
0.1.61 |
@wangeditor-next/yjs-for-vue |
0.1.4 |
6.3.3
- Image
- ⌨️ ♿ Improve App link
:focus-visibleoutline to enhance keyboard accessibility. #57266 @ug-hero - 🐞 Fix Form required mark using hardcoded
SimSunfont. #57273 @mavericusdev - 🐞 Fix Grid media size mapping issue for
xxxlbreakpoint. #57246 @guoyunhe - 🐞 Fix Tree scrolling to top when clicking node. #57242 @aojunhao123
- Image
- ⌨️ ♿ 优化 App 链接的
:focus-visible外框样式,提升键盘可访问性。#57266 @ug-hero - 🐞 修复 Form 必填标记文案中硬编码
SimSun字体的问题。#57273 @mavericusdev - 🐞 修复 Grid
xxxl断点在媒体尺寸映射中的错误。#57246 @guoyunhe - 🐞 修复 Tree 点击节点时页面回滚到顶部的问题。#57242 @aojunhao123
@tanstack/svelte-virtual@3.13.23
- Updated dependencies [
7ece2d5]:- @tanstack/virtual-core@3.13.23
@tanstack/solid-virtual@3.13.23
- Updated dependencies [
7ece2d5]:- @tanstack/virtual-core@3.13.23
@tanstack/virtual-core@3.13.23
- fix(virtual-core): remove incorrect elementsCache cleanup using getItemKey (#1148)