slate

A completely customizable framework for building rich text editors. (Currently in beta.)

MIT License

Downloads
12.2M
Stars
28.9K
Committers
575

Bot releases are visible (Hide)

slate - [email protected]

Published by github-actions[bot] almost 3 years ago

Minor Changes

  • #4682 e5380655 Thanks @matthewkeil! - Support SSR for autoCorrect, spellCheck and autoCapitalize.
    Fixes prop mismatch between server and client.
    Removes the need to add
slate - [email protected]

Published by github-actions[bot] almost 3 years ago

Patch Changes

slate - [email protected]

Published by github-actions[bot] almost 3 years ago

Patch Changes

slate - [email protected]

Published by github-actions[bot] almost 3 years ago

Patch Changes

slate - [email protected]

Published by github-actions[bot] almost 3 years ago

Minor Changes

  • #4565 5818aca5 Thanks @oliger! - Fix issue with unicode 1.1 smileys followed by a variation selector.

Patch Changes

slate - [email protected]

Published by github-actions[bot] almost 3 years ago

Minor Changes

  • #4625 e54f2a0e Thanks @echarles! - insertTextData and insertFragmentData return a boolean (true if some content has been effectively inserted)
slate - [email protected]

Published by github-actions[bot] almost 3 years ago

Patch Changes

slate - [email protected]

Published by github-actions[bot] almost 3 years ago

Minor Changes

slate - [email protected]

Published by github-actions[bot] about 3 years ago

Minor Changes

  • #4540 11ef83b4 Thanks @bryanph! - The Slate Provider's "value" prop is now only used as initial state for editor.children as was intended before. If your code relies on replacing editor.children you should do so by replacing it directly instead of relying on the "value" prop to do this for you.

Patch Changes

slate - [email protected]

Published by github-actions[bot] about 3 years ago

Patch Changes

  • #4555 c29eea02 Thanks @bryanph! - createEditor is now exported from slate-hyperscript, making it easier to set up custom editor tests

    For example:

    const jsx = createHyperscript({
      creators: {
        editor: createEditor(aFunctionThatReturnsAnEditorObject)
      },
      elements: {
        block: { type: 'block' },
        inline: { type: 'inline' }
      }
    })
    
slate - [email protected]

Published by github-actions[bot] about 3 years ago

Patch Changes

  • #4588 ae65ae5f Thanks @jaked! - revert #4455 / #4512; fix triple-click by unhanging range with void
slate - [email protected]

Published by github-actions[bot] about 3 years ago

Patch Changes

slate - [email protected]

Published by github-actions[bot] about 3 years ago

Patch Changes

  • #4552 37d60c58 Thanks @clauderic! - Only apply Firefox toSlatePoint() offset fix when the cloned contents end in \n\n instead of just \n.
slate - [email protected]

Published by github-actions[bot] about 3 years ago

Patch Changes

slate - [email protected]

Published by github-actions[bot] about 3 years ago

Patch Changes

slate - [email protected]

Published by github-actions[bot] about 3 years ago

Patch Changes

slate - [email protected]

Published by github-actions[bot] about 3 years ago

Patch Changes

slate - [email protected]

Published by github-actions[bot] about 3 years ago

Patch Changes

slate - [email protected]

Published by github-actions[bot] about 3 years ago

Patch Changes

slate - [email protected]

Published by github-actions[bot] about 3 years ago

Minor Changes

Patch Changes

Package Rankings
Top 0.31% on Npmjs.org
Top 9.0% on Clojars.org
Badges
Extracted from project README
Related Projects