Skip to content

Latest commit

 

History

History
415 lines (252 loc) · 16.8 KB

CHANGELOG.md

File metadata and controls

415 lines (252 loc) · 16.8 KB

@udecode/plate-list

8.3.0

8.1.0

8.0.0

7.0.2

7.0.1

7.0.0

6.4.1

6.4.0

6.3.0

6.2.0

6.1.0

6.0.0

5.3.5

Patch Changes

5.3.1

Patch Changes

5.3.0

Patch Changes

5.1.0

Minor Changes

Patch Changes

4.4.0

Patch Changes

4.3.7

Patch Changes

4.3.0

Patch Changes

4.2.0

Minor Changes

  • #1058 6fe49e22 Thanks @ghingis! - Normalizer:
    • now merges lists with the same type next to each other
    • if a list has no lic and it has children it moves those childrens up a level

Patch Changes

  • #1058 87cca4a0 Thanks @ghingis! - fix:
    • toggleList works as expected
    • moveListItemDown wrap transformations in withoutNormalizing (it caused a pathing issue since the normalization would remove the created empty list)

4.1.0

Minor Changes

3.5.1

Patch Changes

3.4.0

Patch Changes

3.2.1

Patch Changes

3.2.0

Minor Changes

Patch Changes

3.1.3

Patch Changes

3.1.2

Patch Changes

3.0.4

Patch Changes

  • #971 46398095 Thanks @vimtor! - List plugin was preventing all tab key strokes without checking if a list item was being selected. Fix: Don't prevent tab if list is not selected.

2.0.0

Patch Changes

1.1.8

Patch Changes

  • #927 a3825e35 Thanks @zbeyens! - partial fix pasting into lists, if the selection is in li:
    • preInsert: override the default (do not run setNodes)
    • filter out ul and ol from the fragment to paste only li
    • override insertFragment by insertNodes. Note that it implies that the first fragment node children will not be merged into the selected li.

1.1.6

Patch Changes

1.0.0

Major Changes

🎉 The Slate Plugins project has evolved to Plate 🎉

To migrate, install @udecode/plate[-x] then find and replace all occurrences of:

  • slate-plugins to plate
  • SlatePlugins to Plate
  • SlatePlugin to PlatePlugin

1.0.0-next.61

This is the last version of @udecode/slate-plugins[-x], please install @udecode/plate[-x].

Patch Changes

1.0.0-next.59

Patch Changes

1.0.0-next.57

Patch Changes

  • #858 5abacbc2 Thanks @dylans! - wrap toggleNode inside a withoutNormalizing call to prevent errors when inserting new lists

1.0.0-next.56

Patch Changes

1.0.0-next.55

Patch Changes

1.0.0-next.54

Patch Changes

1.0.0-next.53

Patch Changes

1.0.0-next.51

Patch Changes

  • #828 be3023db Thanks @zbeyens! - fix:
    • Can't delete a list as first block
    • Deleting at the start of the first list item is deleting a character from the previous block

1.0.0-next.50

Minor Changes

Patch Changes

1.0.0-next.48

Patch Changes

1.0.0-next.46

Patch Changes

1.0.0-next.43

Minor Changes

1.0.0-next.42

Minor Changes

  • #787 e10f2fa4 Thanks @zbeyens! - feat:
    • (shift+)tab will (un)indent the highest selected list items (multi blocks support)
    • Hotkeys support

Patch Changes

  • #787 558a89da Thanks @zbeyens! - normalizer: set node with ELEMENT_LIC type to ELEMENT_DEFAULT if its parent type is not ELEMENT_LI

1.0.0-next.40

Patch Changes

1.0.0-next.39

Patch Changes

1.0.0-next.38

Patch Changes

1.0.0-next.37

Patch Changes

1.0.0-next.36

Patch Changes

1.0.0-next.32

Patch Changes

1.0.0-next.31

Patch Changes

  • #702 15cdf5d7 Thanks @zbeyens! - fix: when unwrapping list, set node to paragraph instead of unwrapping lic

1.0.0-next.30

Patch Changes

1.0.0-next.29

Patch Changes

1.0.0-next.27

Patch Changes

  • #670 88d49713 Thanks @ngfk! - unwrap and reset to default element when removing a list item (first element, non-nested)

1.0.0-next.26

Patch Changes