Skip to content

Releases: tp1415926535/ColorFontPickerWPF

v2.0.1

04 Jan 14:09

Choose a tag to compare

Add external popup open and close events and commands for popup controls, set the level of disclosure of converters inside controls.
为下拉控件增加对外的popup open和close事件以及command,调整控件内部转换器的公开程度

v2.0.0

03 Jan 09:38

Choose a tag to compare

  • 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

25 Dec 10:46
7c079b1

Choose a tag to compare

Fix the color dialog language, optimize the method of switching language, no longer force to change to current language before loading.
修复颜色对话框语言,优化切换语言方法,不再加载前强制改为当前语言。

v1.0.3

17 Oct 12:20

Choose a tag to compare

To make it easier to use, add popup control. Optimize color control's slider visual effect.
为了使用更方便,添加下拉控件。优化颜色控件的滑动条视觉效果。

v1.0.2

15 Oct 08:24

Choose a tag to compare

Fix the bug that some parts are not updated after the assignment.
修复 赋值之后部分不更新的 bug

v1.0.1

14 Oct 14:02

Choose a tag to compare

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

13 Oct 14:25

Choose a tag to compare

Merge branch 'master' of https://github.com/tp1415926535/ColorFontPic…