Skip to content

Latest commit

 

History

History
443 lines (270 loc) · 21 KB

CHANGELOG.md

File metadata and controls

443 lines (270 loc) · 21 KB

v1.8.3 (2017-03-31)

🐛 Bug Fixes

  • Fix Atom crashing when opening several csv at the same time (126feac5, #86)
  • Fix access to model once destroyed (0c8e1089, #87)

v1.8.2 (2017-03-31)

🐛 Bug Fixes

v1.8.1 (2017-01-09)

🐛 Bug Fixes

  • 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)

v1.8.0 (2016-11-29)

✨ Features

  • Add an option to specify the editor grammar for a column (ef43eedb)

🐛 Bug Fixes

  • Fix keyboard events not registered (5dd9a90e)

v1.7.0 (2016-11-28)

✨ Features

  • Expose CSVEditor in service (18e40d49)

🐛 Bug Fixes

v1.6.2 (2016-11-21)

🐛 Bug Fixes

  • Fix error raised when closing a cell editor (2831be2d)
  • Fix typo in configSchema (b70eb6e8)

v1.6.1 (2016-10-24)

  • 🔥 remaining logs

v1.6.0 (2016-10-24)

⬆️ Dependencies Update

  • Bump atom engine version since the new version no longer rely on shadow DOM (2661ac01)

v1.5.5 (2016-10-04)

🐛 Bug Fixes

  • Fix issues related to incoming coffee script version bump in Atom (05581970, #70)

v1.5.4 (2016-09-30)

🐛 Bug Fixes

v1.5.3 (2016-09-12)

🐛 Bug Fixes

  • Fix default setting not always applied on file open (7a0b9d35, #67)

v1.5.2 (2016-09-08)

🐛 Bug Fixes

  • 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)

v1.5.1 (2016-09-02)

🐛 Bug Fixes

  • Fix issue if tablr.supportedCsvExtensions gets null (2c673f2c, #64)

v1.5.0 (2016-08-26)

🐎 Performances

  • Move deserializers and view providers in package.json (d4ab79c4)

⬆️ Dependencies Update

  • Bump engine version to >= 1.7.0 (62c18329)

v1.4.1 (2016-08-25)

🐎 Performances

  • Implement a deserialize placeholder for faster startup (ba2464a4)

v1.4.0 (2016-08-23)

✨ Features

  • Add a row when tabbing on the last cell of a table (c09ba8f9, #62)

v1.3.2 (2016-07-06)

🐛 Bug Fixes

  • 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)

v1.3.1 (2016-05-09)

Remove console log.

v1.3.0 (2016-05-09)

✨ Features

  • Add disable preview options (5980fbac)

🐛 Bug Fixes

  • Fix issue with file name with CSV in it (afd50964, #45)
  • Fix errors on inconsistent columns count (6fc2bba1, #48)

v1.2.3 (2016-04-28)

🐛 Bug Fixes

  • Fix uncaught exception when previewing a CSV (dbe569d3, #41)

v1.2.2 (2016-04-14)

🐛 Bug Fixes

  • Remove pathwatcher and create stream from iconv instead (c749e29e, #40)

v1.2.1 (2016-04-14)

🐛 Bug Fixes

  • Add human readable file size in progress (0e4b8eab)
  • Fix missing progress view on deserialization (145ba62f)

v1.2.0 (2016-04-13)

✨ Features

  • 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)

🐎 Performances

  • Speed up table cache content generation through JSON serialization (c407f8c0)
  • Speed up screen rows update by removing calls to indexOf (a2f3e08b)

v1.1.2 (2016-04-11)

🐛 Bug Fixes

  • Fix infinite loop when previewing empty CSV (f8ec8e3c, #38)

v1.1.1 (2016-04-01)

🐛 Bug Fixes

  • Fix preview of css with incomplete rows (0b47c916)

v1.1.0 (2016-03-31)

✨ Features

  • Add uppercase version of csv and tsv extensions (1f8011ed, #29)

🐛 Bug Fixes

  • 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)

v01.0.2 (2016-02-04)

🐛 Bug Fixes

v01.0.1 (2016-02-04)

🐛 Bug Fixes

v1.0.0 (2016-02-03)

✨ Features

  • 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)

Breaking Changes

  • due to 3f5505ba, since the settings paths have changed most users will have to reconfigure the package.

v0.10.0 (2016-01-16)

✨ Features

  • 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)

v0.9.1 (2016-01-05)

🐛 Bug Fixes

  • Fix change event never emitted by the CSV form (eeec6637)
  • Fix changing mini text editor value target the wrong radio group (65a68800)

⬆️ Dependencies Update

v0.9.0 (2015-12-02)

✨ Features

  • Add command to clear stored data (696e3c7c, #21)
  • Add context menu to fit columns and rows to content (c286c22e, #20)

🐛 Bug Fixes

  • Prevent display of column related context menu when in the gutter (0953463f, #19)

v0.8.1 (2015-11-27)

🐛 Bug Fixes

  • Fix modified state subscriptions not changed when the editor is changed (8b38aac9)
  • Fix file change event make editor partially unusable after save (9c533b41)

v0.8.0 (2015-11-26)

✨ Features

  • 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)

🐛 Bug Fixes

  • Give focus back to the text editor when clicking on it when editing a column (19091af3)

v0.7.1 (2015-11-24)

🐛 Bug Fixes

  • Fix rename columns with no name (9682095b, #16)
  • Fix layout not serialized if an open editor was not modified (80327b70)

v0.7.0 (2015-11-14)

✨ Features

  • Implement custom elements update through atom-utils (3c9bb193)

⬆️ Dependencies Update

v0.6.4 (2015-11-13)

🐛 Bug Fixes

  • Fix use of atom.project.open in csv opener (418fc9ed)

v0.6.4 (2015-11-13)

Just screwed up previous publication.

v0.6.2 (2015-11-13)

🐛 Bug Fixes

  • 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)

v0.6.1 (2015-10-27)

🐛 Bug Fixes

  • Fix bad selector for linux and windows keybindings (31e6d0f7)

v0.6.0 (2015-10-21)

✨ Features

  • Add a new setting to define the default columns naming strategy. (84260ecf, #13)

v0.5.1 (2015-10-21)

🐛 Bug Fixes

  • Fix bad method used to retrieve the column count to find last column (a6de5f83, #12)

v0.5.0 (2015-10-21)

✨ Features

  • Add new setting to extend support to other extensions beside CSV (f783c877, #11)

v0.4.0 (2015-10-07)

✨ Features

  • 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)

🐛 Bug Fixes

  • Fix saveAs not changing the csv editor path (dbaf82b9)

Breaking Changes

  • 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.

v0.3.0 (2015-10-03)

✨ Features

  • 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)

v0.2.4 (2015-10-01)

🐛 Bug Fixes

  • Fix preview table no longer constrained in cvs form (1d9000c3)

v0.2.3 (2015-10-01)

🎨 Styling

  • 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">

v0.2.2 (2015-09-29)

🐛 Bug Fixes

  • Fix cell cursor appearing on scrollbars (2bc0bb16, #5)

v0.2.1 (2015-09-28)

🐛 Bug Fixes

  • Prevent errors raised when opening a context menu during an edit (1f7eb563, #7)
  • Fix mini text editor styles polluted by themes (711c1b1c, #6)

v0.2.0 (2015-09-27)

✨ Features

  • Implement displaying the whole content of active cell with ellipsis (935c251b)
  • Add commands to expand the width and height of columns and rows (664e9080)
  • Implement a service to access tablr models (855c72b0)