diff --git a/Readme.md b/Readme.md index 891b0ef..9bf97c0 100644 --- a/Readme.md +++ b/Readme.md @@ -6,6 +6,24 @@ ![Net4](https://badgen.net/badge/Framework/.Net 4/blue) ![NetCore3](https://badgen.net/badge/Framework/NetCore 3/blue) # Overview + +## Fixes and Features Added in Version 3.2 + +### Bug Fixes + +- [Add AbstractBaseUpDown MinWidth virtual property](https://github.com/Dirkster99/NumericUpDownLib/pull/49) +- [do not adjust the control panel length when use mouse to drap the control of displayLength](https://github.com/Dirkster99/NumericUpDownLib/pull/48) + +### Features Added + +- [WaterMark support](https://github.com/Dirkster99/NumericUpDownLib/pull/47) + Use the Watermark binding to display a default string (when the user deletes all characters in the textbox portion) to hint at the expected input format. + +- [add support command binding](https://github.com/Dirkster99/NumericUpDownLib/pull/46) + Use the new **Command** binding to process the event when the user clicks on the Up/Dowm button of the UpDown Control. + +This release has been authored by [heartacker](https://github.com/heartacker) and [Ryan Weldin](https://github.com/rweldin) :pray: + ## Features Added in Version 3.1 - [addr support update value when lostfocus,Fixes #36 #38](https://github.com/Dirkster99/NumericUpDownLib/pull/38) diff --git a/source/NumericUpDownLib/Base/InputBaseUpDown.xaml b/source/NumericUpDownLib/Base/InputBaseUpDown.xaml index 0c3249b..e9ebf47 100644 --- a/source/NumericUpDownLib/Base/InputBaseUpDown.xaml +++ b/source/NumericUpDownLib/Base/InputBaseUpDown.xaml @@ -12,7 +12,7 @@ - + @@ -47,9 +47,9 @@ TextAlignment="Right" /> diff --git a/source/NumericUpDownLib/NumericUpDownLib.csproj b/source/NumericUpDownLib/NumericUpDownLib.csproj index 8923605..f4d6669 100644 --- a/source/NumericUpDownLib/NumericUpDownLib.csproj +++ b/source/NumericUpDownLib/NumericUpDownLib.csproj @@ -5,9 +5,9 @@ true true - 3.1.0.0 - 3.1.0.0 - 3.1.0.0 + 3.2.0.0 + 3.2.0.0 + 3.2.0.0 Open Source NumericUpDownLib 2013-2021