elm-community / typed-svg

Typed SVG library written for Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade for Elm 0.19

rupertlssmith opened this issue · comments

This depends on the 0.18 Color module, which has been removed from 0.19.

The plan is to copy-paste the old Color type into typed-svg; this will make porting to the first 0.19 release as simple as possible.

If some better Color module is added later to Elm that better unifies how colour works, swap over to that when it happens.

The other issue is that without toString the many uses of number parameters had to be changed to Float. This may require insertion of toFloat in code that is upgrading to the new version.

Releases as 3.0.0