-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
fix: Test if opacity is realy undefined #968
fix: Test if opacity is realy undefined #968
Conversation
a615412
to
5d11f43
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice! Thanks @ger-benjamin. Just a small remark we might want to address first.
e90d898
to
3e66f33
Compare
More changes than expected, but I think is all right. |
5bf44a9
to
4e7104b
Compare
BREAKING CHANGE: opacity is not longer forced to be 1 on text symbolizer.
4e7104b
to
43fc38a
Compare
## [7.0.0](v6.1.2...v7.0.0) (2024-10-09) ### ⚠ BREAKING CHANGES * opacity will no longer be set to 1 on text symbolizer if opacity was not explicitly set. ### Bug Fixes * test if opacity is really undefined ([#968](#968)) ([858b42b](858b42b))
🎉 This PR is included in version 7.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Fix #967
Test if opacity value is undefined or null, but not 0.