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
API Changed: VisTextField#setCurosrAtTextEnd renamed to setCursorAtTextEnd (typo)
Added: Tooltip#getTarget
Added: MenuItem constructors taking style name
Changed: It's now impossible to create FileTypeFilterRule without providing at least one extension
Changed: FileTypeFilter select box won't be shown when FileChooserSelectionMode is set to DIRECTORIES
Changed: FileChooser now can be closed by pressing enter when file name field has focus
Changed: Dialogs#showOKDialog can be closed using enter and escape key
Changed: #176 (comment) - FileChooser path text field will now show end of the path when it's too long
Changed: FileChooser will fallback to default directory when setDirectory is called with invalid file handle (either non existing path or pointing to file)
Fixes possible crash when current directory is removed while it's open in file chooser
Removed protected handleAsyncError, no longer needed