Skip to content

Commit

Permalink
Update 15.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zefling committed Nov 16, 2024
1 parent 6cc7daf commit 4442541
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog of ng-select2

## V15.3.0 (2024-11-16)

### Changes

- Add properties:
- `selectionOverride`: Change what is displayed in the selection area #79
- `selectionNoWrap`: Force selection on one line #79
- `showSelectAll`: Add an option to select all options c #80
- `selectAllText`: Text when all options as not selected #80
- `removeAllText`: Text when all options as selected #80
- Fix labels of selected options #81

## V15.2.1 (2024-08-22)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class MainModule {}
| `selectionNoWrap` | `boolean` | | `false` | Force selection on one line | |
| `showSelectAll` | `boolean` | | `false` | Add an option to select all options | with `multiple` |
| `selectAllText` | `string` | | `'Select all'` | Text when all options as not selected | with `multiple` |
| `removeAllText` | `string` | | `'Remove all'` | Text when all option as selected | with `multiple` |
| `removeAllText` | `string` | | `'Remove all'` | Text when all options as selected | with `multiple` |
| `editPattern` | `(str: string) => string` | | | use it for change the pattern of the filter search | |
| `ngModel`<br>`id`<br>`required`<br>`disabled`<br>`readonly`<br>`tabIndex` | | | | just like a `select` control | |
| `(update)` | `(event: `[`Select2UpdateEvent`](#select2-data-structure)`) => void` | event | | triggered when user select an option | |
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-select2-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-select2-component",
"version": "15.2.1",
"version": "15.3.0",
"description": "An Angular select2 component.",
"author": "York Yao, Célian Veyssière",
"license": "MIT",
Expand Down

0 comments on commit 4442541

Please sign in to comment.