Releases: guardian/prosemirror-elements
Releases · guardian/prosemirror-elements
v7.0.0
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
Minor Changes
- 98d9918: Add repeater field to package exports
v5.13.0
5.13.0 (2023-10-24)
Features
- Introduce an initial component for editing Recipe Element types. (#312) (2816a14)
v5.12.3
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
5.12.2 (2023-08-10)
Bug Fixes
- Add imageType to cartoon element and rename credit to photographer (#310) (eb524f8)
v5.12.1
5.12.1 (2023-07-04)
Bug Fixes
- Model cartoon element booleans as booleans, not strings (#307) (f92c086)