- Apr 24, 2020
-
-
CameronAckermanSEL authored
-
Jolene Langlinais authored
Signed-off-by:
irmerk <jolenelanglinais@gmail.com>
-
Jolene Langlinais authored
Signed-off-by:
irmerk <jolenelanglinais@gmail.com>
-
- Apr 22, 2020
-
-
George Rodier authored
-
- Apr 10, 2020
-
-
Kirk Swenson authored
Fixed typos and grammatical errors in the documentation
-
Charanjit Singh authored
Fix LearnaJs broken link
-
- Apr 08, 2020
-
-
Cameron Ackerman authored
* add cross-env to enable inline ENV set on multiple environments
-
CameronAckermanSEL authored
This reverts commit b91a0cdd.
-
CameronAckermanSEL authored
This reverts commit f9ec4cfa.
-
- Apr 07, 2020
-
-
CameronAckermanSEL authored
-
CameronAckermanSEL authored
-
Cameron Ackerman authored
* fix issue where inline voids can no longer be selected by allowing the zero width space to be an editable target Co-authored-by:
damareyoh <chackerman@wsu.edu>
-
- Mar 25, 2020
-
-
Entkenntnis authored
Co-authored-by:
dal <test@x.com>
-
Ken Aoki authored
-
- Mar 11, 2020
-
-
pavlyna authored
* 3536 support flat functionality + beforeinput in Edge * 3536 support flat functionality + beforeinput in Edge * 3536 remove support for flat functionality * 3536 added description of regexp Co-authored-by:
Pavlyna Bevz <pavlynabevz@pbevz-mbp.local>
-
Charanjit Singh authored
Typo fix in documentation
-
- Mar 09, 2020
-
-
Ryan Mitts authored
The cloned dom node constructed when copying must be attached to the dom for getComputedStyle to work. This adds the div to the body as a hidden element and removes after computing its text representation.
-
Andreas Geffen Lundahl authored
Since Immer freezes the selection, we will get a TypeError if we try to mutate the selection. Also, there's no need to mutate it directly in Transforms.setPoint.
-
- Mar 05, 2020
-
-
Cameron Ackerman authored
-
Cameron Ackerman authored
* Create transforms.md * Create initial documentation for transforms * Remove extra whitespace in transforms.md * Create initial documentation for interfaces * Rearrange API docs by category of interface * Add documentation of static methods * Use 'static' notation for transforms
-
- Mar 02, 2020
-
-
Douwe den Blanken authored
Made a fix for the fact that if you were standing in a <li> wrapped in an <ul> with no text and pressed backspace, the <ul> would go away while the <li>'s stay.
-
- Feb 27, 2020
-
-
琚致远 authored
-
- Feb 26, 2020
-
-
Ryan Mitts authored
Added source-map-loader to the Next Webpack config to pass through the source maps from the compiles Slate libraries. (#3445)
-
Cameron Ackerman authored
* fixed some bugs with the input event handler on the embeds example, got rid of the non functional 'is selected and is focused' conditions for showing the input. * fix linting error Co-authored-by:
DamareYoh <34608378+DamareYoh@users.noreply.github.com>
-
Ondrej Stanek authored
Hovering menu => Hovering toolbar
-
Ryan Mitts authored
Fix inputs from not being able to be used within void nodes in Firefox and Added example of input and other editable void nodes (#3436)
-
Efim authored
* fix ReactEditor.hasDOMNode * make ReactEditor.hasDOMNode variables more clear
-
- Feb 23, 2020
-
-
Synthetic Dream authored
-
- Feb 22, 2020
-
-
Sunny Hirai authored
* Add lodash * Switched debounce to lodash/throttle * Updated yarn.lock
-
Ken Aoki authored
-
Marcin Grzywaczewski authored
* handle plaintext-only pastes using onPaste handler, regardless of browser * remove extra console.log; merge code paths in onPaste - they contain the same code
-
- Feb 21, 2020
-
-
Lucas Willems authored
-
Tyler Hallada authored
Fixes https://github.com/ianstormtaylor/slate/issues/1681
-
Björn Theart authored
-
Kamil Mielnik authored
It should fix https://github.com/ianstormtaylor/slate/issues/3471
-
Josh McFarlin authored
-
Marco Huttunen authored
-
Oguz Gelal authored
-
Adam Sanderson authored
The forced layout demo included Editor, but not Transforms, and would crash when it needed to enforce the layout.
-
- Feb 20, 2020
-
-
Andreas Geffen Lundahl authored
* Allow zero as offset on <anchor> and <focus> inside <selection> When creating a selection using the <selection> hyperscript tag, you couldn't set zero as offset on <anchor> and <focus>, because of a faulty falsiness check. This is fixed by checking if the offset is falsy and explicitly not zero. * Make sure offset can't be null or undefined on <anchor> and <focus> Throw exception when offset is strictly null or undefined, on <anchor> and <focus> when creating a <selection>.
-