Releases: tp1415926535/ColorFontPickerWPF
v2.0.1
v2.0.0
-
Optimize the default layout of the color picker, reorganize and optimize the code;
-
Add ValueChange event and Command command, attribute default bidirectional binding;
-
Simplify the splitting of the font entity, and turn it into json for easy preservation;
-
Generalize the conversion of fonts, and provide additional attributes for fast binding.
-
优化颜色选择器默认布局,重新整理并优化代码;
-
增加ValueChange事件和Command命令,属性默认双向绑定;
-
字体实体简化拆分,转json便于保存;
-
字体转换通用化,提供附加属性快速绑定
v1.0.4
Fix the color dialog language, optimize the method of switching language, no longer force to change to current language before loading.
修复颜色对话框语言,优化切换语言方法,不再加载前强制改为当前语言。
v1.0.3
To make it easier to use, add popup control. Optimize color control's slider visual effect.
为了使用更方便,添加下拉控件。优化颜色控件的滑动条视觉效果。
v1.0.2
Fix the bug that some parts are not updated after the assignment.
修复 赋值之后部分不更新的 bug
v1.0.1
Removed the use of color library, color conversion was changed to self-implemented. Fixed bugs in font dialog. added multi-language support, expanded from 2 to 14 languages.
移除了对颜色库的使用,颜色转换改为自行实现。字体对话框修复bug。新增多语言支持,从2种语言扩展到14种。
v1.0.0
Merge branch 'master' of https://github.com/tp1415926535/ColorFontPic…