@udecode/plate-table
Advanced tools
Comparing version 1.0.0 to 1.1.5
# @udecode/plate-table | ||
## 1.1.5 | ||
### Patch Changes | ||
- [#914](https://github.com/udecode/plate/pull/914) [`f955b72c`](https://github.com/udecode/plate/commit/f955b72c0ab97e2e2ca54f17f9f8022f7d0f121b) Thanks [@dylans](https://github.com/dylans)! - `deleteColumn` was not referring to TH and TD, but TD twice | ||
## 1.0.0 | ||
@@ -11,2 +17,3 @@ | ||
occurrences of: | ||
- `slate-plugins` to `plate` | ||
@@ -18,4 +25,4 @@ - `SlatePlugins` to `Plate` | ||
> This is the last version of `@udecode/slate-plugins[-x]`, please install | ||
> `@udecode/plate[-x]`. | ||
> This is the last version of `@udecode/slate-plugins[-x]`, please install | ||
> `@udecode/plate[-x]`. | ||
@@ -22,0 +29,0 @@ ### Patch Changes |
@@ -439,3 +439,3 @@ import { getPlatePluginOptions, getPlatePluginType, isElement, getRenderElement } from '@udecode/plate-core'; | ||
match: { | ||
type: [getPlatePluginType(editor, ELEMENT_TD), getPlatePluginType(editor, ELEMENT_TD)] | ||
type: [getPlatePluginType(editor, ELEMENT_TD), getPlatePluginType(editor, ELEMENT_TH)] | ||
} | ||
@@ -442,0 +442,0 @@ }); |
@@ -443,3 +443,3 @@ 'use strict'; | ||
match: { | ||
type: [plateCore.getPlatePluginType(editor, ELEMENT_TD), plateCore.getPlatePluginType(editor, ELEMENT_TD)] | ||
type: [plateCore.getPlatePluginType(editor, ELEMENT_TD), plateCore.getPlatePluginType(editor, ELEMENT_TH)] | ||
} | ||
@@ -446,0 +446,0 @@ }); |
{ | ||
"name": "@udecode/plate-table", | ||
"version": "1.0.0", | ||
"version": "1.1.5", | ||
"description": "Table plugin for Plate", | ||
@@ -35,4 +35,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@udecode/plate-common": "^1.0.0", | ||
"@udecode/plate-core": "^1.0.0" | ||
"@udecode/plate-common": "1.0.0", | ||
"@udecode/plate-core": "1.0.0" | ||
}, | ||
@@ -47,4 +47,3 @@ "peerDependencies": { | ||
"access": "public" | ||
}, | ||
"gitHead": "938d08a97be20e56590c87b75047d3796bbf6707" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
127541
55
+ Added@udecode/plate-common@1.0.0(transitive)
- Removed@udecode/plate-common@1.1.6(transitive)
Updated@udecode/plate-common@1.0.0
Updated@udecode/plate-core@1.0.0