diff options
author | Youmin Ha <youmin.ha@samsung.com> | 2013-04-26 14:28:10 +0900 |
---|---|---|
committer | Youmin Ha <youmin.ha@samsung.com> | 2013-04-26 14:43:30 +0900 |
commit | 106cfea4429c8212603ed893c138898918c50ede (patch) | |
tree | 5b84c387e68fe253dc3198cc89f1007bcad3cf2e | |
parent | 3085ec055300742d334fd5684f83327df4919e22 (diff) | |
download | web-ui-fw-106cfea4429c8212603ed893c138898918c50ede.tar.gz web-ui-fw-106cfea4429c8212603ed893c138898918c50ede.tar.bz2 web-ui-fw-106cfea4429c8212603ed893c138898918c50ede.zip |
0.2.26 release
Change-Id: Ibf508707cf23bdf063e1edb355048ec761037dc8
-rw-r--r-- | packaging/web-ui-fw.spec | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/packaging/web-ui-fw.spec b/packaging/web-ui-fw.spec index 0c43b588..dad719a6 100644 --- a/packaging/web-ui-fw.spec +++ b/packaging/web-ui-fw.spec @@ -1,5 +1,5 @@ Name: web-ui-fw -Version: 0.2.25 +Version: 0.2.26 Release: 0 Summary: Tizen Web UI Framework Library Group: Development/Other @@ -97,6 +97,25 @@ Summary: Tizen Web UI Framework Demo Application: tizen winset demo ############################### %changelog +* Fri Apr 26 2013 Youmin Ha <youmin.ha@samsung.com> 0.2.26 + - PageLayout : bug fix + - Gallery3d: Change timing of 'gl-matrix' library's execution + - Replace in LoadTheme function strings build with array join with the string concat + - Contextpopup: context popup reposition module has been added + - Pagelayout : skip to calculate min-height using data-scroll="none"(Issue: DCM-1453) + - Splitview: Fix the touchend event error. + - Gallery3d: Change event registration method from $.bind() to $.on() + - Scrollview : remove useless setTimeout in case scrolls go outside + - Naviframe : adjust new SIP down button + - Timepicker: Added return false; after vclick + - Popupwindow: reserved words has been removed + - minor changes: replace one occurrence of array.join with string concat and simplify jQuery arguments + - TizenWinset : set default margin for checkbox demo + - Tizenwinset: Context popup demo has been changed + - TizenDemo : add initial orientation mode to popup demo + - Widgets: removed parsing error for legacy javascript engine + - Delegate init of popup widget with delegateSelfInitWithSingleSelector + * Tue Apr 18 2013 Youmin Ha <youmin.ha@samsung.com> 0.2.25 - Pinch: pinch event re-implementation to use size - Pagelayout : prevent code inserting window.innerHeight when content calculate |