Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 3.39 KB

CHANGELOG.md

File metadata and controls

77 lines (50 loc) · 3.39 KB

1.0.0

This is a non-backwards compatible change as we are removing the use of Scribe Common. The Node and Element apis that were available in that project are now exposed via the scribe object itself (scribe.node and scribe.element).

Existing plugins should not break for this release but please re-write your plugins if you use 1.0.0 as a dependency.

0.1.26

0.1.25

0.1.24

0.1.23

0.1.22

0.1.21

0.1.20

0.1.19

0.1.18

0.1.17

  • Allow entering multiple consecutive spaces (c4ba50eb #232)

0.1.16

0.1.15

0.1.14

0.1.13

0.1.12

0.1.11

0.1.10

0.1.9

0.1.7

  • Prevent mutation observers from failing if an error occurs (9c843e52)

0.1.6

  • Fix issue with breaking out of P mode in Firefox (ddecae91 #97)

0.1.5

  • Added subscript and superscript commands (cba4ee23)