Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-dropdowns

Package Overview
Dependencies
Maintainers
3
Versions
335
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-dropdowns - npm Package Compare versions

Comparing version 23.2.6 to 23.2.7

24

CHANGELOG.md

@@ -5,2 +5,14 @@ # Changelog

### AutoComplete
#### Bug Fixes
- `#I522040` - Fixed an issue where setting the highlight as true and adding HTML text as a value would result in it being parsed as a DOM element.
### DropDownTree
#### Bug Fixes
- `#I523487` - The issue with `itemTemplate` support while performing filtering operation in the Dropdown Tree component has been resolved.
### MultiSelect

@@ -12,2 +24,14 @@

## 23.2.6 (2023-11-28)
### DropDownList
#### Bug Fixes
- `#I519795` - Fixed an issue where the `BeforeOpenEvent` was triggered twice when the open event was Cancelled.
- `#I520598` - Resolved issue where the equal to operator on `props.dataSource` in the `updateDataSource` function would always evaluate to false when it was an empty array.
## 23.2.5 (2023-11-23)
### Mention

@@ -14,0 +38,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 23.2.6
* version : 23.2.7
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.

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

{
"_from": "@syncfusion/ej2-dropdowns@*",
"_id": "@syncfusion/ej2-dropdowns@23.2.4",
"_id": "@syncfusion/ej2-dropdowns@23.2.6",
"_inBundle": false,
"_integrity": "sha512-+N2K/8gXy3ibWBluPxSL1E5+GZyle8s0cdnpINl+mCbl/3Z0EUBkvbB5q8+FWa2XM2Dmjg9iN9mu0aNh36i/Zw==",
"_integrity": "sha512-vUNqFVb1yxS4MDFefoKBnWGgc1xKuuxNSqeG3Qp6HwqQyN7jMZ0Zon5fJZgvl0pReF9+PTggSiEWiHKiuVRToA==",
"_location": "/@syncfusion/ej2-dropdowns",

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

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-23.2.4.tgz",
"_shasum": "c8328029f62ff189c8c594db04b78ad764143cd5",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-23.2.6.tgz",
"_shasum": "a958f6597f60a12c0375f50816626d2ad0d62efd",
"_spec": "@syncfusion/ej2-dropdowns@*",

@@ -51,3 +51,3 @@ "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",

"@syncfusion/ej2-lists": "~23.2.4",
"@syncfusion/ej2-navigations": "~23.2.5",
"@syncfusion/ej2-navigations": "~23.2.7",
"@syncfusion/ej2-notifications": "~23.2.5",

@@ -79,5 +79,5 @@ "@syncfusion/ej2-popups": "~23.2.4"

"typings": "index.d.ts",
"version": "23.2.6",
"version": "23.2.7",
"sideEffects": false,
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
}

@@ -261,2 +261,6 @@ var __extends = (this && this.__extends) || (function () {

else {
var isHtmlElement = /<[^>]*>/g.test(e.item.innerText);
if (isHtmlElement) {
e.item.innerText = e.item.innerText.replace(/[\u00A0-\u9999<>&]/g, function (match) { return "&#" + match.charCodeAt(0) + ";"; });
}
highlightSearch(e.item, _this_1.queryString, _this_1.ignoreCase, _this_1.filterType);

@@ -263,0 +267,0 @@ }

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

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

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

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

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

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