We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7044d commit 3b9d449Copy full SHA for 3b9d449
attributed_text/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [0.4.3] - Jan, 2024
2
+ * [FIX] - Accessing individual characters in `AttributedText` no longer tries to access indices
3
+ out of bounds.
4
+
5
## [0.4.2] - Jan, 2024
6
* [FIX] - A few `AttributedText` methods weren't updated to account for full length with placeholders.
7
attributed_text/pubspec.yaml
@@ -1,6 +1,6 @@
name: attributed_text
description: Text with metadata spans for easy text editing and styling.
-version: 0.4.2
+version: 0.4.3
homepage: https://github.com/superlistapp/super_editor
funding:
- https://flutterbountyhunters.com
0 commit comments