@udecode/plate-font
Advanced tools
Comparing version 3.4.0 to 3.4.1
# @udecode/plate-font | ||
## 3.4.1 | ||
### Patch Changes | ||
- [#1031](https://github.com/udecode/plate/pull/1031) [`fd7d7f8a`](https://github.com/udecode/plate/commit/fd7d7f8a86344091c8b3aa5c6ea58e8f7cbd7baa) Thanks [@csalomons](https://github.com/csalomons)! - fix: font size deserializer options | ||
## 3.4.0 | ||
@@ -4,0 +10,0 @@ |
@@ -43,3 +43,3 @@ import { getPlatePluginOptions, getRenderLeaf } from '@udecode/plate-core'; | ||
const getFontSizeDeserialize = () => editor => { | ||
const options = getPlatePluginOptions(editor, MARK_BG_COLOR); | ||
const options = getPlatePluginOptions(editor, MARK_FONT_SIZE); | ||
return { | ||
@@ -46,0 +46,0 @@ leaf: getNodeDeserializer({ |
@@ -47,3 +47,3 @@ 'use strict'; | ||
const getFontSizeDeserialize = () => editor => { | ||
const options = plateCore.getPlatePluginOptions(editor, MARK_BG_COLOR); | ||
const options = plateCore.getPlatePluginOptions(editor, MARK_FONT_SIZE); | ||
return { | ||
@@ -50,0 +50,0 @@ leaf: plateCommon.getNodeDeserializer({ |
{ | ||
"name": "@udecode/plate-font", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "Font plugins for Plate", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23183