Releases: McShare/xenforo-markdown
Releases · McShare/xenforo-markdown
v1.1.0-beta.4
v.1.1.0-beta.3
- 修复代码样式问题。
v1.1.0-beta.2
- 对 MineBBS 修复了暗黑模式下的显示问题,其它论坛可仿照类似的思路进行修改。
- 对代码进行了优化。
v1.1.0-beta.1
此版本中添加了对非后端输出的可疑 HTML 片段输入的过滤,自动删除由用户自行添加的 HTML。
若在使用中遇到问题或者并没有看到预期的结果,欢迎在 issue 里反馈。
v1.0.0
从 1.0.0 版本开始:
- 脚本使用 npm 进行依赖管理和发布
- 脚本本体将使用 TypeScript 编写,然后通过 esbuild 等工具编译
- 脚本不再需要任何第三方 js 预先加载,所有需要的模块均内置
From v1.0.0
- npm is put in use comprehensively now.
- The script is written in TypeScript and bundled & compiled with tools including
esbuild
,lessc
,uglify-js
. - There is no need to load external javascript file before the script, as all the modules in need is included by default.