v4.0.0-beta.1
- feat: collaborative-editing modules init and import quill-cursor modules by @Yinlin124 in https://github.com/opentiny/tiny-editor/pull/289
- 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: 默认开启光标和离线支持,自定义持久化文档,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: 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(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
- 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
- @Yinlin124 made their first contribution in https://github.com/opentiny/tiny-editor/pull/289
- @shenyaofeng made their first contribution in https://github.com/opentiny/tiny-editor/pull/293
Full Changelog: https://github.com/opentiny/tiny-editor/compare/v4.0.0-alpha.6...v4.0.0-beta.1
v4.0.0-alpha.6
- feat: Add AI module by @chenxi-20 in https://github.com/opentiny/tiny-editor/pull/266
- 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(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: add toolbar icon svgs by @wuyiping0628 in https://github.com/opentiny/tiny-editor/pull/348
- feat(custom-image): 增加 allowInvalid 用于支持特定场景(比如:Electron)需要返回原始 url by @LinLiang66 in https://github.com/opentiny/tiny-editor/pull/354
- 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
- docs: chemistry extension example by @GaoNeng-wWw in https://github.com/opentiny/tiny-editor/pull/303
- @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
- @wuyiping0628 made their first contribution in https://github.com/opentiny/tiny-editor/pull/348
- @LinLiang66 made their first contribution in https://github.com/opentiny/tiny-editor/pull/354
Full Changelog: https://github.com/opentiny/tiny-editor/compare/v4.0.0-alpha.2...v4.0.0-alpha.6
v4.0.0-alpha.2
- feat: image toolbar by @zzxming in https://github.com/opentiny/tiny-editor/pull/264
- feat: 增加对 emoji-mart 的集成,使表情更丰富 by @vaebe in https://github.com/opentiny/tiny-editor/pull/276
- 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): fix build error by @vaebe in https://github.com/opentiny/tiny-editor/pull/280
- 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
- @vaebe made their first contribution in https://github.com/opentiny/tiny-editor/pull/270
Full Changelog: https://github.com/opentiny/tiny-editor/compare/v4.0.0-alpha.1...v4.0.0-alpha.2
v4.0.0-alpha.1
- 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
- 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
- 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
Full Changelog: https://github.com/opentiny/tiny-editor/compare/v4.0.0-alpha.0...v4.0.0-alpha.1
v3.25.4
- fix: import dependency with function by @zzxming in https://github.com/opentiny/tiny-editor/pull/229
- fix: insert formula remove extra content by @zzxming in https://github.com/opentiny/tiny-editor/pull/231
- style: code lint by @zzxming in https://github.com/opentiny/tiny-editor/pull/230
- ci: add build v3 scripts by @kagol in https://github.com/opentiny/tiny-editor/pull/234
Full Changelog: https://github.com/opentiny/tiny-editor/compare/v3.25.3...v3.25.4
v3.25.3
- docs: add language switch by @kagol in https://github.com/opentiny/tiny-editor/pull/211
- docs: modify Fluent Editor to TinyEditor by @kagol in https://github.com/opentiny/tiny-editor/pull/212
- docs: add projects by @kagol in https://github.com/opentiny/tiny-editor/pull/216
- docs(projects): optimize yuque project by @kagol in https://github.com/opentiny/tiny-editor/pull/219
- chore: add type="module" to package.json by @kagol in https://github.com/opentiny/tiny-editor/pull/225
Full Changelog: https://github.com/opentiny/tiny-editor/compare/v3.25.2...v3.25.3
v3.25.2
- feat(image): add right-click menu to save and copy image by @qwangry in https://github.com/opentiny/fluent-editor/pull/196
- feat(image): change the right-click event to a swipe event by @qwangry in https://github.com/opentiny/fluent-editor/pull/204
- fix(style): list ui misplacement when direction right to left by @zzxming in https://github.com/opentiny/fluent-editor/pull/199
- fix: toolbar-tip error by @zzxming in https://github.com/opentiny/fluent-editor/pull/202
- docs: add api/modules docs by @kagol in https://github.com/opentiny/fluent-editor/pull/200
- style: fix markdown code style by @zzxming in https://github.com/opentiny/fluent-editor/pull/203
- docs: add readonly mode by @kagol in https://github.com/opentiny/fluent-editor/pull/207
Full Changelog: https://github.com/opentiny/fluent-editor/compare/v3.25.1...v3.25.2
v3.25.1
- docs: update README by @kagol in https://github.com/opentiny/fluent-editor/pull/189
- test: add e2e test for add-toolbar-item demo by @kagol in https://github.com/opentiny/fluent-editor/pull/190
- refactor: simplify the fluent-editor.ts file, retaining only the logic related to module registration by @kagol in https://github.com/opentiny/fluent-editor/pull/193
- refactor: file classification by @kagol in https://github.com/opentiny/fluent-editor/pull/194
- docs: set toolbar-tip tipHoverable to false by @kagol in https://github.com/opentiny/fluent-editor/pull/195
Full Changelog: https://github.com/opentiny/fluent-editor/compare/v3.25.0...v3.25.1
v3.25.0
- feat(file): support upload file to server by @kagol in https://github.com/opentiny/fluent-editor/pull/163
- feat(blot): Add divider module to toolbar by @jany55555 in https://github.com/opentiny/fluent-editor/pull/167
- feat(file): support multiple files or multiple images upload by @qwangry in https://github.com/opentiny/fluent-editor/pull/168
- feat: header-list by @zzxming in https://github.com/opentiny/fluent-editor/pull/146
- feat: remove header-list and toolbar-tip internal dependencies by @zzxming in https://github.com/opentiny/fluent-editor/pull/178
- fix(file): fix file download by @qwangry in https://github.com/opentiny/fluent-editor/pull/160
- fix: align justify icon missing by @zzxming in https://github.com/opentiny/fluent-editor/pull/165
- fix: add toolbar tip for custom format by @zzxming in https://github.com/opentiny/fluent-editor/pull/166
- fix: lineheight doesn't display tip text by @zzxming in https://github.com/opentiny/fluent-editor/pull/175
- fix(color): the text color selection does not show a checkmark by @qwangry in https://github.com/opentiny/fluent-editor/pull/184
- fix: docs bundle and description by @zzxming in https://github.com/opentiny/fluent-editor/pull/185
- fix: toolbar-tip text doesn't display by @zzxming in https://github.com/opentiny/fluent-editor/pull/187
- docs: add demo "add toolbar item" by @kagol in https://github.com/opentiny/fluent-editor/pull/159
- docs: replace console.log with Modal.message by @kagol in https://github.com/opentiny/fluent-editor/pull/161
- docs: add vue-toastification by @kagol in https://github.com/opentiny/fluent-editor/pull/164
- chore(file): supplement multiple files or multiple images upload by @qwangry in https://github.com/opentiny/fluent-editor/pull/172
- refactor: extract i18n to class module by @zzxming in https://github.com/opentiny/fluent-editor/pull/176
- docs: add petercat assistant by @kagol in https://github.com/opentiny/fluent-editor/pull/181
- docs: fix petercat assistant style by @kagol in https://github.com/opentiny/fluent-editor/pull/182
- refactor: remove i18n variable in editor instance by @zzxming in https://github.com/opentiny/fluent-editor/pull/183
Full Changelog: https://github.com/opentiny/fluent-editor/compare/v3.24.0...v3.25.0
v3.24.0
- feat(table): Add table selector component by @jany55555 in https://github.com/opentiny/fluent-editor/pull/151
- fix(table): fix table left mask background-color by @kagol in https://github.com/opentiny/fluent-editor/pull/152
- fix: fix line-height invalid close #154 by @kagol in https://github.com/opentiny/fluent-editor/pull/155
- chore: add fluent editor version by @kagol in https://github.com/opentiny/fluent-editor/pull/153
Full Changelog: https://github.com/opentiny/fluent-editor/compare/v3.23.3...v3.24.0