Skip to content

Latest commit

 

History

History
123 lines (73 loc) · 4.96 KB

CHANGELOG.md

File metadata and controls

123 lines (73 loc) · 4.96 KB

1.2.11

Added configuration for removing scribe.undoManager

1.2.10

Bugfixes for selections that are 'reversed' (i.e. selected from right to left) from Deains. Thanks

1.2.9

Clarifies the use of nodeName in the Command implementation. Thanks Christopher Liu

1.2.8

Event waterfall / Event Namespacing

1.2.7

ShadowDOM fixes for Chrome from ShaunNetherby, thanks

1.2.5

IE11 compatiability changes from Deains, thank you

1.2.4

Changes the way that root nodes are detected, the code now uses the element that the Scribe instance is bound to rather than looking for contenteditable attributes.

1.2.3

Changes the EventEmitter to store callbacks in sets to enforce uniqueness and avoid duplicate calls

1.2.1

Fixes a typo with the use of options in the default command patches that was breaking Browserify

1.2.0

Allows the default command patches to be over-ridden in the options. This will allow users to customise what gets loaded to address issues like the behaviour of the bold patch where the default behaviour is not what is required.

1.1.0

Introduces ImmutableJS (which is also exposed via scribe.immutable) and starts to convert some the internal workings of Scribe to use immutable data structures.

Adds 55K of needless bloat according to @theefer but I am heartless and laugh at his tears.

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)