note that the changelog is also present on the website when you click on the version. Keep them in sync!
- (same as vs code extension 0.11.8)
- (same as vs code extension 0.11.7)
- (same as vs code extension 0.11.6)
- (same as vs code extension 0.11.5)
- (same as vs code extension 0.11.4)
- added feature #194 - Better unsaved changes indicator
- added feature #193 - Copy column header to clipboard
- updated
has headerui tooltip
- (same as vs code extension 0.11.3)
- fixed delayed
readOption_hasHeaderfeature where the options is automatically enabled as soon as the table has more than 1 row - lowered the context menu sub items display delay from 300ms to 100ms
- context menu sub menu indicator is now centered
- side bar tooltips is not longer clipped
- removed preview tag (user requested this)
- (same as vs code extension v0.11.1)
- fixed issue #174 - added option
overwriteExceptEmptyto thepasteBehaviorsetting- it only overwrites the cell content if the paste cell is not empty
- (same as vs code extension v0.11.0)
- added option
forceQuoteLeadingWhitespaceandforceQuoteTrailingWhitespacewhich will quote fields when they have leading or trailing whitespace - fixed issue #163 by changed option
retainQuoteInformationfrombooltostringwith the optionsnone(old false),determinedByColumns(old true) andfull(new default)fulltracks the quote information for every cell individually
- fixed issue where hiding comment rows hides the wrong rows
- happened when data was sorted and then rows were removed
- (same as vs code extension v0.10.0)
- added feature #161 -
excelLikeoption todragToAutoFillsetting- this is now the default
- added feature #155 - zoom the table content (only cells, not headers)
- ui buttons are added or use mouse + ctrl (same as vs code font size feature)
- added option
pasteBehaviorto determine where the old cells should be moved after a paste operation , see #156 - added option
pasteScrollBehaviorto determine where to scroll after a paste operation, see #156
- (same as vs code extension v0.9.1)
- fixed issue #146 - doubleClickRowHandleForcedHeight was a string (package config must be a number)
- fixed issue #144 - tools menu item background was the same as foreground color
- (same as vs code extension v0.9.0)
- changed logo
- fixed issue #140 - add feature to hide columns
- fixed issue #31, #139 -
ctrl+tab,ctrl+shift+tab,alt+1, ...,alt+9(on linux/windows) is not longer consumed by handsontable
- (same as vs code extension v0.8.1)
- fixed issue #132 - search hit are again highlighted when cells contain urls
- maybe fixed issue #124 by - adding option to set delimiters to guess manually
- (same as vs code extension v0.8.0)
- trim cells can now be undone (not for header cells)
- fixed issue #122 - add option customize text color
- added feature #130 - add feature resize rows
- works the same as
doubleClickColumnHandleForcedWith(auto resize is a bit better implemented)
- works the same as
- adds feature #109 - open urls in browser
- controled via
convertUrlsToLinkTagssetting
- controled via
- (same as vs code extension v0.7.6)
- fixed issue #110 - Add feature to swap rows and columns
- (same as vs code extension v0.7.5)
- fixed issue #111 - add feature resize columns and rows
- context menu item (which sets the column width(s) to
doubleClickColumnHandleForcedWith)
- context menu item (which sets the column width(s) to
- fixed many issues that would break the
doubleClickColumnHandleForcedWithfeature - fixed issue #115 - Add newline at the end of file
- new setting
finalNewLinewhich controls how the final newline is handled
- new setting
- fixed issue where edit button was not shown for
dynamic csvmode (rainbow csv extension)
- (same as vs code extension v0.7.4)
- fixed issue #112 - added keyboard shortcut to delete the current row (
ctrl+shift+alt+minus)- behaves the same was as context menu action (actually uses it)
- also works on mac (because normally
alt+-[and or shift] will insert a dash)
- added option
csv-edit.showDeleteColumnHeaderButtontrue: shows a delete column button in the column header (on hover), false: not (fixes issue #113) - added option
csv-edit.showDeleteRowHeaderButtontrue: shows a delete row button in the row header (on hover), false: not (fixes issue #113) - fixed issue #114 - "dynamic csv" is now also supported as language id
- (same as vs code extension v0.7.3)
- added option
csv-edit.autoColumnWidthsIgnoreCommentsto ignore comment cells for auto column sizing csv-edit.lastRowOrFirstRowNavigationBehaviordefault is nowstop(waswrap)csv-edit.lastColumnOrFirstColumnNavigationBehaviordefault is nowstop(waswrap)
- (same as vs code extension v0.7.2)
- fixed issue #97 - fixed rows/columns is ignored if
hasHeaderwas changed
- (same as vs code extension v0.7.1)
- fixed issue 94 - find widget buttons are outside if panel
- find widget design is now more similar to vs code ones
- (same as vs code extension v0.7.0)
- fixed issue #73 - changed style to match vs code ones (with webview-ui-toolki)
- however, there are some issues with
- text input: input event don't get triggered when some table cell has focus...
- dropdown: chaning font size is not possible
- removed bulma css
- however, there are some issues with
- (same as vs code extension v0.6.10)
- fixed issue 93 - regex search ignored match-case option)
- (same as vs code extension v0.6.9)
- added option
pasteModeto control how clipboard content is pasted into the table- it allows to ignore row/column separators (\n, \t) to paste the data into "fewer" cells
- added setting
fontFamilyInTableto control which font is used for the table - added option
initialOnly_correctRowAlwaysFirstColumnto settingopenTableAndSelectCellAtCursorPosto only open the correct row but always column one- this is now the new default
- in the setting
openTableAndSelectCellAtCursorPosthe optioninitalOnlywas renamed toinitialOnly_correctRowAndColumn - added settings
lastRowOrFirstRowNavigationBehaviorandlastColumnOrFirstColumnNavigationBehaviorto control if we wrap ad the start/end of rows/columns while navigating- works with
lastRowEnterBehavior,lastColumnTabBehavior(thedefaultoption will apply these two new settings) - see https://handsontable.com/docs/6.2.2/Options.html#autoWrapRow
- works with
- (same as vs code extension v0.6.8)
- added option
openTableAndSelectCellAtCursorPosto open the table and selected the cell where the cursor was (fixed feature request #83)- on by default!
- note for multi character delimiters it might not work properly (but should most of the time, only tested a few cases and it worked)
- after
reset dat and apply read optionsthe scroll position and selected cell is restored (issue #84)
- (same as vs code extension v0.6.6)
- fixed issue 80: cell editor is not commited after pressing
ctrl/cmd+s, so changes are not applied to file
- (same as vs code extension v0.6.5)
- fixed issue 77: Newlines inserted into pasted data (clipboard)
- fixed via new internal handsontable version
- (same as vs code extension v0.6.4)
- fixed issue 72: copy limited to 1000 cells
- changed the limit to 10000000
- (same as vs code extension v0.6.3)
- fixed issue 70: Removing columns doesn't remove header
- undo/redo does not work with column headers
- (same as vs code extension v0.6.2)
- fixed issue 63: column header cells can now be edited
- fixed issue 66: added readonly mode
- fixed issue 64: some non-text keys (e.g. volume controls) not longer clear cell values
- also compound characters also not clear cell values
- (same as vs code extension v0.6.1)
- added button to resize column to match their content
- (same as vs code extension v0.6.0)
- fixed issue where reordering/sorting breaks inserting
- new logo
- fixed issue in papaparse where multi-character delimiters won't work
- added shortcuts to insert row above (ctrl+shift+alt+up) / below (ctrl+shift+alt+down) and insert column left (ctrl+shift+alt+left) / right (ctrl+shift+alt+right)
- (same as vs code extension v0.5.6)
- added option to handle empty values (null, undefined and empty (string) values)
quoteEmptyOrNullFields- takes always precedence over retainQuoteInformation
- (same as vs code extension v0.5.5)
- fixed papaparse issue where
nullvalues (e.g. when a new row/col was added via handsontable) did't respect theretainQuoteInformation
- (same as vs code extension v0.5.3)
- added additional buttons to insert rows/columns
- fixed issue where the table height is not properly resized when the windows is resized
- resetting data now keeps column widths
- when removing a column left from a column the (right) column keeps it size
- the width is also shifted
- added hint what option
EscapeChardoes (escapes theQuoteCharinside field values)
- (same as vs code extension v0.5.2)
- added hint to readme how to set csv for different file types in vs code
- was asked several times
- read option
has headercan now be toggled even if the table has only 1 row this will automatically enable the option as soon as the table gets >= 2 rows - side bar stats are only updated if the side bar is visible
- opening the side bar will calculate the stats (reselect is not needed)
- added multi column sorting (custom handsontable version bump)
- left side panel (stats) now supports two different number styles
- toast now displays the exported file encoding
- side panel can now be resized
- initial release