| ## 0.3.3 |
| |
| * Fixes an issue where collapsing nodes in the TreeView didn't work correctly. |
| |
| ## 0.3.2 |
| |
| * Fixes a bug where the TreeView would not update correctly when the animation duration is zero. |
| |
| ## 0.3.1 |
| |
| * Adds generics to the callbacks and builders of TreeView. |
| |
| ## 0.3.0 |
| |
| * Adds new TreeView widget and associated classes. |
| * New example application for exploring both Trees and Tables. |
| |
| ## 0.2.1 |
| |
| * Refactors TableSpans to use basic Span classes. Clean up for incoming TreeView. |
| |
| ## 0.2.0 |
| |
| * Adds support for infinite rows and columns in TableView. |
| |
| ## 0.1.2 |
| |
| * Fixes a layout issue for unpinned merged cells that follow pinned table spans. |
| * Updates outdated sample code. |
| |
| ## 0.1.1 |
| |
| * Fixes a layout issue when pinned cells are merged. |
| |
| ## 0.1.0 |
| |
| * [Breaking change] Adds support for merged cells in the TableView. |
| |
| ## 0.0.6 |
| |
| * Fixes an error in TableSpanDecoration when one or both axes are reversed. |
| |
| ## 0.0.5+2 |
| |
| * Fixes must_call_super lint warning from pending framework change. |
| |
| ## 0.0.5+1 |
| |
| * Fixes new lint warnings. |
| |
| ## 0.0.5 |
| |
| * Exposes addAutomaticKeepAlives in TableCellBuilderDelegate and TableCellListDelegate |
| * Fixes bug where having one reversed axis caused incorrect painting of a pinned row. |
| * Adds support for BorderRadius in TableSpanDecorations. |
| |
| ## 0.0.4 |
| |
| * Adds TableSpanPadding, TableSpan.padding, and TableSpanDecoration.consumeSpanPadding. |
| |
| ## 0.0.3 |
| |
| * Fixes paint issue when axes are reversed and TableView has pinned rows and columns. |
| |
| ## 0.0.2 |
| |
| * Fixes override of default TwoDimensionalChildBuilderDelegate.addRepaintBoundaries. |
| |
| ## 0.0.1+1 |
| |
| * Adds pub topics to package metadata. |
| |
| ## 0.0.1 |
| |
| * Initial release - TableView |