v8.15.0
Installation:
npm install pixi.js@8.15.0
Development Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.15.0/dist/pixi.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.15.0/dist/pixi.mjs
Production Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.15.0/dist/pixi.min.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.15.0/dist/pixi.min.mjs
Documentation:
https://github.com/pixijs/pixijs/compare/v8.14.3...v8.15.0
- feat: add unified GC by @Zyie in https://github.com/pixijs/pixijs/pull/11786
- Deprecated
TextureGCSystem/RenderableGCSystemin favor ofGCSystem.// old app.init({ textureGCActive: true, textureGCMaxIdle: 60000, textureGCCheckCountMax: 30000, renderableGCActive: true, renderableGCMaxUnusedTime: 60000, renderableGCFrequency: 30000, }); // new app.init({ gcActive: true, gcMaxUnusedTime: 60000, gcFrequency: 30000, });
- feat: Adds auto-GC option to view containers by @Zyie in https://github.com/pixijs/pixijs/pull/11810
- Disable automatic garbage collection for a node.
new Sprite({ autoGarbageCollect: false, });
- Disable automatic garbage collection for a node.
- Deprecated
- feat: add unload method to reset GPU data by @Zyie in https://github.com/pixijs/pixijs/pull/11762
-
You can now manually unload a node by calling its
unloadmethod. This releases any GPU resources associated with the node. The node can still be used afterward—it will be re-created automatically when needed.sprite.unload(); text.unload(); mesh.unload();
-
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: add descriptive names GCManagedHash by @Zyie in https://github.com/pixijs/pixijs/pull/11811
-
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
- feat: allow RenderTexture.create to accept dynamic option by @seanzhaoxiaoxiao in https://github.com/pixijs/pixijs/pull/11767
- 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
- fix: correct viewport Y calculation for root render targets by @GoodBoyDigital in https://github.com/pixijs/pixijs/pull/11797
- fix: garbage collection for bitmap text by @Zyie in https://github.com/pixijs/pixijs/pull/11809
- chore: Improve JSDoc documentation across modules by @Zyie in https://github.com/pixijs/pixijs/pull/11812
- chore: refactors CI workflows for trusted publishing by @Zyie in https://github.com/pixijs/pixijs/pull/11820
- @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
v5.5.0
- Improve UX by @meowvelous-elixia in https://github.com/SSShooter/mind-elixir-core/pull/366
Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.4.0...v5.5.0
v4.0.0
- feat(toolbar): custom color picker save current pick color and add more color by @zzxming in https://github.com/opentiny/tiny-editor/pull/205
- feat: shortcut key and quick menu by @zzxming in https://github.com/opentiny/tiny-editor/pull/214
- feat: table-up support by @zzxming in https://github.com/opentiny/tiny-editor/pull/232
- feat: i18n text template replace by @zzxming in https://github.com/opentiny/tiny-editor/pull/239
- feat: image toolbar by @zzxming in https://github.com/opentiny/tiny-editor/pull/264
- 增加对 emoji-mart 的集成,使表情更丰富 by @vaebe in https://github.com/opentiny/tiny-editor/pull/276
- feat: Add AI module by @chenxi-20 in https://github.com/opentiny/tiny-editor/pull/266
- feat: collaborative-editing modules init and import quill-cursor modules by @Yinlin124 in https://github.com/opentiny/tiny-editor/pull/289
- feat: Improve AI functionality by @chenxi-20 in https://github.com/opentiny/tiny-editor/pull/297
- feat: remove petercat and fix style by @kagol in https://github.com/opentiny/tiny-editor/pull/300
- feat(mind):为编辑器添加插入思维导图功能 by @shenyaofeng in https://github.com/opentiny/tiny-editor/pull/293
- feat(flow-chart):为编辑器添加插入流程图与调整大小布局功能 by @shenyaofeng in https://github.com/opentiny/tiny-editor/pull/309
- feat(mind-map):为思维导图添加调整大小与布局功能 by @shenyaofeng in https://github.com/opentiny/tiny-editor/pull/310
- feat(scss): 更新 scss 文件的引入方式 by @vaebe in https://github.com/opentiny/tiny-editor/pull/314
- feat: format-painter allow ignore formats by @zzxming in https://github.com/opentiny/tiny-editor/pull/318
- feat: 默认开启光标和离线支持,自定义持久化文档,demo采用自部署后端服务器 by @Yinlin124 in https://github.com/opentiny/tiny-editor/pull/313
- feat(mind-map):新增插入图标,改变结构,控制面板显隐,全屏功能, 修复光标问题 by @shenyaofeng in https://github.com/opentiny/tiny-editor/pull/326
- feat(flow-chart):新增改变连线方式,控制面板显隐,全屏功能,修复光标问题 by @shenyaofeng in https://github.com/opentiny/tiny-editor/pull/327
- feat: add toolbar icon svgs by @wuyiping0628 in https://github.com/opentiny/tiny-editor/pull/348
- feat(custom-image): 增加 allowInvalidUrl 用于支持特定场景(比如:Electron)需要返回原始 url by @kagol in https://github.com/opentiny/tiny-editor/pull/354
- feat: support collaborative editing by @kagol in https://github.com/opentiny/tiny-editor/pull/361
- feat(emoji): @emoji-mart/data 、@floating-ui/dom 依赖外部化 by @vaebe in https://github.com/opentiny/tiny-editor/pull/364
- feat: add flowchart and mindmap by @kagol in https://github.com/opentiny/tiny-editor/pull/360
- feat(collaborative-editor-backend): 增加 npm 包集成 by @vaebe in https://github.com/opentiny/tiny-editor/pull/378
- feat: 增加自定义脚本执行后可应用 quill@2.0.3.patch 文件 by @vaebe in https://github.com/opentiny/tiny-editor/pull/381
- feat: export DEFAULT_TOOLBAR and FULL_TOOLBAR by @kagol in https://github.com/opentiny/tiny-editor/pull/397
- fix: fix bg color svg by @kagol in https://github.com/opentiny/tiny-editor/pull/210
- fix(toolbar): select doesn't change with cursor change by @zzxming in https://github.com/opentiny/tiny-editor/pull/217
- fix: line-height should be block scope and toolbar change with cursor by @zzxming in https://github.com/opentiny/tiny-editor/pull/222
- chore: fix ssr build by @zzxming in https://github.com/opentiny/tiny-editor/pull/238
- fix: vitepress default style effect package origin style by @zzxming in https://github.com/opentiny/tiny-editor/pull/242
- fix: update table-up by @zzxming in https://github.com/opentiny/tiny-editor/pull/241
- fix: load postcss config in js by @zzxming in https://github.com/opentiny/tiny-editor/pull/243
- fix: fix list-style by @kagol in https://github.com/opentiny/tiny-editor/pull/251
- fix: tailwind does not support sass in vite plugin by @zzxming in https://github.com/opentiny/tiny-editor/pull/255
- fix: fix formula demo by @kagol in https://github.com/opentiny/tiny-editor/pull/261
- fix(ci): 尝试修复构建错误 by @vaebe in https://github.com/opentiny/tiny-editor/pull/280
- fix(emoji): 修复因 DEFAULT_OPTIONS 类型导致的编译错误 by @vaebe in https://github.com/opentiny/tiny-editor/pull/290
- fix(ai): 修复因为代码风格导致 auto lint 错误 by @vaebe in https://github.com/opentiny/tiny-editor/pull/291
- fix(doc): 修复title与搜索框文字无法垂直对齐的问题 by @GaoNeng-wWw in https://github.com/opentiny/tiny-editor/pull/298
- fix: Fix span style issue by @chenxi-20 in https://github.com/opentiny/tiny-editor/pull/302
- fix(ai): code style error by @vaebe in https://github.com/opentiny/tiny-editor/pull/317
- fix: Fix AI issue sheet by @chenxi-20 in https://github.com/opentiny/tiny-editor/pull/324
- fix(i18n): toolbar header 未进行国际化翻译 (close #285) by @vaebe in https://github.com/opentiny/tiny-editor/pull/323
- fix(i18n): toolbar header picker 切换语言后 label 显示不正确 by @vaebe in https://github.com/opentiny/tiny-editor/pull/325
- fix(emoji): 插入表情后光标的位置不正确 by @vaebe in https://github.com/opentiny/tiny-editor/pull/343
- fix(custom-uploader): fail 状态插入 \n 会破坏 表格数据结构 使用空格占位 by @vaebe in https://github.com/opentiny/tiny-editor/pull/345
- fix(test): 修复 file-upload.spec.ts 测试错误 by @vaebe in https://github.com/opentiny/tiny-editor/pull/352
- fix: fix pnpm build fail by @kagol in https://github.com/opentiny/tiny-editor/pull/355
- fix(Collaborative-editing): Fix/CI issue by @Yinlin124 in https://github.com/opentiny/tiny-editor/pull/362
- fix: remove redundant trigger condition by @kagol in https://github.com/opentiny/tiny-editor/pull/369
- fix: fix auto publish workflow by @kagol in https://github.com/opentiny/tiny-editor/pull/372
- fix(mind-map):优化自动化测试、图片格式、导入方式 by @shenyaofeng in https://github.com/opentiny/tiny-editor/pull/375
- fix(flow-chart):优化文档、自动化测试、图片格式、导入方式 by @shenyaofeng in https://github.com/opentiny/tiny-editor/pull/376
- fix(vite-config):修改输出文件名称 by @shenyaofeng in https://github.com/opentiny/tiny-editor/pull/377
- fix(vite-docs-demos):优化样式文件打包位置、更新文档、更新demos、解决依赖问题 by @shenyaofeng in https://github.com/opentiny/tiny-editor/pull/379
- fix(mind-map and projects):修改思维导图bug,为project项目添加思维导图和流程图 by @shenyaofeng in https://github.com/opentiny/tiny-editor/pull/385
- fix: fix package.json main entry by @kagol in https://github.com/opentiny/tiny-editor/pull/392
- fix: fix font-size display incorrectly by @kagol in https://github.com/opentiny/tiny-editor/pull/396
- refactor: remove better-table by @kagol in https://github.com/opentiny/tiny-editor/pull/233
- docs: add v3.x entry by @kagol in https://github.com/opentiny/tiny-editor/pull/236
- ci: no need start dev serve by @zzxming in https://github.com/opentiny/tiny-editor/pull/245
- docs: rename getContent to getContents by @kagol in https://github.com/opentiny/tiny-editor/pull/248
- refactor: merge image/video as file by @zzxming in https://github.com/opentiny/tiny-editor/pull/249
- docs: optimize projects by @kagol in https://github.com/opentiny/tiny-editor/pull/250
- refactor: patch ts type by @zzxming in https://github.com/opentiny/tiny-editor/pull/252
- docs: add set formula content by @kagol in https://github.com/opentiny/tiny-editor/pull/259
- ci: add issue auto label by @kagol in https://github.com/opentiny/tiny-editor/pull/260
- refactor:
scrollIntoViewtoscrollSelectionIntoViewby @zzxming in https://github.com/opentiny/tiny-editor/pull/263 - refactor: remove useless code by @kagol in https://github.com/opentiny/tiny-editor/pull/268
- docs: add DeepWiki Badge by @vaebe in https://github.com/opentiny/tiny-editor/pull/270
- docs: 添加贡献者图表 by @vaebe in https://github.com/opentiny/tiny-editor/pull/274
- docs: chemistry extension example by @GaoNeng-wWw in https://github.com/opentiny/tiny-editor/pull/303
- ci: add workflows: build-lib / build-docs by @kagol in https://github.com/opentiny/tiny-editor/pull/366
- ci: add workflows: auto-publish / dispatch-publish by @kagol in https://github.com/opentiny/tiny-editor/pull/367
- ci: fix auto publish by @kagol in https://github.com/opentiny/tiny-editor/pull/370
- docs: 修复 VitePress 构建时 emoji-mart 的 SSR 兼容性问题 by @vaebe in https://github.com/opentiny/tiny-editor/pull/371
- ci: remove devDependiencies and scripts in package.json by @kagol in https://github.com/opentiny/tiny-editor/pull/382
- refactor: remove lodash-es by @kagol in https://github.com/opentiny/tiny-editor/pull/384
- docs: optimize i18n demo by @kagol in https://github.com/opentiny/tiny-editor/pull/395
- refactor: refactor demos to async/await by @kagol in https://github.com/opentiny/tiny-editor/pull/398
- ci: auto publish by @kagol in https://github.com/opentiny/tiny-editor/pull/399
- docs: add tips for mathlive version by @kagol in https://github.com/opentiny/tiny-editor/pull/400
- docs: add playground link by @kagol in https://github.com/opentiny/tiny-editor/pull/401
- @vaebe made their first contribution in https://github.com/opentiny/tiny-editor/pull/270
- @chenxi-20 made their first contribution in https://github.com/opentiny/tiny-editor/pull/266
- @GaoNeng-wWw made their first contribution in https://github.com/opentiny/tiny-editor/pull/298
- @shenyaofeng made their first contribution in https://github.com/opentiny/tiny-editor/pull/293
- @wuyiping0628 made their first contribution in https://github.com/opentiny/tiny-editor/pull/348
Full Changelog: https://github.com/opentiny/tiny-editor/compare/v3.25.6...v4.0.0
v4.0.0
- feat(toolbar): custom color picker save current pick color and add more color by @zzxming in https://github.com/opentiny/tiny-editor/pull/205
- feat: shortcut key and quick menu by @zzxming in https://github.com/opentiny/tiny-editor/pull/214
- feat: table-up support by @zzxming in https://github.com/opentiny/tiny-editor/pull/232
- feat: i18n text template replace by @zzxming in https://github.com/opentiny/tiny-editor/pull/239
- feat: image toolbar by @zzxming in https://github.com/opentiny/tiny-editor/pull/264
- 增加对 emoji-mart 的集成,使表情更丰富 by @vaebe in https://github.com/opentiny/tiny-editor/pull/276
- feat: Add AI module by @chenxi-20 in https://github.com/opentiny/tiny-editor/pull/266
- feat: collaborative-editing modules init and import quill-cursor modules by @Yinlin124 in https://github.com/opentiny/tiny-editor/pull/289
- feat: Improve AI functionality by @chenxi-20 in https://github.com/opentiny/tiny-editor/pull/297
- feat: remove petercat and fix style by @kagol in https://github.com/opentiny/tiny-editor/pull/300
- feat(mind):为编辑器添加插入思维导图功能 by @shenyaofeng in https://github.com/opentiny/tiny-editor/pull/293
- feat(flow-chart):为编辑器添加插入流程图与调整大小布局功能 by @shenyaofeng in https://github.com/opentiny/tiny-editor/pull/309
- feat(mind-map):为思维导图添加调整大小与布局功能 by @shenyaofeng in https://github.com/opentiny/tiny-editor/pull/310
- feat(scss): 更新 scss 文件的引入方式 by @vaebe in https://github.com/opentiny/tiny-editor/pull/314
- feat: format-painter allow ignore formats by @zzxming in https://github.com/opentiny/tiny-editor/pull/318
- feat: 默认开启光标和离线支持,自定义持久化文档,demo采用自部署后端服务器 by @Yinlin124 in https://github.com/opentiny/tiny-editor/pull/313
- feat(mind-map):新增插入图标,改变结构,控制面板显隐,全屏功能, 修复光标问题 by @shenyaofeng in https://github.com/opentiny/tiny-editor/pull/326
- feat(flow-chart):新增改变连线方式,控制面板显隐,全屏功能,修复光标问题 by @shenyaofeng in https://github.com/opentiny/tiny-editor/pull/327
- feat: add toolbar icon svgs by @wuyiping0628 in https://github.com/opentiny/tiny-editor/pull/348
- feat(custom-image): 增加 allowInvalidUrl 用于支持特定场景(比如:Electron)需要返回原始 url by @kagol in https://github.com/opentiny/tiny-editor/pull/354
- feat: support collaborative editing by @kagol in https://github.com/opentiny/tiny-editor/pull/361
- feat(emoji): @emoji-mart/data 、@floating-ui/dom 依赖外部化 by @vaebe in https://github.com/opentiny/tiny-editor/pull/364
- feat: add flowchart and mindmap by @kagol in https://github.com/opentiny/tiny-editor/pull/360
- feat(collaborative-editor-backend): 增加 npm 包集成 by @vaebe in https://github.com/opentiny/tiny-editor/pull/378
- feat: 增加自定义脚本执行后可应用 quill@2.0.3.patch 文件 by @vaebe in https://github.com/opentiny/tiny-editor/pull/381
- feat: export DEFAULT_TOOLBAR and FULL_TOOLBAR by @kagol in https://github.com/opentiny/tiny-editor/pull/397
- fix: fix bg color svg by @kagol in https://github.com/opentiny/tiny-editor/pull/210
- fix(toolbar): select doesn't change with cursor change by @zzxming in https://github.com/opentiny/tiny-editor/pull/217
- fix: line-height should be block scope and toolbar change with cursor by @zzxming in https://github.com/opentiny/tiny-editor/pull/222
- chore: fix ssr build by @zzxming in https://github.com/opentiny/tiny-editor/pull/238
- fix: vitepress default style effect package origin style by @zzxming in https://github.com/opentiny/tiny-editor/pull/242
- fix: update table-up by @zzxming in https://github.com/opentiny/tiny-editor/pull/241
- fix: load postcss config in js by @zzxming in https://github.com/opentiny/tiny-editor/pull/243
- fix: fix list-style by @kagol in https://github.com/opentiny/tiny-editor/pull/251
- fix: tailwind does not support sass in vite plugin by @zzxming in https://github.com/opentiny/tiny-editor/pull/255
- fix: fix formula demo by @kagol in https://github.com/opentiny/tiny-editor/pull/261
- fix(ci): 尝试修复构建错误 by @vaebe in https://github.com/opentiny/tiny-editor/pull/280
- fix(emoji): 修复因 DEFAULT_OPTIONS 类型导致的编译错误 by @vaebe in https://github.com/opentiny/tiny-editor/pull/290
- fix(ai): 修复因为代码风格导致 auto lint 错误 by @vaebe in https://github.com/opentiny/tiny-editor/pull/291
- fix(doc): 修复title与搜索框文字无法垂直对齐的问题 by @GaoNeng-wWw in https://github.com/opentiny/tiny-editor/pull/298
- fix: Fix span style issue by @chenxi-20 in https://github.com/opentiny/tiny-editor/pull/302
- fix(ai): code style error by @vaebe in https://github.com/opentiny/tiny-editor/pull/317
- fix: Fix AI issue sheet by @chenxi-20 in https://github.com/opentiny/tiny-editor/pull/324
- fix(i18n): toolbar header 未进行国际化翻译 (close #285) by @vaebe in https://github.com/opentiny/tiny-editor/pull/323
- fix(i18n): toolbar header picker 切换语言后 label 显示不正确 by @vaebe in https://github.com/opentiny/tiny-editor/pull/325
- fix(emoji): 插入表情后光标的位置不正确 by @vaebe in https://github.com/opentiny/tiny-editor/pull/343
- fix(custom-uploader): fail 状态插入 \n 会破坏 表格数据结构 使用空格占位 by @vaebe in https://github.com/opentiny/tiny-editor/pull/345
- fix(test): 修复 file-upload.spec.ts 测试错误 by @vaebe in https://github.com/opentiny/tiny-editor/pull/352
- fix: fix pnpm build fail by @kagol in https://github.com/opentiny/tiny-editor/pull/355
- fix(Collaborative-editing): Fix/CI issue by @Yinlin124 in https://github.com/opentiny/tiny-editor/pull/362
- fix: remove redundant trigger condition by @kagol in https://github.com/opentiny/tiny-editor/pull/369
- fix: fix auto publish workflow by @kagol in https://github.com/opentiny/tiny-editor/pull/372
- fix(mind-map):优化自动化测试、图片格式、导入方式 by @shenyaofeng in https://github.com/opentiny/tiny-editor/pull/375
- fix(flow-chart):优化文档、自动化测试、图片格式、导入方式 by @shenyaofeng in https://github.com/opentiny/tiny-editor/pull/376
- fix(vite-config):修改输出文件名称 by @shenyaofeng in https://github.com/opentiny/tiny-editor/pull/377
- fix(vite-docs-demos):优化样式文件打包位置、更新文档、更新demos、解决依赖问题 by @shenyaofeng in https://github.com/opentiny/tiny-editor/pull/379
- fix(mind-map and projects):修改思维导图bug,为project项目添加思维导图和流程图 by @shenyaofeng in https://github.com/opentiny/tiny-editor/pull/385
- fix: fix package.json main entry by @kagol in https://github.com/opentiny/tiny-editor/pull/392
- fix: fix font-size display incorrectly by @kagol in https://github.com/opentiny/tiny-editor/pull/396
- refactor: remove better-table by @kagol in https://github.com/opentiny/tiny-editor/pull/233
- docs: add v3.x entry by @kagol in https://github.com/opentiny/tiny-editor/pull/236
- ci: no need start dev serve by @zzxming in https://github.com/opentiny/tiny-editor/pull/245
- docs: rename getContent to getContents by @kagol in https://github.com/opentiny/tiny-editor/pull/248
- refactor: merge image/video as file by @zzxming in https://github.com/opentiny/tiny-editor/pull/249
- docs: optimize projects by @kagol in https://github.com/opentiny/tiny-editor/pull/250
- refactor: patch ts type by @zzxming in https://github.com/opentiny/tiny-editor/pull/252
- docs: add set formula content by @kagol in https://github.com/opentiny/tiny-editor/pull/259
- ci: add issue auto label by @kagol in https://github.com/opentiny/tiny-editor/pull/260
- refactor:
scrollIntoViewtoscrollSelectionIntoViewby @zzxming in https://github.com/opentiny/tiny-editor/pull/263 - refactor: remove useless code by @kagol in https://github.com/opentiny/tiny-editor/pull/268
- docs: add DeepWiki Badge by @vaebe in https://github.com/opentiny/tiny-editor/pull/270
- docs: 添加贡献者图表 by @vaebe in https://github.com/opentiny/tiny-editor/pull/274
- docs: chemistry extension example by @GaoNeng-wWw in https://github.com/opentiny/tiny-editor/pull/303
- ci: add workflows: build-lib / build-docs by @kagol in https://github.com/opentiny/tiny-editor/pull/366
- ci: add workflows: auto-publish / dispatch-publish by @kagol in https://github.com/opentiny/tiny-editor/pull/367
- ci: fix auto publish by @kagol in https://github.com/opentiny/tiny-editor/pull/370
- docs: 修复 VitePress 构建时 emoji-mart 的 SSR 兼容性问题 by @vaebe in https://github.com/opentiny/tiny-editor/pull/371
- ci: remove devDependiencies and scripts in package.json by @kagol in https://github.com/opentiny/tiny-editor/pull/382
- refactor: remove lodash-es by @kagol in https://github.com/opentiny/tiny-editor/pull/384
- docs: optimize i18n demo by @kagol in https://github.com/opentiny/tiny-editor/pull/395
- refactor: refactor demos to async/await by @kagol in https://github.com/opentiny/tiny-editor/pull/398
- ci: auto publish by @kagol in https://github.com/opentiny/tiny-editor/pull/399
- docs: add tips for mathlive version by @kagol in https://github.com/opentiny/tiny-editor/pull/400
- docs: add playground link by @kagol in https://github.com/opentiny/tiny-editor/pull/401
- @vaebe made their first contribution in https://github.com/opentiny/tiny-editor/pull/270
- @chenxi-20 made their first contribution in https://github.com/opentiny/tiny-editor/pull/266
- @GaoNeng-wWw made their first contribution in https://github.com/opentiny/tiny-editor/pull/298
- @shenyaofeng made their first contribution in https://github.com/opentiny/tiny-editor/pull/293
- @wuyiping0628 made their first contribution in https://github.com/opentiny/tiny-editor/pull/348
Full Changelog: https://github.com/opentiny/tiny-editor/compare/v3.25.6...v4.0.0
6.1.4
- 🐞 Fix Select with multiple
aria-attributes in DOM. #56451 @zombieJ - 🐞 Fix Table where hidden measure headers could mount interactive filter dropdowns and trigger unexpected close events when
scroll.yis enabled. #56425 @QDyanbing
- 🐞 修复 Select 配置
aria-属性时,会同时给多个 DOM 添加的问题。#56451 @zombieJ - 🐞 修复 Table 配置
scroll.y属性时,隐藏的测量表头挂载筛选下拉组件并参与事件判断,导致筛选下拉意外关闭的问题。 #56425 @QDyanbing
8.3.11
[@mantine/core]Combobox: Fix dropdown not being positioned correctly when element is initially rendered outside the viewport (#8520, #8577)[@mantine/core]NumberInput: Fix decimal separator being removed with Backspace key (#8571)[@mantine/code-highlight]AddCodeHighlightAdaptertype export (#8581)[@mantine/form]AddLooseKeystype export (#8543)[@mantine/core]FileInput: Fix incorrect default size[@mantine/hooks]use-focus-within: Fix stale closure inonFocus/onBlurcallbacks (#8528)[@mantine/dates]TimePicker: Fix AM/PM input displaying arbitrary text (#8532)[@mantine/core]Notification: Fix incorrectvariantprop type (#8537)[@mantine/carousel]Update controls DOM order to have proper tab order
- @jakub-gaik made their first contribution in https://github.com/mantinedev/mantine/pull/8537
- @muhammedaksam made their first contribution in https://github.com/mantinedev/mantine/pull/8532
- @ReemX made their first contribution in https://github.com/mantinedev/mantine/pull/8543
- @iamdevlinph made their first contribution in https://github.com/mantinedev/mantine/pull/8573
- @akash191095 made their first contribution in https://github.com/mantinedev/mantine/pull/8568
Full Changelog: https://github.com/mantinedev/mantine/compare/8.3.10...8.3.11
v7.18.0
Please refer to CHANGELOG.md for details.
v1.145.5
Version 1.145.5 - 1/4/26, 9:10 PM
- race condition in module initialization (#6299) (bc1da8a) by Manuel Schiller
- @tanstack/start-server-core@1.145.5
- @tanstack/solid-start@1.145.5
- @tanstack/solid-start-server@1.145.5
- @tanstack/vue-start@1.145.5
- @tanstack/vue-start-server@1.145.5
- @tanstack/react-start@1.145.5
- @tanstack/react-start-server@1.145.5
- @tanstack/start-plugin-core@1.145.5
- @tanstack/start-static-server-functions@1.145.5