Grails ZK UI Plugin 0.5 Released
Grails ZK UI Plugin 0.5 has been released.
This is a final release of branch 0.5 with 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)
See more
You can find out more what's new in Grails ZK UI 0.5 through the:



