Releases: decaf-dev/obsidian-dataloom
Releases · decaf-dev/obsidian-dataloom
3.2.1
3.2.0
- Added #67. NLT now has a tag color menu with 10 tag colors to choose from.
- Fixed #142. Header menu will now reset when you close it.
- Fixed #140. Tags are fully working again.
- Fixed tag color for light/dark modes
- Refactored CellEditMenu into various edit menus for each cell type
- Implemented a FocusProvider to manage table focus
- Implemented a MenuProvider to manage table menus + allow multiple menu levels
- Updated menus to have consistent styling. 4px 10px padding
- Made the column width drag more sensitive
- Added notices for when a user tries to add a row/column to a table via hotkey but no table is focused
- Textarea box will now adjust its size as you type
- Fixed bug where dates would auto populate each cell with the current date when changing to a date type
3.1.1
3.1.0
3.0.0
WARNING: This release introduces breaking changes into the NLT Tables plugin.
Please update to the new table format. See the README.md for more details.
- Updated validators, app data, and other functions to support new table format consisting of a type definition row, a column id row, and then a row id column to the side
- Updated findTableRegex to be more robust. (It was potentially replacing table-like in notes before)
- Added debounce to handleWidthChange. The app will now save only after 1s has passed between width changes.
- Fixed #127. Various bugs with insertion, sorting, tags, and settings were fixed by implementing this new system
- Fixed bug where live preview and reading mode tables tag were out of sync
- Did a huge refactoring of services into distinct modules
2.3.6
- Fixed bug introduced between 2.3.4 and 2.3.5 that caused text cells not abled to be edited. (I have deleted these versions from the releases)
- Fixed suggestions in #35 and #34 from @imeed166. You can now focus cells using the tab key. In addition, after adding a new row, the first cell will appear focused
- Minor UI consistency updates