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] over 2 years ago

slate - [email protected]

Published by github-actions[bot] over 2 years ago

Minor Changes

slate - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

slate - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

slate - [email protected]

Published by github-actions[bot] over 2 years ago

Minor Changes

  • #4841 47f2403e Thanks @Fibs7000! - Added redux-style useSlateSelector to improve and prevent unneccessary rerendering with the useSlate hook
slate - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • #4858 33be22f3 Thanks @TheSpyder! - Reverted #4804 as it triggered an exception when inserting text with multi-block selection
slate - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

slate - [email protected]

Published by github-actions[bot] over 2 years ago

Minor Changes

slate - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • #4828 d5ac8237 Thanks @BitPhinix! - Reset isDraggingInternally onDragEnd and onDrop even if the event is handled by the editable handler

  • #4819 80661509 Thanks @ugaya40! - Fix a possible update of react state after Slate component is unmounted

slate - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

slate - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

slate - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

slate - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

slate - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • #4749 a3dfb151 Thanks @Jabher! - Fix "cannot resolve DOM point" error when switching between multiple errors
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

  • #4720 1217021a Thanks @bryanph! - Add origin event type to setFragmentData to be able to distinguish copy, cut and drag

  • #4727 0334851c Thanks @ahoisl! - Fix "Cannot resolve from DOM point" error on onDomSelectionChange for readonly void elements

slate - [email protected]

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

Patch Changes

  • #4708 2fc7ad92 Thanks @bryanph! - Allow Operation type to be extended

    For example:

    import type { BaseOperation } from 'slate'
    
    type CustomOperation =
     | BaseOperation
     | YourCustomOperation
     | AnotherCustomOperation
    
    declare module 'slate' {
      interface CustomTypes {
        Operation: CustomOperation;
      }
    }
    
slate - [email protected]

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

Minor Changes

Patch Changes

slate - [email protected]

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

Minor Changes

Patch Changes

  • #4671 e3afda94 Thanks @unageek! - Fixed the issue where the cursor jumps more than one character unexpectedly
Package Rankings
Top 0.31% on Npmjs.org
Top 9.0% on Clojars.org
Badges
Extracted from project README
Related Projects