Skip to content

Commit d6df9b5

Browse files
author
Jake Ginnivan
committed
Added release notes
1 parent d77b3af commit d6df9b5

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

ReleaseNotes.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# vNext
2+
3+
- [#188](https://github.com/TestStack/White/pull/188) - Issue144: Add DrawHighlight method to UIItem contributed by Ilya Murzinov ([ilya-murzinov](https://github.com/ilya-murzinov))
4+
- [#242](https://github.com/TestStack/White/pull/242) - White unable to extract DataItems (ListViewRow) contributed by Ilya Murzinov ([ilya-murzinov](https://github.com/ilya-murzinov))
5+
- [#238](https://github.com/TestStack/White/pull/238) - added nuget logo and updated nuspecs to point to it contributed by Jason Roberts ([jason-roberts](https://github.com/jason-roberts))
6+
- [#236](https://github.com/TestStack/White/pull/236) - Bugfix: Allow support for screen types with extremely long full type names contributed by Eric Winkler ([eric-winkler](https://github.com/eric-winkler))
7+
- [#235](https://github.com/TestStack/White/pull/235) - Bugfix: Allow support for screen types with extremely long full type names contributed by Eric Winkler ([eric-winkler](https://github.com/eric-winkler))
8+
- [#221](https://github.com/TestStack/White/pull/221) - Window.ModalWindows() is finding zero windows but Window.Modalwindow(title) finds it contributed by Jake Ginnivan ([JakeGinnivan](https://github.com/JakeGinnivan))
9+
- [#217](https://github.com/TestStack/White/pull/217) - Added ComboBox to DataGrid in WpfTestApplication contributed by Ilya Murzinov ([ilya-murzinov](https://github.com/ilya-murzinov))
10+
- [#215](https://github.com/TestStack/White/pull/215) - Clear date test contributed by Ilya Murzinov ([ilya-murzinov](https://github.com/ilya-murzinov))
11+
- [#214](https://github.com/TestStack/White/pull/214) - Fix 212: ListViewRow can't be created with DictionaryMappedItemFactory contributed by ([ivan-danilov](https://github.com/ivan-danilov))
12+
- [#211](https://github.com/TestStack/White/pull/211) - Update README.md to show new home of UIA Verify contributed by Steve Hill ([sghill](https://github.com/sghill))
13+
- [#210](https://github.com/TestStack/White/issues/210) - Include generated xml documentation in NuGet package
14+
- [#200](https://github.com/TestStack/White/issues/200) - Test Execution for WPF application is very slow (VS 2012 + Win 8.1).
15+
16+
Commits: acbe226d60...03e879b851
17+
18+
19+
# 0.12.0 (21 January 2014)
20+
21+
- [#206](https://github.com/TestStack/White/pull/206) - Net35 Support added back contributed by Jake Ginnivan ([JakeGinnivan](https://github.com/JakeGinnivan))
22+
- [#204](https://github.com/TestStack/White/pull/204) - * fixed memory leaks in VisibleImage contributed by ([lostmsu](https://github.com/lostmsu))
23+
- [#196](https://github.com/TestStack/White/pull/196) - Issue168 fixed. contributed by Ilya Murzinov ([ilya-murzinov](https://github.com/ilya-murzinov))
24+
- [#194](https://github.com/TestStack/White/pull/194) - Issue105 fix. Removed ClearDate from DateTimePicker. contributed by Ilya Murzinov ([ilya-murzinov](https://github.com/ilya-murzinov))
25+
- [#193](https://github.com/TestStack/White/pull/193) - ArgumentNullException when trying to clear date in WPF DatePicker contributed by Ilya Murzinov ([ilya-murzinov](https://github.com/ilya-murzinov))
26+
- [#191](https://github.com/TestStack/White/pull/191) - Issue155 fixed. contributed by Ilya Murzinov ([ilya-murzinov](https://github.com/ilya-murzinov))
27+
- [#190](https://github.com/TestStack/White/issues/190) - Selected Item of combobox enable = "false"
28+
- [#189](https://github.com/TestStack/White/pull/189) - Issue183: Add Exists<>() method. contributed by Ilya Murzinov ([ilya-murzinov](https://github.com/ilya-murzinov))
29+
- [#184](https://github.com/TestStack/White/pull/184) - Close all windows on Application close, not just main one contributed by ([ivan-danilov](https://github.com/ivan-danilov))
30+
- [#182](https://github.com/TestStack/White/pull/182) - Fix: problem with cursors that are not the same on my OS as hardcoded in the MouseCursor class contributed by ([ivan-danilov](https://github.com/ivan-danilov))
31+
- [#175](https://github.com/TestStack/White/pull/175) - Added checkbox as possible control in a data grid cell contributed by ([SebastianMax](https://github.com/SebastianMax))
32+
- [#173](https://github.com/TestStack/White/pull/173) - Fixed typo in readme, the samples link was wrong. contributed by Roberto Luis Bisbe ([rlbisbe](https://github.com/rlbisbe))
33+
- [#170](https://github.com/TestStack/White/pull/170) - Added Application main window activation after process startup. contributed by ([ivan-danilov](https://github.com/ivan-danilov))
34+
- [#169](https://github.com/TestStack/White/issues/169) - Exception when expanding tree node
35+
- [#168](https://github.com/TestStack/White/issues/168) - After trying select value in a Combobox that have already selected, Combobox remains expanded.
36+
- [#166](https://github.com/TestStack/White/issues/166) - Comobox.Select(string item) and Combox.Select(int index) not working properly
37+
- [#160](https://github.com/TestStack/White/issues/160) - Accessing menus in child windows
38+
- [#158](https://github.com/TestStack/White/issues/158) - TestStack.White.WebBrowser NuGet package not published
39+
- [#157](https://github.com/TestStack/White/pull/157) - renamed Sample App folder to Samples too to avoid confusion contributed by Mehdi Khalili ([MehdiK](https://github.com/MehdiK))
40+
- [#156](https://github.com/TestStack/White/pull/156) - Minor changes on Samples contributed by Mehdi Khalili ([MehdiK](https://github.com/MehdiK))
41+
- [#146](https://github.com/TestStack/White/issues/146) - White is very slow to get elements in window
42+
- [#143](https://github.com/TestStack/White/pull/143) - Added IUIItem.GetParent<T>() extension method contributed by ([ivan-danilov](https://github.com/ivan-danilov))
43+
- [#139](https://github.com/TestStack/White/issues/139) - API to access parent of the UIItem found via Get methods
44+
45+
Commits: 15da64db31...be6ad894f0
46+
47+
48+
# 0.11.0.207 (01 August 2013)
49+
50+
- First release of TestStack.White
51+
52+
Commits: 3dcf106156...78356dfa62

0 commit comments

Comments
 (0)