Skip to content

Releases: github/markdown-toolbar-element

v1.5.0

22 Mar 10:51
Compare
Choose a tag to compare

This release adds a shortcut cmd/ctrl+shift+E for automatically wrapping selected text in a code block.

This also fixes a bug with capitalisation of hotkeys implying shift. On MacOS the cmd+shift plane specifically lower-cases letters, meaning event.key is set to lower case if metaKey and shiftKey are true; the same is not true for ctrl, or for other OSes. This fixes the bug so that the presence of shiftKey will capitalise event.key, for the hotkey attribute.

v1.4.0

16 Feb 16:21
Compare
Choose a tag to compare

This release adds the <md-strikethrough> element for applying Strikethrough formatted text to a selection. Thanks @mattmikolay

1.3.2

04 Aug 20:01
v1.3.2
Compare
Choose a tag to compare
  • #34 Fix invalid selector in hotkey query

v1.3.1

10 Jun 15:40
c4a4225
Compare
Choose a tag to compare
  • Add a fallback for getRootNode

v1.3.0

03 Jun 19:12
3ca8cad
Compare
Choose a tag to compare
  • Support Shadow DOM context.
  • Convert to TypeScript/remove Flow type support.
  • Package is now type module. UMD build is removed.

v1.2.0

02 Apr 12:03
Compare
Choose a tag to compare
  • Feat add focus management for toolbar (#30)
  • Bump acorn from 6.1.1 to 6.4.1 (#29)

v1.1.1...v1.2.0

v1.1.1

20 Jan 12:42
aea975e
Compare
Choose a tag to compare
  • Add type to HTMLElementTagNameMap in typescript declaration file (#28)

v1.1.0...v1.1.1

v1.1.0

26 Sep 10:54
e7f67b2
Compare
Choose a tag to compare
  • New <md-image> element (#22).
  • Add support for heading levels in <md-header> (#20, #24).
  • Dependency updates, development enhancements and minor fixes

v1.0.7...v1.1.0

v1.0.7

12 Sep 11:08
Compare
Choose a tag to compare

v1.0.6...v1.0.7

v1.0.6

08 Aug 09:04
c3630f6
Compare
Choose a tag to compare
  • Merge pull request #14 from github/publish-to-gpr-as-well c6d9760
  • publish to GPR as a postpublish step 662808e

v1.0.5...v1.0.6