Releases: opentiny/tiny-editor
Releases · opentiny/tiny-editor
v4.0.0-alpha.6
What's Changed
Exciting New Features 🎉
- feat: Add AI module by @chenxi-20 in #266
- feat: Improve AI functionality by @chenxi-20 in #297
- feat: remove petercat and fix style by @kagol in #300
- feat(scss): 更新 scss 文件的引入方式 by @vaebe in #314
- feat: format-painter allow ignore formats by @zzxming in #318
- feat: add toolbar icon svgs by @wuyiping0628 in #348
- feat(custom-image): 增加 allowInvalidUrl 用于支持特定场景(比如:Electron)需要返回原始 url by @LinLiang66 in #354
Bug Fixes 🐛
- fix(emoji): 修复因 DEFAULT_OPTIONS 类型导致的编译错误 by @vaebe in #290
- fix(ai): 修复因为代码风格导致 auto lint 错误 by @vaebe in #291
- fix(doc): 修复title与搜索框文字无法垂直对齐的问题 by @GaoNeng-wWw in #298
- fix: Fix span style issue by @chenxi-20 in #302
- fix(ai): code style error by @vaebe in #317
- fix: Fix AI issue sheet by @chenxi-20 in #324
- fix(i18n): toolbar header 未进行国际化翻译 (close #285) by @vaebe in #323
- fix(i18n): toolbar header picker 切换语言后 label 显示不正确 by @vaebe in #325
- fix(emoji): 插入表情后光标的位置不正确 by @vaebe in #343
- fix(custom-uploader): fail 状态插入 \n 会破坏 表格数据结构 使用空格占位 by @vaebe in #345
- fix(test): 修复 file-upload.spec.ts 测试错误 by @vaebe in #352
- fix: fix pnpm build fail by @kagol in #355
Other Changes
- docs: chemistry extension example by @GaoNeng-wWw in #303
New Contributors
- @chenxi-20 made their first contribution in #266
- @GaoNeng-wWw made their first contribution in #298
- @wuyiping0628 made their first contribution in #348
- @LinLiang66 made their first contribution in #354
Full Changelog: v4.0.0-alpha.2...v4.0.0-alpha.6
v4.0.0-alpha.2
What's Changed
Exciting New Features 🎉
Bug Fixes 🐛
- fix: tailwind does not support sass in vite plugin by @zzxming in #255
- fix: fix formula demo by @kagol in #261
- fix(ci): fix build error by @vaebe in #280
Other Changes
- refactor: patch ts type by @zzxming in #252
- docs: add set formula content by @kagol in #259
- ci: add issue auto label by @kagol in #260
- refactor:
scrollIntoViewtoscrollSelectionIntoViewby @zzxming in #263 - refactor: remove useless code by @kagol in #268
- docs: add DeepWiki Badge by @vaebe in #270
- docs: 添加贡献者图表 by @vaebe in #274
New Contributors
Full Changelog: v4.0.0-alpha.1...v4.0.0-alpha.2
v4.0.0-alpha.1
What's Changed
Exciting New Features 🎉
Bug Fixes 🐛
- chore: fix ssr build by @zzxming in #238
- fix: vitepress default style effect package origin style by @zzxming in #242
- fix: update table-up by @zzxming in #241
- fix: load postcss config in js by @zzxming in #243
- fix: fix list-style by @kagol in #251
Other Changes
- docs: add v3.x entry by @kagol in #236
- ci: no need start dev serve by @zzxming in #245
- docs: rename getContent to getContents by @kagol in #248
- refactor: merge image/video as file by @zzxming in #249
- docs: optimize projects by @kagol in #250
Full Changelog: v4.0.0-alpha.0...v4.0.0-alpha.1
v3.25.4
v3.25.3
What's Changed
Other Changes
- docs: add language switch by @kagol in #211
- docs: modify Fluent Editor to TinyEditor by @kagol in #212
- docs: add projects by @kagol in #216
- docs(projects): optimize yuque project by @kagol in #219
- chore: add type="module" to package.json by @kagol in #225
Full Changelog: v3.25.2...v3.25.3
v3.25.2
What's Changed
Exciting New Features 🎉
- feat(image): add right-click menu to save and copy image by @qwangry in #196
- feat(image): change the right-click event to a swipe event by @qwangry in #204
Bug Fixes 🐛
- fix(style): list ui misplacement when direction right to left by @zzxming in #199
- fix: toolbar-tip error by @zzxming in #202
Other Changes
- docs: add api/modules docs by @kagol in #200
- style: fix markdown code style by @zzxming in #203
- docs: add readonly mode by @kagol in #207
Full Changelog: v3.25.1...v3.25.2
v3.25.1
What's Changed
Other Changes
- docs: update README by @kagol in #189
- test: add e2e test for add-toolbar-item demo by @kagol in #190
- refactor: simplify the fluent-editor.ts file, retaining only the logic related to module registration by @kagol in #193
- refactor: file classification by @kagol in #194
- docs: set toolbar-tip tipHoverable to false by @kagol in #195
Full Changelog: v3.25.0...v3.25.1
v3.25.0
What's Changed
Exciting New Features 🎉
- feat(file): support upload file to server by @kagol in #163
- feat(blot): Add divider module to toolbar by @jany55555 in #167
- feat(file): support multiple files or multiple images upload by @qwangry in #168
- feat: header-list by @zzxming in #146
- feat: remove header-list and toolbar-tip internal dependencies by @zzxming in #178
Bug Fixes 🐛
- fix(file): fix file download by @qwangry in #160
- fix: align justify icon missing by @zzxming in #165
- fix: add toolbar tip for custom format by @zzxming in #166
- fix: lineheight doesn't display tip text by @zzxming in #175
- fix(color): the text color selection does not show a checkmark by @qwangry in #184
- fix: docs bundle and description by @zzxming in #185
- fix: toolbar-tip text doesn't display by @zzxming in #187
Other Changes
- docs: add demo "add toolbar item" by @kagol in #159
- docs: replace console.log with Modal.message by @kagol in #161
- docs: add vue-toastification by @kagol in #164
- chore(file): supplement multiple files or multiple images upload by @qwangry in #172
- refactor: extract i18n to class module by @zzxming in #176
- docs: add petercat assistant by @kagol in #181
- docs: fix petercat assistant style by @kagol in #182
- refactor: remove i18n variable in editor instance by @zzxming in #183
Full Changelog: v3.24.0...v3.25.0
v3.24.0
What's Changed
Exciting New Features 🎉
- feat(table): Add table selector component by @jany55555 in #151
Bug Fixes 🐛
- fix(table): fix table left mask background-color by @kagol in #152
- fix: fix line-height invalid close #154 by @kagol in #155
Other Changes
Full Changelog: v3.23.3...v3.24.0
v3.23.3
What's Changed
Exciting New Features 🎉
Bug Fixes 🐛
- fix(table): optimize right-click menu in table-operation-menu(#108) by @jany55555 in #140
Other Changes
- docs: add jany55555 as a contributor for code by @allcontributors in #147
- chore: upgrade deps version by @kagol in #148
New Contributors
- @jany55555 made their first contribution in #140
Full Changelog: v3.23.2...v3.23.3