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 1.4.0 to 1.4.1

5

CHANGELOG.md
# @atlaskit/adf-schema
## 1.4.1
- [patch] [2d6d5b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2d6d5b6):
- ED-5379: rework selecting media under the hood; maintain size and layout when copy-pasting
## 1.4.0

@@ -4,0 +9,0 @@ - [minor] [c5ee0c8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c5ee0c8):

1

dist/es2015/schema/nodes/media-single.js

@@ -8,2 +8,3 @@ export var defaultAttrs = {

group: 'block',
selectable: true,
content: 'media',

@@ -10,0 +11,0 @@ attrs: defaultAttrs,

2

dist/es2015/schema/nodes/media.js

@@ -17,4 +17,2 @@ import { N30 } from '../../utils/colors';

export var media = {
inline: false,
selectable: true,
attrs: defaultAttrs,

@@ -21,0 +19,0 @@ parseDOM: [

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

group: 'block',
selectable: true,
content: 'media',

@@ -12,0 +13,0 @@ attrs: exports.defaultAttrs,

@@ -19,4 +19,2 @@ "use strict";

exports.media = {
inline: false,
selectable: true,
attrs: exports.defaultAttrs,

@@ -23,0 +21,0 @@ parseDOM: [

{
"name": "@atlaskit/adf-schema",
"version": "1.4.0",
"version": "1.4.1",
"sideEffects": false
}
{
"name": "@atlaskit/adf-schema",
"version": "1.4.0",
"version": "1.4.1",
"description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs",

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

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