aforemny / elm-mdc

Elm port of the Material Components for the Web CSS/JS library
https://aforemny.github.io/elm-mdc
Apache License 2.0
354 stars 43 forks source link

Use Elm 0.19.1 from now on #267

Closed berenddeboer closed 5 years ago

aforemny commented 5 years ago

Hi @berenddeboer, is there any reason we cannot support both 0.19.0 and 0.19.1? If not, let's specify "elm-version": "0.19.0 <= v <= 0.19.1" in package.json!

berenddeboer commented 5 years ago

That doesn't work actually!

And given Elm 0.19.1 is soo much faster and better that's the version to support I think.

aforemny commented 5 years ago

Hi @berenddeboer, oops. I thought you've modified the Elm version constraint of this library. I did not realize that you have modified the Elm version of the examples and the demo only. Fair enough!