-
-
Notifications
You must be signed in to change notification settings - Fork 3
It will convert all " to " in the HTML, this breaks the HTML. #57
New issue
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
Comments
Lets' checkout the |
github-actions bot
pushed a commit
that referenced
this issue
Apr 25, 2025
# 1.0.0-beta.1 (2025-04-25) ### Bug Fixes * fix html tests ([f517839](f517839)) * **html:** fix [#57](#57) ([a638538](a638538)) * **html:** fix incorrect html class name truncation ([7cb985d](7cb985d)) * **js-ast:** added support to `MemberExpression` [#45](#45) ([8c95ba0](8c95ba0)) * **js-ast:** added support to `TemplateLiteral` & `TemplateElement` [#45](#45) ([0dd46b3](0dd46b3)) ### Features * Enables semantic release for automated publishing ([b43a194](b43a194)) * Upgrades to v3 with new CSS transformation ([0afd780](0afd780)) * v3 migration with TailwindCSS 4 support ([668a5f6](668a5f6))
🎉 This issue has been resolved in version 1.0.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
github-actions bot
pushed a commit
that referenced
this issue
Apr 25, 2025
# 1.0.0-beta.1 (2025-04-25) ### Bug Fixes * fix html tests ([f517839](f517839)) * **html:** fix [#57](#57) ([a638538](a638538)) * **html:** fix incorrect html class name truncation ([7cb985d](7cb985d)) * **js-ast:** added support to `MemberExpression` [#45](#45) ([8c95ba0](8c95ba0)) * **js-ast:** added support to `TemplateLiteral` & `TemplateElement` [#45](#45) ([0dd46b3](0dd46b3)) ### Features * Enables semantic release for automated publishing ([b43a194](b43a194)) * Upgrades to v3 with new CSS transformation ([0afd780](0afd780)) * v3 migration with TailwindCSS 4 support ([668a5f6](668a5f6))
github-actions bot
pushed a commit
that referenced
this issue
Apr 25, 2025
# 3.0.0-beta.3 (2025-04-25) ### Bug Fixes * fix html tests ([f517839](f517839)) * **html:** fix [#57](#57) ([a638538](a638538)) * **html:** fix incorrect html class name truncation ([7cb985d](7cb985d)) * **js-ast:** added support to `MemberExpression` [#45](#45) ([8c95ba0](8c95ba0)) * **js-ast:** added support to `TemplateLiteral` & `TemplateElement` [#45](#45) ([0dd46b3](0dd46b3)) ### Features * Enables semantic release for automated publishing ([b43a194](b43a194)) * Upgrades to v3 with new CSS transformation ([0afd780](0afd780)) * v3 migration with TailwindCSS 4 support ([668a5f6](668a5f6))
Merged
github-actions bot
pushed a commit
that referenced
this issue
May 31, 2025
# 3.0.0 (2025-05-31) ### Bug Fixes * fix html tests ([f517839](f517839)) * **html:** fix [#57](#57) ([a638538](a638538)) * **html:** fix incorrect html class name truncation ([7cb985d](7cb985d)) * **js-ast:** added support to `MemberExpression` [#45](#45) ([8c95ba0](8c95ba0)) * **js-ast:** added support to `TemplateLiteral` & `TemplateElement` [#45](#45) ([0dd46b3](0dd46b3)) * update key names in loadConversionTables for consistency ([3d6035d](3d6035d)) ### Features * Enables semantic release for automated publishing ([b43a194](b43a194)) * support ident prefix/suffix options ([32952bf](32952bf)) * Upgrades to v3 with new CSS transformation ([0afd780](0afd780)) * v3 migration with TailwindCSS 4 support ([668a5f6](668a5f6))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi author,
Firstly thanks for your great package!!!
I found that if my page contains something like below:
<div data-opts="{"name":"MyReactComponent","value":true}"></div>
After the obfuscation, it changed to
<div data-opts="{"name":"MyReactComponent","value":true}"></div>
This breaks the HTML as double quote inside double quote.
How to solve this out or have I missed something in the config file?
Many Thanks!!
Cheeeeeeers!!
The text was updated successfully, but these errors were encountered: