scribe-editor
Advanced tools
Changelog
3.1.0
Updates the version of Immutable Scribe uses to 3.8.x.
Changelog
3.0.0
Replaces the last Lodash call with Object.assign
. This was already available in the browsers Scribe is targeted at but in addition the build process has been changed to use later versions of Node.
Changelog
2.3.0
Introduces a destroy event that plugins can use to clean up after themselves.
This re-implements an initial implementation by Craig Speath, thanks for the contribution.
Changelog
2.2.5
Switches the events from literal strings to using identities from an events module.
Changelog
2.2.4
Attempts to simplify the code in the inline-elements-mode
plugin as per the suggestions from Rasmus Schultz.
This change also covers the code with a unit test in case it needs to be modified in future.
Changelog
2.2.3
Removes unneeded paramters from calls to setStartAfter
and setEndAfter
.
Thanks to Rasmus Schultz for reporting the issue.
Changelog
2.2.2
Removes the observable check function introduced in 2.1.0. As this was not exported I'm treating it as a non-breaking change.
Changelog
2.2.1
Corrects a small style issue where one of the tests was relying on the default coercion of the empty string to the false boolean. The test is now explicit.