swoosh / phoenix_swoosh

Swoosh <3 Phoenix
https://hexdocs.pm/phoenix_swoosh
MIT License
273 stars 31 forks source link

phoenix_html 4.0 compatibility #349

Closed eriknaslund closed 9 months ago

eriknaslund commented 9 months ago

The current version of Swoosh (1.2.0) depends on phoenix_html "~> 3.0". Since 4.0 is out now this has started causing some compatibility problems for me, as other libraries are moving to phoenix_html 4.0.

It'd be great to have phoenix_swoosh upgrade the phoenix_html dep to ~> 4.0. I'd be happy to give the upgrade a shot myself if that's OK?

princemaple commented 9 months ago

Hi, I've released v1.2.1 that allows phoenix_html ~> 4.0. Feel free to send PR to make additional changes that you see fit. Cheers!

eriknaslund commented 9 months ago

Thanks a bunch @princemaple for the super-quick fix! I just tried the new release and it works like a charm :)