Skip to content

Commit 48bc18c

Browse files
Release attributed_text v0.3.2
1 parent 082485c commit 48bc18c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

attributed_text/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.3.2] - June, 2024
2+
* Fix crash when adding attributions that overlap others - you can now control whether a new attribution overwrites conflicting spans when you add it.
3+
14
## [0.3.1] - June, 2024
25
* Added query `getAllAttributionsThroughout()` to `AttributedText`.
36
* Added `copy()` to `AttributedText()`.

attributed_text/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: attributed_text
22
description: Text with metadata spans for easy text editing and styling.
3-
version: 0.3.1
3+
version: 0.3.2
44
homepage: https://github.com/superlistapp/super_editor
55

66
environment:

0 commit comments

Comments
 (0)