Skip to content

Releases: discussjs/discuss

🎉 1.1.4

07 Aug 08:03
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @huangyinhaow made their first contribution in #14

Full Changelog: v1.1.3...v1.1.4

🎉 1.1.3

31 Jul 15:08
Compare
Choose a tag to compare
  • fix(database): 发送评论时,服务端数据库 [mongodb, cloudbase] 操作 this 执行问题,导致调用方法失败的 bug #beb639
  • fix(submit.svelte): 发送评论后评论按钮还能继续发评论的bug #8e7b22

Full Changelog: v1.1.2...v1.1.3

🎉 1.1.2

28 Jul 03:09
Compare
Choose a tag to compare
  • fix: loading.svg 弃用 animateTransform (兼容性低,存在阻塞现象) 改用 css3 动画 #b8ce40d
  • refactor: switch 因过多的冗余代码,改用 Object #d2ed93
  • fix: 当获取不到评论时,loading 还在执行的 bug #86e1fb
  • fix: 调整评论框默认高度,以及移除reset动画 #1f815c

🎉 1.1.0

25 Jul 04:07
Compare
Choose a tag to compare

feat: 没有评论时显示提醒 (#b35855)
refactor(database): 弃用 dittorm 改用手写多数据库支持 (#10)
fix: 修复主评论框与子评论框产生逻辑冲突,最终照成评论框功能显示异常的 bug (#11)

🎉 1.0.5

19 Jul 02:01
Compare
Choose a tag to compare
  • fix(admin.html): 初始化评论管理 discuss 大小写问题 #9c0210
  • refactor(init.html): 弃用 xhr 改用 fetch API #ab1df3

🎉 1.0.4

17 Jul 11:00
Compare
Choose a tag to compare
  • 将 Discuss 改为 discuss #46c29d
  • 可自定义默认表情CDN地址 #45539d
  • 低版本浏览器不支持 ?? 语法的 bug #55f81f

🎉 1.0.3

07 Jul 03:32
Compare
Choose a tag to compare

Fix:

  • localStorage 并未清空的 bug #736a44

🎉 1.0.2

07 Jul 02:44
63fd1ca
Compare
Choose a tag to compare

build

Fix

  • 打开评论管理页面是会被其他元素覆盖在最顶层的bug #37e384
  • 消息弹窗被zIndex拦截的bug #6c2204

Refactor

  • 移除 message 提示框,改用 msg-alert 库 #9d2761

🎉 1.0.0

13 Jun 11:32
Compare
Choose a tag to compare

正式发布v1.0.0版本

🎉 0.3.8

10 Jun 12:35
Compare
Choose a tag to compare

Fix

多行评论时第一行多出一个空格的bug #3a21c4