Skip to content

Latest commit

 

History

History
412 lines (242 loc) · 9.93 KB

CHANGELOG.md

File metadata and controls

412 lines (242 loc) · 9.93 KB

@udecode/plate-alignment

18.9.0

18.7.0

18.6.0

18.2.0

18.1.1

17.0.3

17.0.2

17.0.1

17.0.0

16.8.0

16.5.0

16.3.0

16.2.0

16.1.0

16.0.2

16.0.0

15.0.3

15.0.0

14.4.2

14.0.2

14.0.0

13.8.0

13.7.0

13.6.0

13.5.0

13.1.0

11.2.1

11.2.0

11.1.0

11.0.6

11.0.5

11.0.4

11.0.3

11.0.2

11.0.1

11.0.0

10.5.3

10.5.2

10.5.0

10.4.2

10.4.1

10.4.0

10.2.2

10.2.1

10.1.2

10.1.1

10.1.0

10.0.0

9.3.1

9.3.0

9.2.1

9.2.0

9.0.0

Minor Changes

  • #1303 by @zbeyens
    • inject deserializeHtml.getNode to set alignment if el.style.textAlign is defined

8.3.0

8.1.0

8.0.0

Major Changes

  • #1234 by @zbeyens
    • setAlign
      • moved param 3 to param 2 as setNodesOptions

7.0.2

7.0.1

7.0.0

Major Changes

  • #1190 by @zbeyens
    • setAlign: option align renamed to value
    • removed getAlignOverrideProps() in favor of getOverrideProps(KEY_ALIGN)

6.4.1

6.4.0

Patch Changes

  • #1184 by @ghingis – now uses getElementOverrideProps / getLeafOverrideProps

6.3.0

6.2.0

6.1.0

6.0.0

Major Changes

  • #1154 by @zbeyens

    • createAlignPlugin:
      • this plugin is no longer wrapping a block, but instead setting an align property to an existing block
      • removed pluginKeys, renderElement and deserialize
    • removed:
      • ELEMENT_ALIGN_LEFT
      • ELEMENT_ALIGN_CENTER
      • ELEMENT_ALIGN_RIGHT
      • ELEMENT_ALIGN_JUSTIFY
      • KEYS_ALIGN in favor of KEY_ALIGN
      • getAlignDeserialize
      • upsertAlign in favor of setAlign

    Migration (normalizer):

    • for each node:
      • run parent = getParent(editor, path), if parent[0].type is one of the alignment values:
        • run setAlign(editor, { align }, { at: path })
        • run unwrapNodes(editor, { at: path })

Minor Changes

  • #1154 by @zbeyens
    • KEY_ALIGNMENT
    • DEFAULT_ALIGNMENTS
    • DEFAULT_ALIGNMENT
    • getAlignOverrideProps
    • setAlign
    • types:
      • AlignPluginOptions

5.3.5

Patch Changes

5.3.1

Patch Changes

5.3.0

Patch Changes

5.1.0

Patch Changes

4.4.0

Patch Changes

4.3.7

Patch Changes

4.3.0

Patch Changes

3.4.0

Patch Changes

3.2.0

Minor Changes

Patch Changes

3.1.3

Patch Changes

2.0.0

Patch Changes

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.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.46

Patch Changes

1.0.0-next.40

Patch Changes

1.0.0-next.39

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.30

Patch Changes

1.0.0-next.29

Patch Changes

1.0.0-next.26

Patch Changes