- Fixed #197. Fixed blank tag appearing in the tag cell
- Fixed #198. Numeric input is now left aligned.
- Fixed #199. Numbers don't display in scientific notion when they get too large.
- Fixed #180. Shimmering Focus theme now works with column resizing
- Fixed #151. Column resizing was completely refactored to be more reliable and accurate.
- Part of this was shying away from the standard HTML resizing. Table elements are now all
block
orinline-block
and react manages the width/height resizing - Fixed menus not displaying in the correct location after window resize/scrolling the table
- Added
Auto Width
andWrap Content
options to the cells- Adds #126
- Refactored cache migration logic. Added
tableCacheVersion
to handle future migrations - Added window confirmation for column deletion