Skip to content

Releases: hinesboy/mavonEditor

v2.5.2

14 Mar 06:31
Compare
Choose a tag to compare
  • bug修复
  • 合并PR

v2.4.16

30 Dec 15:58
Compare
Choose a tag to compare
  • 添加多图上传 #120
  • 添加 image_filter 图片过滤函数 #101
  • 完善 $imgDelByFilename,在调用这个函数删除了图片之后,将其从 md 源代码中删除 #101

  • Add multi images upload #120
  • Add image_filter for image file filter function #101
  • After calling the $imgDelByFilename function, the related pictures are deleted from the md source code #101

v2.4.15

22 Dec 08:07
Compare
Choose a tag to compare
  • 修复工具栏图片按钮下拉菜单在火狐浏览器中的兼容问题

  • Fix dropdown compatibility in Firefox

v2.4.14

20 Dec 10:10
0132e90
Compare
Choose a tag to compare
  • 在mavon最外层添加样式text-align: left,防止受到外部样式影响
  • 单双栏切换逻辑调整,单双栏切换更加合理
  • 去除自动切换单双栏逻辑(在 width < 768px变单栏)
  • 添加链接、图片链接弹出页面优化,支持TAB键、回车键操作
  • 上传图片限制文件格式为gif,jpeg,jpg,png,svg
  • fix #157
  • fix #156

  • Add style text-align: left to the mavonEditor
  • Improve the single-double column switching logic
  • Rmove the single-double column auto-switching logic(width < 768px)
  • Improve the Upload page (Support TAB key, ENTER key operation)
  • Limit image upload types
  • fix #157
  • fix #156

v2.4.13

12 Dec 15:18
Compare
Choose a tag to compare
  • 修复bug#79
  • 修改markdown-it实例获取方式
  • 引入插件markdown-it-highlightjs-external

  • fix bug#79
  • change the way to get the instance of markdown-it
  • Introduction package markdown-it-highlightjs-external for hljs

v2.4.12

07 Dec 03:11
Compare
Choose a tag to compare
  • 修复bug:复制图片事件图片名正则

  • fix bug: regex of images name

v2.4.11

07 Dec 02:33
Compare
Choose a tag to compare

v2.4.10

06 Dec 09:05
Compare
Choose a tag to compare
  • 对图片名添加正则过滤

v2.4.9

02 Dec 11:00
Compare
Choose a tag to compare
  • 修改跳转链接方式为新页面打开
  • 修改图片上传UI样式
  • 修复图片上传BUG
  • 更新README.md文档