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 to 0.18.0 release #42

Closed groob closed 7 years ago

groob commented 7 years ago

I tried to update the module for the upcoming 0.18 release. It appears that Json.customDecoder was removed, and got stuck. Would you mind taking a look?

I believe everything else works.

groob commented 7 years ago

I found a solution on the forums. The Demo pages work with 0.18 now.

gregziegan commented 7 years ago

Hey! thanks so much!

Could you actually make this PR for elm-menu?

I'm working today on introducing an API that's more drop in. But the current API that you just updated to 0.18 will be available in elm-menu 😄

gregziegan commented 7 years ago

To clarify, elm-menu will be a dependency of elm-autocomplete and elm-autocomplete will become the AccessibleExample without subscriptions

gregziegan commented 7 years ago

actually, decided to merge this and release so people can work with the existing API while I work on the new one! Thanks for the contribution!