-
Notifications
You must be signed in to change notification settings - Fork 8
Grails ZK UI Plugin 0.5 Release Notes
xiaochong edited this page Feb 18, 2012
·
1 revision
February 18, 2012,Grails ZK UI Plugin 0.5 has been released.
This is a final release of branch 0.5 to update to ZK 6.0.
ZK 6.0 brings with it a whole host of changes,
- Please see ZK 6.0.0 release notes
- Please see New Features for more information
- For notes regarding upgrading please click here
ZK UI 0.5 update Notes:
1、For users upgrading from ZK UI 0.5.M2 to ZK UI 0.5, please visit this blog to check out the differences
2、For users upgrading from 0.4.x or 0.5.M2 to ZK UI 0.5
Renderer Interface such as org.zkoss.zul.RowRenderer,org.zkoss.zul.ListitemRenderer are changed.
eg.
RowRenderer is from
render(Row row, java.lang.Object data)
to
render(Row row, T data, int index)