scribe-editor
Advanced tools
Changelog
1.4.12
Restores scribe.element
(lost in release 1.4.9) to avoid breaking backwards compatibility
Changelog
1.4.10
The NS_ERROR_UNEXPECTED
is now caught and supressed. This exeception is being thrown by Firefox and seems to be a browser specific bug to do with element focus. This change just avoids lots of supurious errors being thrown.
We should remove it once the bug has been fixed.
Changelog
1.4.5
Corrects the NPM version of the ImmutableJS dependency
Changelog
1.4.4
Replaces some of the use of Lodash contains with Immutable data structures and includes
.
Changelog
1.4.2
A number of performance improvements have been contributed by Regis Kuckaertz. Primarily these include avoiding TreeWalker where it isn't needed and moving a number of function definitions to the parse phase. See the individual PRs for details.
Changelog
1.4.1
Small optimisation to avoid a relayout as a result of placing Scribe markers.
Thanks for improvement Brad Vogel