- Fix Atom crashing when opening several csv at the same time (126feac5, #86)
- Fix access to model once destroyed (0c8e1089, #87)
- Serialize undefined columns as nil so that can be properly restored (f03b941d)
- Fix Identifiable mixin (3e1f1fa0)
- Fix missing semi-colon in style declaration (a38317b0)
- Fix allow amending a commit during a batch transaction (b12444d1)
- Fix CSV settings scroll when window make the row breaks (8495e3a9)
- Add an option to specify the editor grammar for a column (ef43eedb)
- Fix keyboard events not registered (5dd9a90e)
- Expose CSVEditor in service (18e40d49)
- 🔥 remaining logs
- Bump atom engine version since the new version no longer rely on shadow DOM (2661ac01)
- Fix pending state on CSV editor when confirming opening a table editor (24becf4f, #65)
- Fix error in displayEllipsis if there's no table editor (d97add73, #63)
- Move deserializers and view providers in package.json (d4ab79c4)
- Bump engine version to >= 1.7.0 (62c18329)
- Implement a deserialize placeholder for faster startup (ba2464a4)
- Fix text editor going past the limit of the pane (1d02499c, #59)
- Ensure there's a column and a row when starting an edit (cb6dc4c3, #53)
- Fix inability to save after editing an empty CSV (abb38230, #58)
- Fix package defaults not used unless a setting is changed in the form (0ce23053, #57, #60)
Remove console log.
- Add disable preview options (5980fbac)
- Fix issue with file name with CSV in it (afd50964, #45)
- Fix errors on inconsistent columns count (6fc2bba1, #48)
- Add human readable file size in progress (0e4b8eab)
- Fix missing progress view on deserialization (145ba62f)
- Add new config in CSV specs (edb7a6e2)
- Add a setting for the table creation batch size (b1420d85)
- Add the row number in preview (3fe04333)
- Add setting for maximum row count in preview (37f29faa, #26)
- Add a loading indicator when opening files (bf29db1e)
- Speed up table cache content generation through JSON serialization (c407f8c0)
- Speed up screen rows update by removing calls to indexOf (a2f3e08b)
- Fix preview of css with incomplete rows (0b47c916)
- Fix using only the first row to deduce the column count (7691a4ab, #35)
- Remove ellipsis hint in cells (7464c737, #33)
- Fixing row/column add/delete shortcuts to reflect
table-edit.json
(0c8322fd)
- 🔥 remaining logs (d3fa1b45)
- Add global default settings for remaining CSV fields (9fc64351)
- Implement using default CSV config from table settings (3ace76c4, #28)
- Add description and proper label to all the settings (702cd764)
- due to 3f5505ba, since the settings paths have changed most users will have to reconfigure the package.
- Add a none option to the comment field (1f9e7e18)
- Implement columns swapping and moving (5a0c3db4, #24)
- Add clear-cdv-choice and clear-cdv-layout commands (8f923539)
They allow to remove only the specified stored data without affecting the other data - Implement saving CSV with the specified encoding (225a12a2)
- Implement encoding support in preview (e5bba7b1)
- Add a select to chose encoding in CSV form (005e8aa6)
- Fix change event never emitted by the CSV form (eeec6637)
- Fix changing mini text editor value target the wrong radio group (65a68800)
- Bump atom-utils version (6ed3f38e)
- Add command to clear stored data (696e3c7c, #21)
- Add context menu to fit columns and rows to content (c286c22e, #20)
- Fix modified state subscriptions not changed when the editor is changed (8b38aac9)
- Fix file change event make editor partially unusable after save (9c533b41)
- Implement applying sort to the table for save (28b03dcc, #14)
- Implement fit column to content action in header cell (3d725da1, #17)
- Add buttons and new styles for header cells actions (8dc93993)
- Implement commands to fit the column and row at cursor to its content size (847c412d)
- Add methods to measure rows height and columns width (a0ce6de3)
- Give focus back to the text editor when clicking on it when editing a column (19091af3)
- Fix rename columns with no name (9682095b, #16)
- Fix layout not serialized if an open editor was not modified (80327b70)
- Implement custom elements update through atom-utils (3c9bb193)
- Bump version of atom-utils (29af70ea)
- Fix use of atom.project.open in csv opener (418fc9ed)
Just screwed up previous publication.
- Fix broken deserialization tests (64172d1b)
- Fix confirm spy no longer working (bba16568)
- Fix deprecated use of atom.project.open (c9d81aaf)
- Fix use of the deprecated TextEditor constructor (683c5ea6)
- Fix bad selector for linux and windows keybindings (31e6d0f7)
- Add a warning and stop operation when moving lines with an order defined on the table (0a34bfaf)
- Implement move lines up and down commands (f61d61b6)
- Fix saveAs not changing the csv editor path (dbaf82b9)
- due to 147cdb55, as the various custom elements names have been changed, the custom CSS users wrote to adjust the table to their taste will breaks.
- Add a go to line command mimicking the text editor one (d65488f5)
- Implement handling of file change on disk while an editor is opened (1a433466)
- Implement title and config changes on file rename (0323a01b)
- Fix preview table no longer constrained in cvs form (1d9000c3)
- Make the package styles use the syntax theme rather than the ui one so that the tab and the pane item use the same background.
- Use relative font-size rather than absolute one.
a name="v0.2.2">