Skip to content

Releases: github/markdown-toolbar-element

v2.2.3

01 Mar 17:48
9e1f966
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.2...v2.2.3

v2.2.2

01 Mar 17:06
21ff272
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.2.2

v2.2.1

22 Sep 16:33
666d0c2
Compare
Choose a tag to compare

What's Changed

  • Move preventDefault into apply functions by @jonrohan in #74
  • Don't set a tabindex=0 when the toolbar has data-no-focus attribute applied by @jonrohan in #73

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

17 Jul 16:18
ce94934
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.2.0

v2.1.1

05 Apr 13:25
e48fbc5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

06 Dec 19:27
Compare
Choose a tag to compare
  • Make list behaviors more consistent by @paxos in #53
  • Avoid list stacking by @paxos in #53

v2.0.0...v2.1.0

v2.0.0

15 Sep 16:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.3...v2.0.0

v1.5.3

13 Sep 16:50
Compare
Choose a tag to compare

What's Changed

  • Require pressing shift for the quote hotkey by @sampart in #47
  • Changed ordered list hotkey from 9 to 7 by @sampart in #48

v1.5.2...v1.5.3

v1.5.2

09 Sep 16:29
Compare
Choose a tag to compare

This release adds new shortcuts:

  • quotes cmd+.
  • bulltes cmd+shift+8
  • lists cmd+shift+9

v1.5.1

23 Mar 15:08
40b95c5
Compare
Choose a tag to compare

This release changes the code markdown toolbar shortcut to cmd/ctrl+e instead of cmd/ctrl+shift+E - this better aligns with the existing shortcuts.