Skip to content

Latest commit

 

History

History
541 lines (331 loc) · 16.3 KB

CHANGELOG.md

File metadata and controls

541 lines (331 loc) · 16.3 KB

@udecode/plate-table

16.3.0

Minor Changes

  • #1796 by @zbeyens
    • Fixes #1795
    • Fixes #1794
    • Fixes #1793
    • Fixes #1791
    • Fixes #1798
    • getTableCellEntry:
      • renamed to getTableEntries
      • returns table, row, cell
      • is now working when selecting many blocks in a cell
    • moveSelectionFromCell:
      • new option fromOneCell
      • should not do anything when at is in a single cell, unless fromOneCell is true
    • overrideSelectionFromCell: Override the new selection if the previous selection and the new one are in different cells

16.2.0

Minor Changes

16.1.0

16.0.2

16.0.0

15.0.3

15.0.0

Major Changes

  • #1677 by @zbeyens
    • remove addRow for insertTableRow
    • remove addColumn for insertTableColumn

14.4.2

14.0.2

14.0.0

13.8.0

13.7.0

13.6.0

13.5.0

13.3.0

Patch Changes

13.2.1

Patch Changes

13.1.0

11.3.1

Patch Changes

  • #1573 by @zbeyens – Table plugin: add insertRow, insertColumn options

11.3.0

Minor Changes

  • #1569 by @zbeyens
    • udecode/editor-protocol#32
    • addRow deprecated in favor of insertTableRow
    • addColumn deprecated in favor of insertTableColumn
    • insertTableRow now selects the cell below selected cell (previously it was selecting the last cell)

11.2.1

11.2.0

Minor Changes

  • #1560 by @zbeyens
    • fix: tab / untab when composing with IME
    • update peerDeps:
      • "slate": ">=0.78.0"
      • "slate-react": ">=0.79.0"

Patch Changes

  • #1554 by @mrganser – fix onKeyDownTable so it only acts with Tab key when selection is within a table, so default or others handlers can work outside

11.1.1

Patch Changes

  • #1548 by @zbeyens
    • fix arrow navigation inside table cell having a block (e.g. paragraph)

11.1.0

Minor Changes

11.0.6

11.0.5

11.0.4

11.0.3

11.0.2

11.0.1

11.0.0

10.6.3

Patch Changes

  • #1494 by @woodpeng – prevent tab key event in table propagate to editor

10.5.3

10.5.2

10.5.0

10.4.2

10.4.1

10.4.0

10.3.0

Patch Changes

  • #1429 by @zbeyensTableElement:
    • fix undefined case
    • fix warning "Unknown event handler property onRenderContainer. It will be ignored."

10.2.2

10.2.1

10.1.2

10.1.1

Patch Changes

  • #1388 by @zbeyens – fix for docs only: use Array.from instead of destructuring generators

10.1.0

10.0.0

9.3.1

9.3.0

9.2.1

9.2.0

Patch Changes

9.1.3

Patch Changes

9.1.1

Patch Changes

  • #1322 by @sctang2020 – fix #1216, set cusor to first cell for newly created table

9.0.0

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

Minor Changes

  • #1161 by @zbeyens – Added:
    • getTableColumnCount
    • getTableColumnIndex: Get table column index of a cell node.
    • setTableColSize
    • TableNodeData: { colSizes?: number[] }

6.0.0

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

3.1.2

Patch Changes

3.0.2

Patch Changes

2.0.1

Patch Changes

2.0.0

Patch Changes

1.1.6

Patch Changes

1.1.5

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