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

@atlaskit/adf-schema

Package Overview
Dependencies
Maintainers
1
Versions
407
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/adf-schema - npm Package Compare versions

Comparing version 2.11.1 to 2.11.2

8

CHANGELOG.md
# @atlaskit/adf-schema
## 2.11.2
### Patch Changes
- [patch][1b12e59bfd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1b12e59bfd):
ED-6917, SL-260: support drag and drop of smart links
## 2.11.1

@@ -4,0 +12,0 @@

3

dist/es2015/schema/nodes/block-card.js
export var blockCard = {
inline: false,
group: 'block',
draggable: true,
attrs: {

@@ -11,2 +12,4 @@ url: { default: '' },

tag: 'a[data-block-card]',
// bump priority higher than hyperlink
priority: 100,
getAttrs: function (dom) {

@@ -13,0 +16,0 @@ var anchor = dom;

@@ -5,2 +5,3 @@ export var inlineCard = {

selectable: true,
draggable: true,
attrs: {

@@ -13,2 +14,4 @@ url: { default: '' },

tag: 'a[data-inline-card]',
// bump priority higher than hyperlink
priority: 100,
getAttrs: function (dom) {

@@ -15,0 +18,0 @@ var anchor = dom;

@@ -6,2 +6,3 @@ "use strict";

group: 'block',
draggable: true,
attrs: {

@@ -14,2 +15,4 @@ url: { default: '' },

tag: 'a[data-block-card]',
// bump priority higher than hyperlink
priority: 100,
getAttrs: function (dom) {

@@ -16,0 +19,0 @@ var anchor = dom;

@@ -7,2 +7,3 @@ "use strict";

selectable: true,
draggable: true,
attrs: {

@@ -15,2 +16,4 @@ url: { default: '' },

tag: 'a[data-inline-card]',
// bump priority higher than hyperlink
priority: 100,
getAttrs: function (dom) {

@@ -17,0 +20,0 @@ var anchor = dom;

2

dist/es5/version.json
{
"name": "@atlaskit/adf-schema",
"version": "2.11.0",
"version": "2.11.1",
"sideEffects": false
}
{
"name": "@atlaskit/adf-schema",
"version": "2.11.1",
"version": "2.11.2",
"sideEffects": false
}
{
"name": "@atlaskit/adf-schema",
"version": "2.11.1",
"version": "2.11.2",
"description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

{
"name": "@atlaskit/adf-schema",
"version": "2.11.1",
"version": "2.11.2",
"sideEffects": false
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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