Skip to content

Releases: yishn/tikzcd-editor

tikzcd-editor v0.9.0

30 Jan 18:55
Compare
Choose a tag to compare
  • Rewritten parser that works for more edge cases

tikzcd-editor v0.8.0

27 Jan 13:00
Compare
Choose a tag to compare
  • Support for double-struck arrows (#6)
  • Support for phantom arrows
  • Better arrow positioning when moving cells
  • Keyboard cell navigation using arrow keys (#39)
  • Keyboard arrow navigation using Tab and Shift+Tab (#39)

tikzcd-editor v0.7.2

23 Jan 08:51
Compare
Choose a tag to compare
  • Fix LaTeX code parser not working

tikzcd-editor v0.7.1

21 Jan 21:18
Compare
Choose a tag to compare
  • Generated permalinks are now shorter
  • Fix Github toolbar button
  • Disable non-loop action shortcuts for loops

tikzcd-editor v0.7.0

21 Jan 14:01
Compare
Choose a tag to compare
  • Add ability to create loops (Thanks to @varkor)

tikzcd-editor v0.6.0

15 Feb 10:41
Compare
Choose a tag to compare
  • Change keyboard modifier for the Arrow tool to Shift to avoid issues on macOS
  • Parse your own tikzcd code into tikzcd-editor (Thanks to @zickgraf)
  • Generated code is now vertically aligned at & (Thanks to @zickgraf)
  • Don't hijack some browser shortcuts, such as Ctrl/Cmd+R (Thanks to @varkor)

tikzcd-editor v0.5.6

12 Aug 08:51
Compare
Choose a tag to compare
  • URL permalinks support diagrams with non-ASCII characters (Thanks to @youqad)

tikzcd-editor v0.5.5

25 May 21:13
Compare
Choose a tag to compare
  • Fix positions of long labels on curved arrows

tikzcd-editor v0.5.4

04 May 11:26
Compare
Choose a tag to compare
  • Fix label positions on curved arrows (Thanks to @Isomorphisme)
  • When generating code, node values with special characters are wrapped in braces to let tikzcd handle them gracefully

tikzcd-editor v0.5.3

11 Dec 20:09
Compare
Choose a tag to compare
  • Fix being accidentally able to select text while drawing arrows on Safari
  • Fix edge keyboard shortcuts being activated while in text insertion mode