This page shows migration instructions if some ButterFaces version require it.
| from version | to version | what to do |
|---|---|---|
| >= 2.1.2 | 3.0.0 |
|
| >= 2.1.2 | 3.0.0-JEE7 |
|
| 2.1.1 | 2.1.2 | Use web.xml parameter org.butterfaces.maxLengthText to localize text area max length text |
| 2.0.0.CR1 | 2.0.0 |
|
| 1.9.14 | 1.9.15 |
|
| 1.9.6 | 1.9.8 |
|
| 1.8.17 | 1.9.0 |
|
| 1.8.7.1 | 1.8.8 | TreeNodeSelectionListener has a new Methode boolean isValueSelected(final Node data); |
| 1.8.5 | 1.8.6 |
|
| 1.8.4 | 1.8.5 | TableSingleSelectionListener has a new Methodboolean isValueSelected(final T data); |
| 1.7.21 | 1.8.2 | Combobox component is filterable at default. Attribute filterable has been removed. |
| 1.7.16 | 1.7.17 | Table models signature has been changed |
| 1.7.12 | 1.7.13 | tooltip attribute is no longer supported. If you are using tooltips you have to replace tooltip attribute by new tooltip component as child |