File tree Expand file tree Collapse file tree 2 files changed +19
-10
lines changed
Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 1- ## 0.0.1
1+ ## [ 0.2.3]
2+ ### Jan 19, 2026
3+ * ** CHANGED PACKAGE TO A PLUGIN**
4+ * iOS: Created plugin that swizzles Flutter's paste behavior and lets your app handle native toolbar pasting.
5+
6+ ## [ 0.2.2]
7+ ### Dec 13, 2025
8+ * FEATURE: Rich text paste (from HTML)
9+ * DEPENDENCY CHANGES:
10+ * Upgraded ` super_editor ` to ` 0.3.0-dev.46 `
211
312* TODO: Describe initial release.
Original file line number Diff line number Diff line change 11name : super_editor_clipboard
22description : " Rich text copy/paste extensions on super_editor."
3- version : 0.1.0
3+ version : 0.2.3
44repository : https://github.com/superlistapp/super_editor/
55
66environment :
@@ -15,16 +15,16 @@ dependencies:
1515 html2md : ^1.3.2
1616 logging : ^1.3.0
1717 super_clipboard : ^0.9.1
18- super_editor : ^0.3.0-dev.47
18+ super_editor : ^0.3.0-dev.48
1919 super_keyboard : ^0.3.1
2020
21- dependency_overrides :
22- super_editor :
23- path : ../super_editor
24- super_editor_markdown :
25- path : ../super_editor_markdown
26- super_keyboard :
27- path : ../super_keyboard
21+ # dependency_overrides:
22+ # super_editor:
23+ # path: ../super_editor
24+ # super_editor_markdown:
25+ # path: ../super_editor_markdown
26+ # super_keyboard:
27+ # path: ../super_keyboard
2828
2929dev_dependencies :
3030 flutter_test :
You can’t perform that action at this time.
0 commit comments