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

@syncfusion/ej2-kanban

Package Overview
Dependencies
Maintainers
3
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-kanban - npm Package Compare versions

Comparing version 18.4.41 to 18.4.44

9

CHANGELOG.md

@@ -9,2 +9,10 @@ # Changelog

- `#315107` - The issue with "cards are hidden when multiple cards are dragged and dropped to their original position" has been fixed.
## 18.4.41 (2021-02-02)
### Kanban
#### Bug Fixes
- `#F161568` - An issue when scrollbar is disappears the column became misaligned issue has been resolved.

@@ -15,2 +23,3 @@ - `#I311076` - Provided a public method as `renderHeader` to refresh the header template.

- `#287431` - An issue with the card has rendered at column last position when using `updateCard` method has been fixed.
- `#F161605` - An issue with drag and drop the cards when kanban placed inside card has been fixed.

@@ -17,0 +26,0 @@ ## 18.4.33 (2021-01-05)

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 18.4.41
* version : 18.4.44
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"_from": "@syncfusion/ej2-kanban@*",
"_id": "@syncfusion/ej2-kanban@18.4.39",
"_id": "@syncfusion/ej2-kanban@18.4.41",
"_inBundle": false,
"_integrity": "sha512-LoC5z2JskcTajcfYo/JrovNUDU+aaf5QXuSwb4e8+nkeNLdVrU2vC4TmpmEFuXQmSlJkxza9t68Vg+WNZeB3iw==",
"_integrity": "sha512-RneBQBe1+EYMzCEHn3lQCGdG61hHrUNGZPcfVisU0UdbWt+E2zsIoxK8rFhCavLTPSNSccgTQKCrOrq7YG8wjA==",
"_location": "/@syncfusion/ej2-kanban",

@@ -26,4 +26,4 @@ "_phantomChildren": {},

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-kanban/-/ej2-kanban-18.4.39.tgz",
"_shasum": "cebefe29a5066887f9e12071cdae34c5aec69bdc",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-kanban/-/ej2-kanban-18.4.41.tgz",
"_shasum": "9d3a4abc82fbf9cceb3e447c84018e40222f9167",
"_spec": "@syncfusion/ej2-kanban@*",

@@ -39,10 +39,10 @@ "_where": "/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~18.4.41",
"@syncfusion/ej2-buttons": "~18.4.41",
"@syncfusion/ej2-base": "~18.4.44",
"@syncfusion/ej2-buttons": "~18.4.44",
"@syncfusion/ej2-data": "~18.4.39",
"@syncfusion/ej2-dropdowns": "~18.4.41",
"@syncfusion/ej2-inputs": "~18.4.41",
"@syncfusion/ej2-layouts": "~18.4.39",
"@syncfusion/ej2-navigations": "~18.4.41",
"@syncfusion/ej2-popups": "~18.4.41"
"@syncfusion/ej2-dropdowns": "~18.4.44",
"@syncfusion/ej2-inputs": "~18.4.44",
"@syncfusion/ej2-layouts": "~18.4.44",
"@syncfusion/ej2-navigations": "~18.4.44",
"@syncfusion/ej2-popups": "~18.4.44"
},

@@ -75,4 +75,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "18.4.41",
"version": "18.4.44",
"sideEffects": false
}

@@ -122,3 +122,3 @@ import { Draggable, formatUnit, createElement, isNullOrUndefined, addClass, closest } from '@syncfusion/ej2-base';

}
var cardElement = closest(e.target, '.' + cls.CARD_CLASS);
var cardElement = closest(e.target, '.' + cls.ROOT_CLASS + ' .' + cls.CARD_CLASS);
var target = cardElement || e.target;

@@ -349,3 +349,8 @@ var selector = '.' + cls.CONTENT_ROW_CLASS + ':not(.' + cls.SWIMLANE_ROW_CLASS + ') .' + cls.CONTENT_CELLS_CLASS

_this.multiCloneRemove();
removeClass([_this.dragObj.element], cls.DRAGGED_CARD_CLASS);
if (_this.dragObj.selectedCards instanceof HTMLElement) {
removeClass([_this.dragObj.selectedCards], cls.DRAGGED_CARD_CLASS);
}
else {
removeClass(_this.dragObj.selectedCards, cls.DRAGGED_CARD_CLASS);
}
clearInterval(_this.dragObj.navigationInterval);

@@ -352,0 +357,0 @@ _this.dragObj.navigationInterval = null;

@@ -138,2 +138,3 @@ import { extend } from '@syncfusion/ej2-base';

}
_this.parent.kanbanData = e;
_this.refreshUI(offlineArgs, index);

@@ -140,0 +141,0 @@ }).catch(function (e) {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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