Skip to content

Releases: yabwe/medium-editor

3.0.9

10 Mar 10:08
Compare
Choose a tag to compare
  • Extract toolbar
  • Extract anchor preview

3.0.8

27 Feb 23:04
Compare
Choose a tag to compare
  • MIT License
  • Use code from selection.js which is duplicated in core.js
  • Fix bug in paste handling + increase paste coverage

3.0.7

26 Feb 08:39
Compare
Choose a tag to compare
  • Ensure static toolbar won't render outside window + minimize when toolbar overflows
  • Fix flashing static-toolbar bug
  • Fix bug with sticky-toolbar when scrolling past bottom of contenteditable
  • Fix css declaration of linear-gradient
  • Fix AMD "Uncaught TypeError: undefined is not a function" issue
  • Account for 'full' actions when doing queryCommandState
  • Fix bugs in modified queryCommandState calls

3.0.0

23 Feb 20:16
Compare
Choose a tag to compare
  • Extract anchor form code from core code and convert into an extension
  • Expose onShowToolbar and onHideToolbar as options
  • Change button method names (now setActive and setInactive) to differentiate from core's activate and deactivate
  • Simplify blur check selection
  • Add Sauce Labs configuration to automate cross-browser testing
  • Add IE9 polyfill to repo
  • Let 'meta' key trigger shortcuts

2.4.6

18 Feb 10:53
Compare
Choose a tag to compare
  • Add basic support to keyboard shortcuts

2.4.5

17 Feb 16:22
Compare
Choose a tag to compare
  • Fix issues where I forgot to push my commit to update the version number before publishing the release

2.4.4

16 Feb 22:13
Compare
Choose a tag to compare
  • Fix invalid reference to main in package.json

2.4.3

16 Feb 20:47
Compare
Choose a tag to compare
  • Introduce full content actions

2.4.2

15 Feb 20:26
Compare
Choose a tag to compare
  • Fix disableDoubleReturn option

2.4.1

15 Feb 19:54
Compare
Choose a tag to compare
  • Fix isListItemChild call