You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
A project I got to work on had the following issue #1849. As stated the fix is to update to >0.19.6.
Ours was listed as 0.20.0 in package.json so I assumed something else was the source of the bug.
Later when I noticed that our version was 0.20.0 and the latest release only goes up to 0.19.8 I found out that somehow there is a 0.20.0 version hosted on npm: https://registry.npmjs.org/ui-select/-/ui-select-0.20.0.tgz
The date mentioned to the version number are from the release version 0.19.5 hence why we were still having this bug.
Still trying to figure out how we got to version 0.20.0 and why this is hosted on NPM and why it seems to be a duplicate of 0.19.5.
Link to minimally-working plunker that reproduces the issue:
N/A
Version of Angular, UI-Select, and Bootstrap/Select2/Selectize CSS
Angular:
1.6.9
UI-Select:
0.20.0
The text was updated successfully, but these errors were encountered:
Bug description:
A project I got to work on had the following issue #1849. As stated the fix is to update to
>0.19.6
.Ours was listed as
0.20.0
inpackage.json
so I assumed something else was the source of the bug.Later when I noticed that our version was
0.20.0
and the latest release only goes up to0.19.8
I found out that somehow there is a0.20.0
version hosted on npm:https://registry.npmjs.org/ui-select/-/ui-select-0.20.0.tgz
The date mentioned to the version number are from the release version
0.19.5
hence why we were still having this bug.Still trying to figure out how we got to version
0.20.0
and why this is hosted on NPM and why it seems to be a duplicate of0.19.5
.Link to minimally-working plunker that reproduces the issue:
N/A
Version of Angular, UI-Select, and Bootstrap/Select2/Selectize CSS
Angular:
1.6.9
UI-Select:
0.20.0
The text was updated successfully, but these errors were encountered: