Skip to content

Tags: unnatRevo/ng-select

Tags

v8.3.0

Toggle v8.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: allow open menu if max items limit is reached (ng-select#2054)

v8.2.0

Toggle v8.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(cicd): updates GitHub actions node version to 14 (ng-select#2085)

1. Angular 14 does not support Node 12 or below. This commit updates Github actions node version to Node 14

v8.1.1

Toggle v8.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: include themes as part of the exports (ng-select#2007)

v8.1.0

Toggle v8.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): bump nth-check from 2.0.0 to 2.0.1 (ng-select#2003)

Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](fb55/nth-check@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: nth-check
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v8.0.0

Toggle v8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: fix release build (ng-select#2004)

v7.4.0

Toggle v7.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add 'left' and 'right' options to dropdownPosition (ng-select#1990

)

* feat: add 'left' and 'right' options to dropdownPosition

v7.3.0

Toggle v7.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add clearSearchOnAdd to NgSelectConfig (ng-select#1975)

v7.2.0

Toggle v7.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(styles): added variables in default theme to allow customization… (

ng-select#1892)

v7.1.1

Toggle v7.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
perf: reduce change detection cycles by listening the `mousedown` in …

…the root zone (ng-select#1929)

This PR reduces change detection cycles for the `ng-dropdown-panel` by replacing
`HostListener` with `fromEvent` outside of the zone. Calling `preventDefault()`
on the event doesn't require Angular to run `ApplicationRef.tick()`. Note that the
`HostListener` wraps the actual listener under the hood into the internal Angular function
which runs `markDirty()` before running the actual listener (the decorated class method).

v7.1.0

Toggle v7.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add 1 pixel for reliable triggering scrollToEnd (ng-select#1877)