Skip to content

Latest commit

 

History

History
82 lines (68 loc) · 6.9 KB

ReleaseNotes.md

File metadata and controls

82 lines (68 loc) · 6.9 KB

0.14.0 (TBD)

Features

  • Migration to nUnit - #348
  • Being able to capture part of the screen - #350, #260 (Slightly modified version of (HEskandari)
  • Added color parameter to DrawHighlight
  • Added some localization for German UI
  • PDB files source indexing [#359]

Bug Fixes

None so far

Breaking Changes

  • Renaming of some interfaces to proper namings
    • SpecializedWindowFactory to ISpecializedWindowFactory
    • UIItemFactory to IUIItemFactory
    • WindowControlVisitor to IWindowControlVisitor
    • EventOption to IEventOption
    • ActionListener to IActionListener
    • Scrollable to IScrollable
    • SuggestionList to ISuggestionList
    • VerticalSpanProvider to IVerticalSpanProvider
    • TableVerticalScrollOffset to ITableVerticalScrollOffset
    • TreeNodeVisitor to ITreeNodeVisitor
    • MenuContainer to IMenuContainer
    • UIItemEventListener to IUIItemEventListener
  • Renaming Functions
    • Changes in IUIItem / UIItem
      • Renamed the RaiseClickEvent to Invoke

0.13.0 (7 June 2014)

  • #188 - Issue144: Add DrawHighlight method to UIItem contributed by Ilya Murzinov (ilya-murzinov)
  • #242 - White unable to extract DataItems (ListViewRow) contributed by Ilya Murzinov (ilya-murzinov)
  • #238 - added nuget logo and updated nuspecs to point to it contributed by Jason Roberts (jason-roberts)
  • #236 - Bugfix: Allow support for screen types with extremely long full type names contributed by Eric Winkler (eric-winkler)
  • #235 - Bugfix: Allow support for screen types with extremely long full type names contributed by Eric Winkler (eric-winkler)
  • #221 - Window.ModalWindows() is finding zero windows but Window.Modalwindow(title) finds it contributed by Jake Ginnivan (JakeGinnivan)
  • #217 - Added ComboBox to DataGrid in WpfTestApplication contributed by Ilya Murzinov (ilya-murzinov)
  • #215 - Clear date test contributed by Ilya Murzinov (ilya-murzinov)
  • #214 - Fix 212: ListViewRow can't be created with DictionaryMappedItemFactory contributed by (ivan-danilov)
  • #211 - Update README.md to show new home of UIA Verify contributed by Steve Hill (sghill)
  • #210 - Include generated xml documentation in NuGet package
  • #200 - Test Execution for WPF application is very slow (VS 2012 + Win 8.1).

Commits: acbe226d60...03e879b851

0.12.0 (21 January 2014)

  • #206 - Net35 Support added back contributed by Jake Ginnivan (JakeGinnivan)
  • #204 - * fixed memory leaks in VisibleImage contributed by (lostmsu)
  • #196 - Issue168 fixed. contributed by Ilya Murzinov (ilya-murzinov)
  • #194 - Issue105 fix. Removed ClearDate from DateTimePicker. contributed by Ilya Murzinov (ilya-murzinov)
  • #193 - ArgumentNullException when trying to clear date in WPF DatePicker contributed by Ilya Murzinov (ilya-murzinov)
  • #191 - Issue155 fixed. contributed by Ilya Murzinov (ilya-murzinov)
  • #190 - Selected Item of combobox enable = "false"
  • #189 - Issue183: Add Exists<>() method. contributed by Ilya Murzinov (ilya-murzinov)
  • #184 - Close all windows on Application close, not just main one contributed by (ivan-danilov)
  • #182 - Fix: problem with cursors that are not the same on my OS as hardcoded in the MouseCursor class contributed by (ivan-danilov)
  • #175 - Added checkbox as possible control in a data grid cell contributed by (SebastianMax)
  • #173 - Fixed typo in readme, the samples link was wrong. contributed by Roberto Luis Bisbe (rlbisbe)
  • #170 - Added Application main window activation after process startup. contributed by (ivan-danilov)
  • #169 - Exception when expanding tree node
  • #168 - After trying select value in a Combobox that have already selected, Combobox remains expanded.
  • #166 - Comobox.Select(string item) and Combox.Select(int index) not working properly
  • #160 - Accessing menus in child windows
  • #158 - TestStack.White.WebBrowser NuGet package not published
  • #157 - renamed Sample App folder to Samples too to avoid confusion contributed by Mehdi Khalili (MehdiK)
  • #156 - Minor changes on Samples contributed by Mehdi Khalili (MehdiK)
  • #146 - White is very slow to get elements in window
  • #143 - Added IUIItem.GetParent() extension method contributed by (ivan-danilov)
  • #139 - API to access parent of the UIItem found via Get methods

Commits: 15da64db31...be6ad894f0

0.11.0.207 (01 August 2013)

  • First release of TestStack.White

Commits: 3dcf106156...78356dfa62