- Fixed missing border on header column (was visible when there were no rows)
- Added an option bar. (Will use for future updates)
- Added #166. A bubble indicating when a column is sorted now appears.
- Empty cells now sort to the bottom when sorting by ASC or DESC
- Refactored ICON to
Icon
and made it a typescript enum - Refactored
SORT
toSortDir
and made it a typescript enum - Added
ReactDOM.unmountComponentAtNode
to clean up between Obsidian markdown updates. This fixes any ghost menus that would still work but never disappear. - Added a clean up for the
ResizeObserver
- All menu positions are now recalculated on sort selection.
- Header sort selection is now saved in the cache
- Reenabled sorting on mount
- Fixed broken move up/move down
- Insert Above, Insert Below, Move Up, and Move Down will only appear when no column is being sorted