Skip to content

Commit

Permalink
build: 1.2.0-beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Jun 17, 2019
1 parent 1c7dbbf commit 2242708
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.2.0-beta](https://github.com/lc-soft/LCUI/compare/v1.1.0-beta...v1.2.0-beta) (2019-06-17)

### Bug Fixes

* **textlayer:** incorrect text line height calculation ([#169](https://github.com/lc-soft/LCUI/issues/169)) ([a4d2f0a](https://github.com/lc-soft/LCUI/commit/a4d2f0a))

### Features

* **gui:** add default methods for widget prototype ([e68e8e5](https://github.com/lc-soft/LCUI/commit/e68e8e5))
* **gui:** add TextEdit_BindProperty() ([c9d8ded](https://github.com/lc-soft/LCUI/commit/c9d8ded))
* **gui:** add Widget_BindProperty() ([0d3fb68](https://github.com/lc-soft/LCUI/commit/0d3fb68))
* **gui:** add Widget_SetStyleString() ([5163363](https://github.com/lc-soft/LCUI/commit/5163363))
* **gui:** add Widget_SetText() ([02714bf](https://github.com/lc-soft/LCUI/commit/02714bf))
* **textedit:** add TextEdit_GetProperty() ([512706e](https://github.com/lc-soft/LCUI/commit/512706e))
* **util:** add object wrapper and operation set ([241c652](https://github.com/lc-soft/LCUI/commit/241c652))
* **util:** add Object_ToString() ([13465c7](https://github.com/lc-soft/LCUI/commit/13465c7))

# [1.1.0-beta](https://github.com/lc-soft/LCUI/compare/v1.0.0-beta.4...v1.1.0-beta) (2019-03-10)


Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.2.0-beta](https://github.com/lc-soft/LCUI/compare/v1.1.0-beta...v1.2.0-beta) (2019-06-17)

### 问题修复

* **textlayer:** 纠正文本行高计算 ([#169](https://github.com/lc-soft/LCUI/issues/169)) ([a4d2f0a](https://github.com/lc-soft/LCUI/commit/a4d2f0a))

### 新功能

* **gui:** 为部件原型设置默认方法 ([e68e8e5](https://github.com/lc-soft/LCUI/commit/e68e8e5))
* **gui:** 添加 TextEdit_BindProperty() ([c9d8ded](https://github.com/lc-soft/LCUI/commit/c9d8ded))
* **gui:** 添加 Widget_BindProperty() ([0d3fb68](https://github.com/lc-soft/LCUI/commit/0d3fb68))
* **gui:** 添加 Widget_SetStyleString() ([5163363](https://github.com/lc-soft/LCUI/commit/5163363))
* **gui:** 添加 Widget_SetText() ([02714bf](https://github.com/lc-soft/LCUI/commit/02714bf))
* **textedit:** 添加 TextEdit_GetProperty() ([512706e](https://github.com/lc-soft/LCUI/commit/512706e))
* **util:** 添加对象包装和操作集 ([241c652](https://github.com/lc-soft/LCUI/commit/241c652))
* **util:** 添加 Object_ToString() ([13465c7](https://github.com/lc-soft/LCUI/commit/13465c7))

# [1.1.0-beta](https://github.com/lc-soft/LCUI/compare/v1.0.0-beta.4...v1.1.0-beta) (2019-03-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lcui",
"version": "1.1.0-beta",
"version": "1.2.0-beta",
"description": "A small C library for building user interfaces with C, XML and CSS.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 2242708

Please sign in to comment.