打包0.6.15-fix.2

This commit is contained in:
wanglin2 2023-08-18 23:10:01 +08:00
parent 8b8d549abd
commit 22d0fe5ac4
4 changed files with 16 additions and 4 deletions

View File

@ -1,8 +1,12 @@
# Changelog # Changelog
## 0.6.15-fix.2
Fix: Fixed an issue where rich text nodes cannot be displayed in Firefox browser.
## 0.6.15-fix.1 ## 0.6.15-fix.1
新增: New:
> 1.Export PDF supports pagination export based on image size. > 1.Export PDF supports pagination export based on image size.
> >
@ -14,7 +18,7 @@
> >
> 5.Supports passing error handling functions. > 5.Supports passing error handling functions.
修复: Fix:
> 1.Fix the issue of displaying exceptions when node text is empty. > 1.Fix the issue of displaying exceptions when node text is empty.
> >

View File

@ -1,8 +1,10 @@
<template> <template>
<div> <div>
<h1>Changelog</h1> <h1>Changelog</h1>
<h2>0.6.15-fix.2</h2>
<p>Fix: Fixed an issue where rich text nodes cannot be displayed in Firefox browser.</p>
<h2>0.6.15-fix.1</h2> <h2>0.6.15-fix.1</h2>
<p>新增</p> <p>New:</p>
<blockquote> <blockquote>
<p>1.Export PDF supports pagination export based on image size.</p> <p>1.Export PDF supports pagination export based on image size.</p>
<p>2.Exporting PDF supports automatic direction adjustment based on aspect ratio.</p> <p>2.Exporting PDF supports automatic direction adjustment based on aspect ratio.</p>
@ -10,7 +12,7 @@
<p>4.Add a configuration that prohibits mouse wheel scaling.</p> <p>4.Add a configuration that prohibits mouse wheel scaling.</p>
<p>5.Supports passing error handling functions.</p> <p>5.Supports passing error handling functions.</p>
</blockquote> </blockquote>
<p>修复</p> <p>Fix:</p>
<blockquote> <blockquote>
<p>1.Fix the issue of displaying exceptions when node text is empty.</p> <p>1.Fix the issue of displaying exceptions when node text is empty.</p>
<p>2.Change the paddingX and paddingY of exported SVG graphics to single sided padding.</p> <p>2.Change the paddingX and paddingY of exported SVG graphics to single sided padding.</p>

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## 0.6.15-fix.2
修复修复在Firefox浏览器中富文本节点无法显示的问题。
## 0.6.15-fix.1 ## 0.6.15-fix.1
新增: 新增:

View File

@ -1,6 +1,8 @@
<template> <template>
<div> <div>
<h1>Changelog</h1> <h1>Changelog</h1>
<h2>0.6.15-fix.2</h2>
<p>修复修复在Firefox浏览器中富文本节点无法显示的问题</p>
<h2>0.6.15-fix.1</h2> <h2>0.6.15-fix.1</h2>
<p>新增</p> <p>新增</p>
<blockquote> <blockquote>