Skip to content

Releases: davidlebourdais/ExtendedWPFVisualTreeHelper

v2.0.2

21 Jul 23:50
Compare
Choose a tag to compare

Updated to .NET 5
Breaking changes: WPFVisualFinders -> WpfVisualFinders and WPFVisualFindersExtensions -> WpfVisualFindersExtensions

Changes:

  • 36362ba [Cleaning] Apply full camel case names for static classes
  • fc95734 [Build] Update references and build for .NET 5
  • f9c7dfa [Cleaning] Code cleanup

This list of changes was auto generated.

v2.0.1

20 Nov 17:08
Compare
Choose a tag to compare

Updated minimum .Net Core version and package info for better visibility in Nuget feeds.

Changes:

  • a7e1307 [Build] Updated .csproj
  • 0973b1b [Build] Updated to v2.0.0
  • 3d1dfe3 [Build] Updated descriptions
  • 8ecaf6a [Build] Added CI files for Azure
  • 29169a2 [Dev] Added regular expressions for name search
  • 8e3a846 Added README.md
  • 5b4edfe [Opti] Optimized output type for 'ByType' methods
  • 0093a60 [Dev] FindAllChildren now supports named searches
  • dbb7ec7 [Dev] Added 'ByType' counterparts for FindChildren
  • f6d2551 [Dev] Merged 'Extended' methods with base ones
See More
  • ccb8d33 [Dev] Extended conterparts of FindChildren methods
  • 89a1cc1 [Dev] Added tests for FindChildren methods
  • e71e338 [Dev] Updated FindAllChildren
  • 47771da [Dev] Added test for GetParentExtended
  • 8e970bc [Dev] Added tests for FindParent methods
  • 26831af [Build] Changed project structure to include tests
  • 9a9c2f2 [Dev] Added FindParentByLevelExtended
  • 8755968 [BugFix] Comments typos and fix for ContentElement
  • c3a26b8 [Dev] Added FindParentByLevel methods
  • fd0aadf [Dev] Added FindParentByType methods
  • 44e9ff8 [Dev] Added FindParentExtended method
  • ddfd0eb [Dev] Set documentation output
  • 439e05e [Build] Extended project to .NET framework
  • f5bec88 [Dev] Finders now work for every passed types
  • 6b99abc Added licence file

This list of changes was auto generated.

v2.0.0

20 Nov 17:09
Compare
Choose a tag to compare

Initial version for public release, comprising the following visual tree traveling methods:

  • FindChild
  • FindChildByType
  • FindDirectChild
  • FindDirectChildByType
  • FindAllChildren
  • FindAllChildrenByType
  • FindParent
  • FindParentByType
  • FindParentByLevel
  • GetParentExtended

ReadMe Documentation.

Changes:

  • 0973b1b [Build] Updated to v2.0.0
  • 3d1dfe3 [Build] Updated descriptions
  • 8ecaf6a [Build] Added CI files for Azure
  • 29169a2 [Dev] Added regular expressions for name search
  • 8e3a846 Added README.md
  • 5b4edfe [Opti] Optimized output type for 'ByType' methods
  • 0093a60 [Dev] FindAllChildren now supports named searches
  • dbb7ec7 [Dev] Added 'ByType' counterparts for FindChildren
  • f6d2551 [Dev] Merged 'Extended' methods with base ones
  • ccb8d33 [Dev] Extended conterparts of FindChildren methods
See More
  • 89a1cc1 [Dev] Added tests for FindChildren methods
  • e71e338 [Dev] Updated FindAllChildren
  • 47771da [Dev] Added test for GetParentExtended
  • 8e970bc [Dev] Added tests for FindParent methods
  • 26831af [Build] Changed project structure to include tests
  • 9a9c2f2 [Dev] Added FindParentByLevelExtended
  • 8755968 [BugFix] Comments typos and fix for ContentElement
  • c3a26b8 [Dev] Added FindParentByLevel methods
  • fd0aadf [Dev] Added FindParentByType methods
  • 44e9ff8 [Dev] Added FindParentExtended method
  • ddfd0eb [Dev] Set documentation output
  • 439e05e [Build] Extended project to .NET framework
  • f5bec88 [Dev] Finders now work for every passed types
  • 6b99abc Added licence file

This list of changes was auto generated.