We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I use SVGR to convert icons with CLI, with --filename-case kebab option. After upgrade SVGR from 2.1 to 4.1, icons aren't renamed in kebab case:
--filename-case kebab
Before: next_circle.svg -> next-cirlce.svg Now: next_circle.svg -> next_cirlce.svg
Is it intentional from your side ? Thanks
The text was updated successfully, but these errors were encountered:
Hello @damien916, thanks for the report. We have to investigate it, is it a bug or just something expected, I don't really know.
Sorry, something went wrong.
fix(cli): fix kebab case transformation with "_"
6366e73
Closes #280
39c24c5
Successfully merging a pull request may close this issue.
Hello,
I use SVGR to convert icons with CLI, with
--filename-case kebab
option.After upgrade SVGR from 2.1 to 4.1, icons aren't renamed in kebab case:
Before: next_circle.svg -> next-cirlce.svg
Now: next_circle.svg -> next_cirlce.svg
Is it intentional from your side ?
Thanks
The text was updated successfully, but these errors were encountered: