Skip to content

Releases: Dirkster99/InplaceEditBoxLib

v1.4.2

InplaceEditBoxLib Version 1.4.1

24 Aug 17:10
Compare
Choose a tag to compare

Multitargeting NetCore 3 and Net 4/Net 4.5.2

02 Sep 16:28
Compare
Choose a tag to compare

Removing unused dependency to log4net

03 Nov 18:46
Compare
Choose a tag to compare
v1.1.2.1

Removed dependency on log4net since it was no longer needed (issue #5)

Minor BugFix for WPF Designer

14 Jul 12:06
Compare
Choose a tag to compare

Using the

        if (DesignerProperties.GetIsInDesignMode(new System.Windows.DependencyObject()))
            return;

statement to make sure the interaction logic is not implemented when displaying the control in the WPF designer.

Pre-Release to fix https://github.com/Dirkster99/InplaceEditBoxLib/issues/2

13 May 16:28
Compare
Choose a tag to compare

The changes fix the described NullReferenceException and use a more advanced
method to measure the desired size of the EditTextbox - the normal method to
determine the position of a control does normally works but can cause problems
on higher resolution displays (eg 4K ...)

Added Click outside TextBox feature to cancel edit mode

06 Sep 18:16
Compare
Choose a tag to compare
Minor Bug fix in EditTextBox.xaml.cs

OnTextBoxLayoutUpdated

Initial Release with a Bugfix

03 Sep 17:13
Compare
Choose a tag to compare
  • Small Bug in Coerce Text Changed Method in EditBox.cs

v1.0.0

03 Sep 11:46
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release