gregziegan / elm-autocomplete

Autocomplete for Elm apps; in Elm
http://package.elm-lang.org/packages/thebritican/elm-autocomplete/latest
BSD 3-Clause "New" or "Revised" License
173 stars 43 forks source link

Upgrade package and examples to latest 0.19 binaries #57

Open stephenreddek opened 6 years ago

stephenreddek commented 6 years ago

Hi! I've been using this package for a while and I've found it very helpful. With the pending release, I'm trying to help the dependencies for my project stay up to date. I hope this can help in some way!

The only change that interrupts this package is the removal of the Keyboard package. The new suggestion is to write it all individually. ohanhi has a nice package for it, but I just wrote the one function that we needed. The keyCode property is also deprecated now and I haven't dealt with it in this PR.

If it all looks good, the next steps would just be the bump and release process to get it to the alpha package site.

akoppela commented 6 years ago

The author of this package was unavailable for quite a while. We at our company have done a fork and going to maintain it. The support fo 0.19 is coming soon. I'll update here with details.

akoppela commented 6 years ago

We have moved it to GitHub and Elm package