1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 19:01:54 +02:00

Add unicode sequences support (#4326)

* Add failing test

* Handle sequences

* Uncomment test cases

* Handle RTL unicode sequences

* Remove esrever

* Add tests

* Use iterator instead of Array.from

* Add changeset

* Rename split to splitByCharacterDistance

* Make reverse optional

* Fix casing

* Fix yarn.lock

* Fix tests

* Remove fast-deep-equal after bad merge
This commit is contained in:
Jimmy Oliger
2021-08-13 12:50:52 +02:00
committed by GitHub
parent a1f925bddf
commit 0025900349
18 changed files with 722 additions and 99 deletions

View File

@@ -58,7 +58,6 @@ function configure(pkg, env, target) {
// we have to manually specify named exports here for them to work.
// https://github.com/rollup/rollup-plugin-commonjs#custom-named-exports
namedExports: {
esrever: ['reverse'],
'react-dom': ['findDOMNode'],
'react-dom/server': ['renderToStaticMarkup'],
},