Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@udecode/plate-table

Package Overview
Dependencies
Maintainers
2
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@udecode/plate-table - npm Package Compare versions

Comparing version 1.0.0 to 1.1.5

11

CHANGELOG.md
# @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

2

dist/index.es.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc