Skip to content

Latest commit

 

History

History
542 lines (330 loc) · 15.9 KB

CHANGELOG.md

File metadata and controls

542 lines (330 loc) · 15.9 KB

@udecode/plate-toolbar

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

Minor Changes

  • #1721 by @zbeyens
    • FloatingVerticalDivider
    • new dep:
      • @udecode/plate-ui-button

15.0.3

15.0.0

Major Changes

  • #1677 by @zbeyens
    • remove @udecode/plate-ui-popper and react-popper deps for @udecode/plate-floating
    • BalloonToolbarProps:
      • removed popperOptions for floatingOptions
    • remove useBalloonToolbarPopper for useFloatingToolbar

Patch Changes

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

Patch Changes

  • #1500 by @zbeyens – updated deps:
    "@tippyjs/react": "^4.2.6",
    "react-popper": "^2.3.0",
    "react-use": "^17.3.2"

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

Major Changes

  • #1377 by @zbeyens – Before, BalloonToolbar could be outside Plate. Now, BallonToolbar should be a child of Plate. This fixes the multi editor bug.

Patch Changes

  • #1377 by @zbeyens
    • BalloonToolbar:
      • fix: hide when the editor is not focused.
      • fix: multiple editors can have a balloon toolbar.

9.3.1

9.3.0

9.2.1

Patch Changes

  • #1341 by @zbeyens – Fix components using usePlateEditorState by introducing withEditor / EditorProvider hoc

9.2.0

9.0.0

8.3.0

8.1.0

8.0.0

7.0.2

7.0.1

7.0.0

Major Changes

  • #1190 by @zbeyens – renamed:
    • ToolbarElement to BlockToolbarButton
    • ToolbarMark to MarkToolbarButton

6.4.1

6.4.0

6.3.0

6.2.0

Patch Changes

  • #1173 by @zbeyens – Replace import * as React by import React

6.1.0

6.0.0

5.3.5

Patch Changes

5.3.1

Patch Changes

5.3.0

Patch Changes

5.1.0

Patch Changes

5.0.1

Patch Changes

5.0.0

Major Changes

  • #1086 9a091446 Thanks @zbeyens! - changes:
    • removed setPositionAtSelection in favor of useBalloonToolbarPopper
    • removed useBalloonMove in favor of useBalloonToolbarPopper
    • removed usePopupPosition in favor of useBalloonToolbarPopper
    • removed useBalloonShow in favor of useBalloonToolbarPopper BalloonToolbar props:
    • removed direction in favor of popperOptions.placement
    • renamed scrollContainer to popperContainer

Minor Changes

  • #1086 9a091446 Thanks @zbeyens! - BalloonToolbar
    • new prop popperOptions: allow overriding usePopper options
    • now uses useBalloonToolbarPopper

Patch Changes

4.4.0

Patch Changes

4.3.7

Patch Changes

4.3.0

Patch Changes

4.2.0

Patch Changes

4.0.0

Major Changes

Minor Changes

  • #1048 a899c585 Thanks @karthikcodes6! - added:
    • usePopupPosition hook to position the hovering popup correctly even in the nested scroll, this hook using react-popper internally and user can pass modifiers, placements to customise the behaviour
    • transition for showing the balloon toolbar smoothly.
    • scrollContainer prop to the BalloonToolbar as well.

3.5.1

Patch Changes

3.4.0

Patch Changes

3.2.0

Minor Changes

Patch Changes

3.1.3

Patch Changes

3.1.0

Minor Changes

Patch Changes

3.0.1

Patch Changes

3.0.0

Major Changes

  • #955 348f7efb Thanks @zbeyens! - WHAT: moved styled-components from dependencies to peer dependencies. WHY: there was multiple instances of styled-components across all the packages. HOW: make sure to have styled-components in your dependencies.

Patch Changes

2.0.0

Patch Changes

1.1.7

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

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

Patch Changes

1.0.0-next.29

Minor Changes

  • #668 f1e6107c Thanks @zbeyens! - The components/hooks can now be outside SlatePlugins and need the editor to be focused once to be functional.

Patch Changes

1.0.0-next.26

Patch Changes