You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,11 @@ Until then, minor updates may remove deprecated features and introduce breaking
10
10
11
11
This version makes a first step towards removing library-specific types in favor of native types, to avoid having to add custom types and logic to the library, where native alternatives exist.
12
12
13
-
This version deprecates the `RichTextAlignment` type and instead
14
-
15
-
This version adds key path-based paragraph functions to the `RichTextViewComponent`. This means that you can now get and set the following values with a single set of functions, pickers, steppers and toggles:
13
+
This version starts with `NSParagraphStyle` and its nested types, and makes it possible to get, set, pick, step and toggle the following values with a single set of functions, pickers, steppers and toggles:
As a result, all parts of the library that handled individual value types have been deprecated. This makes the library tighter, and a lot more capable with less code.
17
+
As a result, this version deprecates the `RichTextAlignment` and `RichTextLine` type. This makes the library tighter, and a lot more capable with less code that does more.
0 commit comments