Skip to content

Releases: takumisoft68/vscode-markdown-table

0.6.0

15 Jun 13:41
Compare
Choose a tag to compare
  • [Add] Support mdx
  • [Fix] Activate earlier (Activate extension on markdown file is openning)

0.5.2

04 May 10:45
Compare
Choose a tag to compare
  • fix zenkaku handling

0.5.1

19 Mar 16:06
Compare
Choose a tag to compare

fix readme mistake

0.5.0

19 Mar 15:57
3c7c681
Compare
Choose a tag to compare
  • [Add] Align data and column header in the table when formatting.

0.4.2

13 Jan 04:14
795315c
Compare
Choose a tag to compare
  • [Fix]
    • Change supported vscode version to "upper than 1.40.0" from "upper than 1.50.0" [#15]

0.4.1

06 Nov 01:50
Compare
Choose a tag to compare
  • update readme.md only

0.4.0

06 Nov 01:39
Compare
Choose a tag to compare
Merge branch 'feature/#10_NavigateCommandWithoutFormat'

0.3.1

27 Oct 15:14
Compare
Choose a tag to compare
  • [Add] Align column/columns commands [fix #9]

0.2.2

05 Sep 01:58
Compare
Choose a tag to compare
  • Fix bugs of Tab key confliction with accepting suggestion or snippet. [#8]

0.2.1

02 Sep 20:22
Compare
Choose a tag to compare
  • Fix bugs of navigate to next/prev cell [#7]
    • Bahavior when Tab key pressing out of table.
    • Bahavior when Shift+Tab key pressing out of table.