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: CHANGELOG.md
+17
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,23 @@
1
1
# Changelog
2
2
These are the release notes for the TextMesh Pro UPM package which was first introduced with Unity 2018.1. Please see the following link for the Release Notes for prior versions of TextMesh Pro. http://digitalnativestudios.com/forum/index.php?topic=1363.0
3
3
4
+
## [3.0.0-preview.4] - 2020-01-31
5
+
## [2.1.0-preview.4]
6
+
## [1.5.0-preview.4]
7
+
### Changes
8
+
- Fixed Input Field issue where scrolling events could prevent OnEndEdit event from firing. See [forum post](https://forum.unity.com/threads/mouse-wheel-on-multiline-input-field-with-no-scrollbar-hangs-input-field-stops-event-firing.794607/) for details.
9
+
- Improved Input Field handling of Vertical Scrollbar in conjunction with the ResetOnDeActivation property. Using the Vertical Scrollbar no longer triggers OnEndEdit event.
10
+
- Fixed potential Missing Component Exception that could occur when a TMP_SubMeshUI object is created.
11
+
- Fixed MissingReferenceException when deleting a TMP prefab that is part of a nested prefab. Case #1207793
12
+
- Improved handling of allocations of newly created text objects with large amount of text. As a result of these revisions, allocations will potentially be reduce by 10X. See #1205923
13
+
- Fixed potential Null Reference Exception with the TMP DropDown that could occur when using the experimental Editor "Enter Play Mode" feature. Case #1207915
14
+
- Fixed potential issue with the assignment of sub text object materials.
15
+
- Add support for hiding the soft keyboard for Switch in the TMP Input Field.
16
+
- Fixed incorrect Preferred Height when Word Wrapping is disabled on text objects. See [forum post](https://forum.unity.com/threads/incorrect-wordwrapping-preferredsize-textmespro-2-1-preview-3.812376/) for details.
17
+
- Added support for the new Selected state and color to the TMP Input Field. Case #1210496
18
+
- Fixed additional instances of TMP Resource Importer window being created when deleting the "TextMesh Pro" folder just after having imported them. Case #1205848
19
+
- Added public ITextPreprocessor textPreprocessor; property to allow setting the text preprocessor for a given text component.
0 commit comments