Releases: GeekTree0101/VEditorKit
Releases · GeekTree0101/VEditorKit
1.2.4
- Fix multiple media insert indexPath crash
1.2.3
HotFix v1.2.3
- VEditorMediaPlaceholderNode onSuccess method can asset not only MediaContent also VEditorContent
1.2.2
Hot fix v1.2.2
- Support VEditorPlaceholderContent Initialization access to public
- User cannot delete text only on editor
1.2.1
v1.2.1 Hot Fix
- Support safe area insets for controlAreaLayout & separate layoutSpec
- KeyboardHeight property access level turn to open from private
1.2.0
Why need this change?:
- Sometimes VEditorTextCellNode occurs unexpected bounds after first render
- To make VEditorMediaNode<TargetNode: ASControlNode> subclass isn't good
- EditorDeleteMediaNode isn't good expend
- When TargetNode has layoutSpec than occur duplicate layoutSpec crash
Change made & impact:
- Check ASEditableTextNode.mm setAttributedString
- required init convert to init
- Optimize VEditorDeleteMediaNode properties
- Support mediaContentLayoutSpec
- Support convenience xml to NSAttributedString parser with editor rule
1.1.0
Downgrade ios deployment target from 9.3 to 9.0