Changelog
10.1.0 (2018-07-18)
Features
Also:
- Aligned the
TableUI to the new API of the addListToDropdown() helper,
- Updated the tests to consider the
ListItemView as simply a container for buttons.
Bug fixes
- Merge cell horizontally should not be possible on overlapped cells. Closes #68. (72b6315)
- The
MergeCellCommand should check if merging cells results in an empty row and remove it. Closes #16. (a01252a)
Other changes
10.0.0 (2018-06-21)
Features
- Introduced the table feature. See #1 and #3.