Version Upgrade"

From Documentation
Line 16: Line 16:
 
=Important/breaking changes=
 
=Important/breaking changes=
 
{|  border='1px'
 
{|  border='1px'
! width="150" | Version
+
! width="70" | Version
! width="470" | Description  
+
! width="550" | Description  
 
! width="150" | Reference
 
! width="150" | Reference
 
|-
 
|-

Revision as of 10:54, 26 January 2021

Versioning

ZK products follow semantic versioning, where the three digits refer to MAJOR.MINOR.PATCH respectively. In the case where a hotfix is required, a fourth digit is introduced. Except for major (first digit) upgrades, compatibility is generally maintained, or a fall-back mechanism is available.

Upgrade References

An introductory smalltalk is published for every MAJOR and MINOR release. For example New Features of ZK 9.5. The smalltalk highlights the most important changes as well as provides upgrade tips for upgrading to that specific version. View.

A detailed release note containing a list of fixed issues is available for every new release, including hotfixes. For example, ZK 9.0.0 release notes. The full release history can be found here.

An “upgrade notes” section will be included at the end of a release note when needed. The “upgrade notes” section points out API changes or changes that developers will most likely need to take actions accordingly.

You can follow the same naming conventions as the examples provided above to search for the upgrade references you are looking for.

Important/breaking changes

Version Description Reference
ZK 7.0 Re-implement the theme with new client technologies including CSS3 and LESS, and the DOM structure of components changes a lot. To upgrade a custom theme for an older version, you will need to redo the style customization based on the new theme.

Drop IE6 & IE7 support.
Deprecate several legacy packages and methods relating to session and event-thread.

Custom Style Upgrade Guide


Release Notes

ZK 8.0 Pie more
ZK 8.5 Pie more
ZK 9.0 Pie more
ZK 9.1 Pie more
ZK 9.5 Pie more

Upgrade Process

Specify the version you wish to upgrade to in your maven POM file, or, download corresponding binary files manually and put them into your project. It is important to make sure all ZK jar files are in the same version.

Then, fix any compilation errors by referencing the Upgrade References.




Last Update : 2021/01/26

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.