Releases: bgalek/safe-svg
Releases · bgalek/safe-svg
v1.1.8
What's Changed
Changes
New Contributors
Dependencies:
- Bump
org.junit.jupiter:junit-jupiter
from 5.10.3 to 5.11.0 by @dependabot in #81 - Bump
dependabot/fetch-metadata
from 2.1.0 to 2.2.0 by @dependabot in #78 - Bump
pl.allegro.tech.build.axion-release
from 1.18.7 to 1.18.8 by @dependabot in #85 - Bump
org.sonarqube
from 5.0.0.4638 to 5.1.0.4882 by @dependabot in #77 - Bump
io.github.gradle-nexus.publish-plugin
from 1.3.0 to 2.0.0 by @dependabot in #70 - Bump
com.adarshr.test-logger
from 3.2.0 to 4.0.0 by @dependabot in #57 - Bump
actions/setup-java
from 3 to 4 by @dependabot in #60 - Bump
actions/checkout
from 3 to 4 by @dependabot in #53 - Bump
actions/cache
from 3 to 4 by @dependabot in #62 - Bump
codecov/codecov-action
from 3 to 4 by @dependabot in #64 - Bump
gradle/wrapper-validation-action
from 1 to 3 by @dependabot in #71
Full Changelog: v1.1.7...v1.1.8
v1.1.7
v1.1.6
v1.1.5
What's Changed
Builder introduced for more customization options.
- Bump pl.allegro.tech.build.axion-release from 1.14.0 to 1.14.1 by @dependabot in #22
- Bump junit-jupiter from 5.9.0 to 5.9.1 by @dependabot in #23
- Bump dependabot/fetch-metadata from 1.1.1 to 1.3.4 by @dependabot in #24
- Bump pl.allegro.tech.build.axion-release from 1.14.1 to 1.14.2 by @dependabot in #25
- Bump org.sonarqube from 3.4.0.2513 to 3.5.0.2730 by @dependabot in #26
- Bump pl.allegro.tech.build.axion-release from 1.14.2 to 1.14.3 by @dependabot in #28
- Custom validation by @karczewsky in #29
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #27
New Contributors
- @karczewsky made their first contribution in #29 - thx! ❤️
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- Bump com.adarshr.test-logger from 3.0.0 to 3.2.0 by @dependabot in #14
- Bump owasp-java-html-sanitizer from 20211018.2 to 20220608.1 by @dependabot in #13
- Bump org.sonarqube from 3.2.0 to 3.4.0.2513 by @dependabot in #10
- Bump io.github.gradle-nexus.publish-plugin from 1.0.0 to 1.1.0 by @dependabot in #11
- Bump junit-jupiter from 5.6.2 to 5.9.0 by @dependabot in #15
- Bump pl.allegro.tech.build.axion-release from 1.13.2 to 1.14.0 by @dependabot in #12
- Bump actions/cache from 2 to 3 by @dependabot in #16
- Bump actions/checkout from 2 to 3 by @dependabot in #18
- Bump dependabot/fetch-metadata from 1.1.1 to 1.3.3 by @dependabot in #17
- Bump codecov/codecov-action from 1 to 3 by @dependabot in #19
- Bump actions/setup-java from 1 to 3 by @dependabot in #20
Full Changelog: v1.1.3...v1.1.4
owasp-java-html-sanitizer update
What's Changed
- update owasp-java-html-sanitizer dependency by @alemoles in #9
New Contributors
- @alemoles made their first contribution in #9
Full Changelog: release-1.1.2...v1.1.3
Default styles whitelist issue fix
This release fixes 1.1.1 version that don't allow any custom inline styles besides enable-background.
Thanks to @kiziltas for pointing out the problem!
Allowed enable-background property override via inline styles
Thx @spand for pointing out the issue ;)
Allowed <style> tag
Initial Release
release-1.0.0 Initial commit