-
Notifications
You must be signed in to change notification settings - Fork 5
Upcoming changes
Qualtagh edited this page Aug 1, 2020
·
14 revisions
Version 2.0.1:
- Fixed graphical artifact (issue: cell disappears on dragging)
Version 2.0:
- Switched from Ant to Maven
- Published at Maven Central
- Package name was changed to
io.github.qualtagh.swing.table
Version 1.1.3:
- Methods
addColumn
andremoveColumn
added toJBroTableModel
class.
Version 1.1.2:
- Alpha version bugs fixed. See rendered cells caching page if caching causes rendering issues, or post an issue with SSCCE included.
Version 1.1.2-alpha:
- Even more performance gain. Caching of rendered cells added. It may cause some rendering troubles, so it needs to be tested much before release. And the API of cache invalidation is questionable yet.
Version 1.1.1:
- Further performance boost.
Version 1.1:
- Performance boost.
- Deprecated method
setHeaderHeight
removed. UsesetRowHeight
in a table header instead.
Version 1.0.5:
- Ability to fix columns at the left side.
Version 1.0.4:
- Row sorter allowing to define columns that should precede user defined sorting.
Version 1.0.3:
- Custom header cells renderer support.
Version 1.0.2:
- Setting default grid color distinguishable from background (for instance, grid lines color and background color are the same in Aqua L&F).
- Etching of header cells on mouse dragging.
Version 1.0.1:
- Fixed Windows OS theme switch (classic/standard/high contrast).
- Row sorter support.
Version 1.0:
- Initial release: multiple header rows support.
- Different Look & Feels generic support.