Skip to content

Commit 5e2b981

Browse files
committed
Update 17.1.0
1 parent 1efc0fc commit 5e2b981

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+86
-78
lines changed

CHANGELOG.md

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

3+
## V17.1.0 (2024-12-26)
4+
5+
- Add attribute `multipleDrag`: drag'n drop list of items in selection
6+
37
## V17.0.0 (2024-12-23)
48

59
### Changes

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ npm i ng-select2-component --save
2525

2626
| Version  | For **Angular** | Notes |
2727
| --------- | --------------- | ----------------- |
28-
| `17.0.0` | 19 and more | Ivy / Stand-alone |
28+
| `17.1.0` | 19 and more | Ivy / Stand-alone |
2929
| `16.0.0` | 19 | Ivy / Module |
30-
| `15.3.0` | 18 | Ivy |
30+
| `15.4.0` | 18 | Ivy |
3131
| `14.0.1` | 17 | Ivy |
3232
| `13.0.12` | 16.1 | Ivy |
3333
| `12.1.0` | 16 | Ivy |

dist/ng-select2/3rdpartylicenses.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11

2-
--------------------------------------------------------------------------------
3-
Package: ngx-highlightjs
4-
License: "MIT"
5-
6-
72
--------------------------------------------------------------------------------
83
Package: highlight.js
94
License: "BSD-3-Clause"
@@ -38,6 +33,11 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
3833
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3934
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4035

36+
--------------------------------------------------------------------------------
37+
Package: ngx-highlightjs
38+
License: "MIT"
39+
40+
4141
--------------------------------------------------------------------------------
4242
Package: bowser
4343
License: "MIT"

dist/ng-select2/browser/assets/i18n/fr.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@
120120
"Update to empty/null/undefined": "Mise à jour vers vide/null/indéfini",
121121
"Update value to empty “string”": "Mise à jour de la valeur vers une “string” vide",
122122
"Update value to “null”": "Mise à jour de la valeur vers “null”",
123-
"Update value to “undefined”": "Mise à jour de la valeur vers “undefined”"
123+
"Update value to “undefined”": "Mise à jour de la valeur vers “undefined”",
124+
125+
"Multiple drag selection": "Sélection multiple par glissement",
126+
"Multiple selection with sortable selection": "Sélection multiple avec sélection triable"
124127
}
125128

dist/ng-select2/browser/chunk-33O7KYOH.js

-1
This file was deleted.

dist/ng-select2/browser/chunk-4QWTAEWS.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ng-select2/browser/chunk-KWVA3REN.js dist/ng-select2/browser/chunk-6BM7Z6DR.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ng-select2/browser/chunk-2APTA5VP.js dist/ng-select2/browser/chunk-6DUJ4UI6.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ng-select2/browser/chunk-TCRQ57XT.js dist/ng-select2/browser/chunk-7GCEVTHM.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ng-select2/browser/chunk-7IHFBV5J.js

-1
This file was deleted.

0 commit comments

Comments
 (0)