Skip to content

Releases: guardian/prosemirror-elements

v7.0.0

30 Nov 10:38
b380e05
Compare
Choose a tag to compare

Major Changes

  • 0e53c09: Refactor createReactElementSpec interface to options object arg

    This change has been made because we now have multiple optional arguments, and might want to specify only the last one.

    It also add a new argument to the options object, 'wrapperComponent' - which allows developers to provide their own wrapper e.g. with different styles.

v6.1.0

17 Nov 09:26
bb2eb37
Compare
Choose a tag to compare

Minor Changes

  • 98d9918: Add repeater field to package exports

v6.0.1

06 Nov 17:53
2007c7f
Compare
Choose a tag to compare

Patch Changes

v6.0.0

30 Oct 11:41
fd82c44
Compare
Choose a tag to compare

6.0.0 (2023-10-30)

v5.13.0

24 Oct 09:54
2816a14
Compare
Choose a tag to compare

5.13.0 (2023-10-24)

Features

  • Introduce an initial component for editing Recipe Element types. (#312) (2816a14)

v5.12.3

15 Aug 09:10
b84b38c
Compare
Choose a tag to compare

5.12.3 (2023-08-15)

Bug Fixes

  • add cross after image to prevent images of certain dimensions from masking it (#311) (b84b38c)

v5.12.2

10 Aug 10:04
eb524f8
Compare
Choose a tag to compare

5.12.2 (2023-08-10)

Bug Fixes

  • Add imageType to cartoon element and rename credit to photographer (#310) (eb524f8)

v5.12.1

04 Jul 13:58
f92c086
Compare
Choose a tag to compare

5.12.1 (2023-07-04)

Bug Fixes

  • Model cartoon element booleans as booleans, not strings (#307) (f92c086)

v5.12.0

30 Jun 08:25
00eab3e
Compare
Choose a tag to compare

5.12.0 (2023-06-30)

Features

v5.11.1

28 Jun 11:42
193b17f
Compare
Choose a tag to compare

5.11.1 (2023-06-28)

Bug Fixes