Skip to content

Commit 4442541

Browse files
committed
Update 15.3.0
1 parent 6cc7daf commit 4442541

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog of ng-select2
22

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+
315
## V15.2.1 (2024-08-22)
416

517
### Changes

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class MainModule {}
107107
| `selectionNoWrap` | `boolean` | | `false` | Force selection on one line | |
108108
| `showSelectAll` | `boolean` | | `false` | Add an option to select all options | with `multiple` |
109109
| `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` |
111111
| `editPattern` | `(str: string) => string` | | | use it for change the pattern of the filter search | |
112112
| `ngModel`<br>`id`<br>`required`<br>`disabled`<br>`readonly`<br>`tabIndex` | | | | just like a `select` control | |
113113
| `(update)` | `(event: `[`Select2UpdateEvent`](#select2-data-structure)`) => void` | event | | triggered when user select an option | |

projects/ng-select2-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-select2-component",
3-
"version": "15.2.1",
3+
"version": "15.3.0",
44
"description": "An Angular select2 component.",
55
"author": "York Yao, Célian Veyssière",
66
"license": "MIT",

0 commit comments

Comments
 (0)