diff --git a/RZRichTextView.podspec b/RZRichTextView.podspec index e6ade32..be3ea5a 100644 --- a/RZRichTextView.podspec +++ b/RZRichTextView.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'RZRichTextView' - s.version = '2.1.3' + s.version = '2.2.0' s.summary = 'RZRichTextView. 原生UITextView,支持富文本输入(图片,视频,列表序号,文本颜色大小各种样式等等)' # This description is used to generate tags and improve search results. diff --git a/UpdataLog.md b/UpdataLog.md index ad4a3ff..7f80253 100644 --- a/UpdataLog.md +++ b/UpdataLog.md @@ -1,3 +1,10 @@ +* v2.2.0 + * . 修复某些情况下,图片高度显示错误 + * . 添加超链接默认样式设置 + * . 可设置字数显示的label的位置 + * . 添加自定义下载资源的方法,需要实现RZRichTextViewConfigure里的两个属性 + + * v2.1.3 * . 修复输入文本中带特殊符号时,转换为html后可能被当做标签而被隐藏 * . 修复selectedrange.length大于0,且光标在末尾时,修改属性之后,再在末尾编辑时,光标处属性依然为之前的属性的bug