Skip to content

Commit

Permalink
Update to 13.0.8 (demo / changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zefling committed Aug 29, 2023
1 parent 87f6860 commit 9df778d
Show file tree
Hide file tree
Showing 5 changed files with 8 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.8 (2023-08-29)

- fix focus on blur

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

- fix tab navigation (don't open dropdown with tab)
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.9c25a66de97f27e8.js" type="module"></script></body>
<script src="runtime.97d7f570ced998b2.js" type="module"></script><script src="polyfills.363f2fb187a15e52.js" type="module"></script><script src="main.d7608da69cc9b26e.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.7",
"version": "13.0.8",
"description": "An Angular select2 component.",
"author": "York Yao, Célian Veyssière",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<ng-content select="select2-label"></ng-content>
<span *ngIf="required" class="select2-required"></span>
</div>

<div
class="select2 select2-container select2-container--default"
[class.select2-container--focus]="focused"
Expand Down

0 comments on commit 9df778d

Please sign in to comment.