tag:github.com,2008:https://github.com/gac1/ng-select/releases Tags from ng-select 2021-02-08T15:12:55Z tag:github.com,2008:Repository/354130068/v6.1.0 2021-02-08T15:12:55Z v6.1.0: feat: allow nullish compareWith (#1857) <p>feat: allow nullish compareWith (<a class="issue-link js-issue-link" href="https://github.com/ng-select/ng-select/pull/1857">ng-select#1857</a>)</p> <p>There are 2 reasons to allow setting compareWith to null/undefined.</p> <p>1. Reverting the set compareWith - possible the user of the ng-select might want to remove the previously set compareWith to allow default behaviour in combination with bindValue possibly. <br />2. Extensibility - we have a wrapper around the ng-select that provides custom styles, adds error messages. Not all use cases use compareWith, but some do. Now it is impossible to redirect the [compareWith] <a class="user-mention notranslate" href="https://github.com/input">@input</a> without setting the default. That hinders the bindValue default behaviour.</p> kvetis tag:github.com,2008:Repository/354130068/v6.0.0 2021-01-30T09:55:01Z v6.0.0: feat: upgrade to angular 11 (#1844) <p>feat: upgrade to angular 11 (<a class="issue-link js-issue-link" href="https://github.com/ng-select/ng-select/pull/1844">ng-select#1844</a>)</p> <p>BREAKING CHANGE: update to Angular 11 <br />* remove tsickle (related: <a class="issue-link js-issue-link" href="https://github.com/angular/angular/pull/37221">angular/angular#37221</a>)</p> <p>The closure compiler advanced optimizations has been disabled with <br /><a class="issue-link js-issue-link" href="https://github.com/angular/angular/pull/37221">angular/angular#37221</a> and therefore the tsickle pass is not going to be <br />very beneficial and blocks updating to Angular 11. When closure compiler <br />is better supported this configuration can be added back.</p> <p>* build ng-option-highlight with ng-select</p> terencehonles tag:github.com,2008:Repository/354130068/v5.1.0 2021-01-21T15:50:54Z v5.1.0 eJuke tag:github.com,2008:Repository/354130068/v5.0.15 2021-01-09T16:39:34Z v5.0.15: fix: label template is ignored (#1832) <p>fix: label template is ignored (<a class="issue-link js-issue-link" href="https://github.com/ng-select/ng-select/pull/1832">ng-select#1832</a>)</p> <p><span class="issue-keyword tooltipped tooltipped-se">closes</span> <a class="issue-link js-issue-link" href="https://github.com/ng-select/ng-select/issues/1813">ng-select#1813</a></p> ChellappanRajan tag:github.com,2008:Repository/354130068/v5.0.14 2021-01-02T16:46:04Z v5.0.14 vltansky tag:github.com,2008:Repository/354130068/v5.0.13 2020-12-31T16:30:30Z v5.0.13: chore(deps): bump npm-user-validate from 1.0.0 to 1.0.1 (#1776) <p>chore(deps): bump npm-user-validate from 1.0.0 to 1.0.1 (<a class="issue-link js-issue-link" href="https://github.com/ng-select/ng-select/pull/1776">ng-select#1776</a>)</p> <p>Bumps [npm-user-validate](<a href="https://github.com/npm/npm-user-validate">https://github.com/npm/npm-user-validate</a>) from 1.0.0 to 1.0.1. <br />- [Release notes](<a href="https://github.com/npm/npm-user-validate/releases">https://github.com/npm/npm-user-validate/releases</a>) <br />- [Commits](<a class="commit-link" href="https://github.com/npm/npm-user-validate/compare/v1.0.0...v1.0.1">npm/npm-user-validate@<tt>v1.0.0...v1.0.1</tt></a>)</p> <p>Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</p> <p>Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</p> dependabot tag:github.com,2008:Repository/354130068/v5.0.12 2020-12-31T15:14:41Z v5.0.12: fix: force empty ng-option label to have default height <p>fix: force empty ng-option label to have default height</p> <p><span class="issue-keyword tooltipped tooltipped-se">fixes</span> <a class="issue-link js-issue-link" href="https://github.com/ng-select/ng-select/issues/1831">ng-select#1831</a></p> varnastadeus tag:github.com,2008:Repository/354130068/v5.0.11 2020-12-26T10:51:35Z v5.0.11 saurabh47 tag:github.com,2008:Repository/354130068/v5.0.10 2020-12-26T10:34:11Z v5.0.10 <p>fix: improves accessibility by properly following combox aria tag con… (</p> <p><a class="issue-link js-issue-link" href="https://github.com/ng-select/ng-select/pull/1673">ng-select#1673</a>)</p> <p><span class="issue-keyword tooltipped tooltipped-se">closes</span> <a class="issue-link js-issue-link" href="https://github.com/ng-select/ng-select/issues/1617">ng-select#1617</a></p> <p>Co-authored-by: Isaac Fimbres &lt;isfimbre@microsoft.com&gt;</p> isaacfimbres1 tag:github.com,2008:Repository/354130068/v5.0.9 2020-11-18T08:59:45Z v5.0.9: Merge pull request #1804 from kamilchlebek/fix/ie11-scroll <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/ng-select/ng-select/pull/1804">ng-select#1804</a> from kamilchlebek/fix/ie11-scroll</p> <p>fix: make _handleScroll function compatible with ie11</p> varnastadeus