File tree 3 files changed +14
-2
lines changed
projects/ng-select2-component
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog of ng-select2
2
2
3
+ ## V15.3.0 (2024-11-16)
4
+
5
+ ### Changes
6
+
7
+ - Add properties:
8
+ - ` selectionOverride ` : Change what is displayed in the selection area #79
9
+ - ` selectionNoWrap ` : Force selection on one line #79
10
+ - ` showSelectAll ` : Add an option to select all options c #80
11
+ - ` selectAllText ` : Text when all options as not selected #80
12
+ - ` removeAllText ` : Text when all options as selected #80
13
+ - Fix labels of selected options #81
14
+
3
15
## V15.2.1 (2024-08-22)
4
16
5
17
### Changes
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ class MainModule {}
107
107
| ` selectionNoWrap ` | ` boolean ` | | ` false ` | Force selection on one line | |
108
108
| ` showSelectAll ` | ` boolean ` | | ` false ` | Add an option to select all options | with ` multiple ` |
109
109
| ` selectAllText ` | ` string ` | | ` 'Select all' ` | Text when all options as not selected | with ` multiple ` |
110
- | ` removeAllText ` | ` string ` | | ` 'Remove all' ` | Text when all option as selected | with ` multiple ` |
110
+ | ` removeAllText ` | ` string ` | | ` 'Remove all' ` | Text when all options as selected | with ` multiple ` |
111
111
| ` editPattern ` | ` (str: string) => string ` | | | use it for change the pattern of the filter search | |
112
112
| ` ngModel ` <br >` id ` <br >` required ` <br >` disabled ` <br >` readonly ` <br >` tabIndex ` | | | | just like a ` select ` control | |
113
113
| ` (update) ` | ` (event: ` [ ` Select2UpdateEvent ` ] ( #select2-data-structure ) ` ) => void ` | event | | triggered when user select an option | |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ng-select2-component" ,
3
- "version" : " 15.2.1 " ,
3
+ "version" : " 15.3.0 " ,
4
4
"description" : " An Angular select2 component." ,
5
5
"author" : " York Yao, Célian Veyssière" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments