ng-select2-component
Advanced tools
Comparing version 11.1.0 to 12.0.0
# Changelog of ng-select2 | ||
## V12.0.0 (2023-06-07) | ||
### Breaking Changes | ||
- minimum required support has been upgraded to Angular `16.0`. | ||
- update ngx-infinite-scroll to `16.0.0`. | ||
## V11.1.0 (2023-04-15) | ||
@@ -4,0 +11,0 @@ |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ export declare const timeout = 200; |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -0,0 +0,0 @@ import { Select2 } from './select2.component'; |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -0,0 +0,0 @@ import { Select2Data, Select2Option, Select2UpdateValue, Select2Value } from './select2-interfaces'; |
@@ -234,4 +234,4 @@ import { ConnectedPosition } from '@angular/cdk/overlay'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<Select2, [null, null, { optional: true; }, { optional: true; }, { optional: true; self: true; }, { attribute: "tabindex"; }]>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<Select2, "select2", never, { "data": "data"; "minCharForSearch": "minCharForSearch"; "displaySearchStatus": "displaySearchStatus"; "placeholder": "placeholder"; "customSearchEnabled": "customSearchEnabled"; "limitSelection": "limitSelection"; "listPosition": "listPosition"; "multiple": "multiple"; "overlay": "overlay"; "styleMode": "styleMode"; "noResultMessage": "noResultMessage"; "maxResults": "maxResults"; "maxResultsMessage": "maxResultsMessage"; "infiniteScrollDistance": "infiniteScrollDistance"; "infiniteScrollThrottle": "infiniteScrollThrottle"; "infiniteScroll": "infiniteScroll"; "autoCreate": "autoCreate"; "noLabelTemplate": "noLabelTemplate"; "editPattern": "editPattern"; "templates": "templates"; "resultMaxHeight": "resultMaxHeight"; "minCountForSearch": "minCountForSearch"; "id": "id"; "required": "required"; "disabled": "disabled"; "hideSelectedItems": "hideSelectedItems"; "readonly": "readonly"; "value": "value"; "tabIndex": "tabIndex"; "resettable": "resettable"; }, { "update": "update"; "open": "open"; "close": "close"; "focus": "focus"; "blur": "blur"; "search": "search"; "scroll": "scroll"; "removeOption": "removeOption"; }, never, ["select2-label", "select2-hint"], false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<Select2, "select2", never, { "data": { "alias": "data"; "required": false; }; "minCharForSearch": { "alias": "minCharForSearch"; "required": false; }; "displaySearchStatus": { "alias": "displaySearchStatus"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "customSearchEnabled": { "alias": "customSearchEnabled"; "required": false; }; "limitSelection": { "alias": "limitSelection"; "required": false; }; "listPosition": { "alias": "listPosition"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "overlay": { "alias": "overlay"; "required": false; }; "styleMode": { "alias": "styleMode"; "required": false; }; "noResultMessage": { "alias": "noResultMessage"; "required": false; }; "maxResults": { "alias": "maxResults"; "required": false; }; "maxResultsMessage": { "alias": "maxResultsMessage"; "required": false; }; "infiniteScrollDistance": { "alias": "infiniteScrollDistance"; "required": false; }; "infiniteScrollThrottle": { "alias": "infiniteScrollThrottle"; "required": false; }; "infiniteScroll": { "alias": "infiniteScroll"; "required": false; }; "autoCreate": { "alias": "autoCreate"; "required": false; }; "noLabelTemplate": { "alias": "noLabelTemplate"; "required": false; }; "editPattern": { "alias": "editPattern"; "required": false; }; "templates": { "alias": "templates"; "required": false; }; "resultMaxHeight": { "alias": "resultMaxHeight"; "required": false; }; "minCountForSearch": { "alias": "minCountForSearch"; "required": false; }; "id": { "alias": "id"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hideSelectedItems": { "alias": "hideSelectedItems"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "resettable": { "alias": "resettable"; "required": false; }; }, { "update": "update"; "open": "open"; "close": "close"; "focus": "focus"; "blur": "blur"; "search": "search"; "scroll": "scroll"; "removeOption": "removeOption"; }, never, ["select2-label", "select2-hint"], false, never>; | ||
} | ||
//# sourceMappingURL=select2.component.d.ts.map |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
MIT License | ||
Copyright (c) 2017 York Yao, 2018-2020 Célian Veyssière | ||
Copyright (c) 2017 York Yao, 2018 Célian Veyssière | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "ng-select2-component", | ||
"version": "11.1.0", | ||
"version": "12.0.0", | ||
"description": "An Angular select2 component.", | ||
@@ -8,9 +8,9 @@ "author": "York Yao, Célian Veyssière", | ||
"dependencies": { | ||
"ngx-infinite-scroll": "^15.0.0", | ||
"ngx-infinite-scroll": ">=16.0.0", | ||
"tslib": "^2.3.0" | ||
}, | ||
"peerDependencies": { | ||
"@angular/cdk": ">=15.0.0", | ||
"@angular/common": ">=15.0.0", | ||
"@angular/core": ">=15.0.0" | ||
"@angular/cdk": ">=16.0.0", | ||
"@angular/common": ">=16.0.0", | ||
"@angular/core": ">=16.0.0" | ||
}, | ||
@@ -33,7 +33,3 @@ "repository": { | ||
], | ||
"module": "fesm2015/ng-select2-component.mjs", | ||
"es2020": "fesm2020/ng-select2-component.mjs", | ||
"esm2020": "esm2020/ng-select2-component.mjs", | ||
"fesm2020": "fesm2020/ng-select2-component.mjs", | ||
"fesm2015": "fesm2015/ng-select2-component.mjs", | ||
"module": "fesm2022/ng-select2-component.mjs", | ||
"typings": "index.d.ts", | ||
@@ -46,7 +42,5 @@ "exports": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ng-select2-component.mjs", | ||
"es2020": "./fesm2020/ng-select2-component.mjs", | ||
"es2015": "./fesm2015/ng-select2-component.mjs", | ||
"node": "./fesm2015/ng-select2-component.mjs", | ||
"default": "./fesm2020/ng-select2-component.mjs" | ||
"esm2022": "./esm2022/ng-select2-component.mjs", | ||
"esm": "./esm2022/ng-select2-component.mjs", | ||
"default": "./fesm2022/ng-select2-component.mjs" | ||
} | ||
@@ -53,0 +47,0 @@ }, |
@@ -0,0 +0,0 @@ export * from './lib/select2-interfaces'; |
@@ -17,7 +17,7 @@ [![npm version](https://badge.fury.io/js/ng-select2-component.svg)](https://badge.fury.io/js/ng-select2-component) [![Downloads](https://img.shields.io/npm/dm/ng-select2-component.svg)](https://www.npmjs.com/package/ng-select2-component) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/Harvest-Dev/ng-select2/master/LICENSE.md) | ||
- `angular` 15.0.0 and more | ||
- `angular/cdk` 15.0.0 and more | ||
- `angular` 16.0.0 and more | ||
- `angular/cdk` 16.0.0 and more | ||
- dependencies (include): | ||
- `ngx-infinite-scroll@^15.0.0` | ||
- `ngx-infinite-scroll` 16.0.0 and more | ||
@@ -30,3 +30,4 @@ > **Note:**<br> | ||
> - For `angular` 14 (Ivy): use version `10.0.0`. | ||
> - For `angular` 15 and more (Ivy): use version `11.0.0`. | ||
> - For `angular` 15 (Ivy): use version `11.0.0`. | ||
> - For `angular` 16 and more (Ivy): use version `12.0.0`. | ||
@@ -33,0 +34,0 @@ ## Demo |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
355
8
517695
34
3321
1
+ Addedngx-infinite-scroll@19.0.0(transitive)
- Removed@angular/common@15.2.10(transitive)
- Removed@angular/core@15.2.10(transitive)
- Removedngx-infinite-scroll@15.0.0(transitive)
- Removedzone.js@0.13.3(transitive)
Updatedngx-infinite-scroll@>=16.0.0