|
1 | | -vNext |
2 | | - - BREAKING: White Namespace changed from White.Core to TestStack.White |
3 | | - - BREAKING: ModalWindow now throws when the window cannot be found |
4 | | - - BREAKING/Enhancement: MultiLineTextBox no longer exists, simply use TextBox |
5 | | - - Fix: Expandable lists now restore their previous expansion (after the items have been retrieved), if `ComboBoxItemsPopulatedWithoutDropDownOpen` is set to false |
6 | | - |
7 | | -Version 0.10.3 |
8 | | - - Some small updates to WPF Get extension methods |
9 | | - - Further tooltip fixes |
10 | | - |
11 | | -Version 0.10.2 |
12 | | - - Made ListItem selection more reliable |
13 | | - |
14 | | -Version 0.10.1 |
15 | | - - Fix: Tooltips can now be found as expected |
16 | | - - Retry.ForDefault method now reads it's default timeout from White's configuration |
17 | | - - New Configuration value 'FindWindowTimeout' which is defaulted to 30 seconds |
18 | | - - Added ability to take screenshots of the desktop: |
19 | | - - `Desktop.CaptureScreenshot()` returns a Bitmap |
20 | | - - `Desktop.TakeScreenshot(string filename, ImageFormat imageFormat)` saves the screenshot to file |
21 | | - |
22 | | -Version 0.10.0 |
23 | | - - BREAKING: Removed Log4net, now using Castle's logging abstractions. See https://github.com/TestStack/White/wiki/log4net-Removal |
24 | | - - BREAKING: SearchCriteria.ByControlType now takes WindowsFramework rather than string |
25 | | - - BREAKING: WindowsFramework members renamed to Is[Framework] from [Framework] |
26 | | - - Fix: Lots of combobox updates/fixes |
27 | | - - Fix: AsContainer() could throw a NullReferenceException |
28 | | - - Fix: Checkbox fixes |
29 | | - - Fix: Added support for WPF DatePicker |
30 | | - - All exceptions are now serialisable |
31 | | - |
32 | | -Version 0.9.3 |
33 | | - - BREAKING: White is now compiled as x86 (fixes issues when run in x64 process) |
34 | | - - White will no longer throw TargetInvocationExceptions in some cases. |
35 | | - - Added support for swapping mouse buttons (for left handed users/system setup) - See FAQ for details |
36 | | - |
37 | | -Version 0.9.2 |
38 | | - - BREAKING: UIItem.Get now throws an AutomationException when the UI Element is not found |
39 | | - - Change: UIItem.Get now auto retries to fetch the item |
40 | | - - FIX: Added small delay when fetching menu items (to compensate for menu animation in newer versions of windows) |
41 | | - - FIX: AttachOrLaunch method now can accept a full Path. |
| 1 | +See http://teststack.azurewebsites.net/White/ChangeLog.html |
0 commit comments