Skip to content

LCUI 2.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jun 02:19
· 153 commits to develop since this release

Changelog

Bug Fixes

  • conditional jump or move depends on uninitialised value(s) (7174868)
  • gui: the horizontal scroll bar does not work (#219) (31dee24)
  • gui: the size of the absolutely positioned widget is incorrect (35bfa3f)
  • gui: the style of hidden widgets will not be updated (f0a6e30)
  • image: incorrect image suffix detection (46095e7)
  • util: ‘NULL’ is undeclared when the function of dict is inlined (c9c9901)
  • remove the incorrect CSSParser_GetRuleParser() macro (3bd6b71)
  • variable naming conflict in LCUI_PostSimpleTask() (f0382d4)

Features

  • font: add operation functions for TextStyle (c0ccdf8)

更新日志

问题修复

  • conditional jump or move depends on uninitialised value(s) (7174868)
  • gui: 水平滚动条未起作用 (#219) (31dee24)
  • gui: 当部件的定位为绝对定位时,尺寸计算错误 (35bfa3f)
  • gui: 组件在隐藏后未更新样式 (f0a6e30)
  • image: 图片后缀名检测方式错误 (46095e7)
  • util: 当 dict 的操作函数被编译器内联时会报错 ‘NULL’ 未声明 (c9c9901)
  • 移除错误的 CSSParser_GetRuleParser() 宏 (3bd6b71)
  • LCUI_PostSimpleTask() 中的变量命名冲突 (f0382d4)

新功能

  • font: 添加 TextStyle 的操作函数 (c0ccdf8)