Skip to content

Commit

Permalink
Update to 13.0.7 (demo / changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zefling committed Aug 29, 2023
1 parent 8500fbc commit 8bf72cc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog of ng-select2

## V13.0.7 (2023-08-29)

- fix tab navigation (don't open dropdown with tab)

## V13.0.6 (2023-08-23)

- fix value when data changes with NgControl
Expand Down
2 changes: 1 addition & 1 deletion dist/ng-select2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@

<body>
<app-root></app-root>
<script src="runtime.97d7f570ced998b2.js" type="module"></script><script src="polyfills.363f2fb187a15e52.js" type="module"></script><script src="main.9a436d1c73166c69.js" type="module"></script></body>
<script src="runtime.97d7f570ced998b2.js" type="module"></script><script src="polyfills.363f2fb187a15e52.js" type="module"></script><script src="main.9c25a66de97f27e8.js" type="module"></script></body>
</html>

Large diffs are not rendered by default.

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": "13.0.6",
"version": "13.0.7",
"description": "An Angular select2 component.",
"author": "York Yao, Célian Veyssière",
"license": "MIT",
Expand Down

0 comments on commit 8bf72cc

Please sign in to comment.