Releases: JetBrains/skiko
Releases · JetBrains/skiko
Version 0.9.30
What's Changed
Full Changelog: v0.9.29...v0.9.30
Version 0.9.29
What's Changed
- Fixed Macos multiplatform sample by @EricShelbogashev in #1090
- Fix invocation of tests that only run on CI by @m-sasha in #1108
- Remove unused Task class and its tests by @m-sasha in #1112
- Remove unused software instead of cleaning caches by @MatkovIvan in #1113
- Pack ANGLE into a separate jar by @igordmn in #1082
- Revert "Pack ANGLE into a separate jar" by @igordmn in #1114
- Fix drawing issues and add API to request render-and-draw explicitly by @m-sasha in #1104
New Contributors
- @EricShelbogashev made their first contribution in #1090
Full Changelog: v0.9.27...v0.9.29
Version 0.9.27
What's Changed
- Clarify publishing instructions in RELEASE.md by @m-sasha in #1102
- Provide a way to configure Skia's DirectContext GPU Resource Cache size by @pjBooms in #1095
- Fix "ComposePanel doesn't use hardware acceleration with RenderSettings.SwingGraphics on Linux" by @igordmn in #1103
- Use clang instead of clang-11 in linux-arm CI by @m-sasha in #1106
New Contributors
Full Changelog: v0.9.26...v0.9.27
Version 0.9.26
What's Changed
- Auto generate release notes by @MatkovIvan in #1099
- Fix possibly calling DeviceAnalytis.(before/after)FirstFrameRender more than once by @m-sasha in #1101
- Revert attempt to draw the first frame before the skia layer is visible, from reshape by @m-sasha in #1100
Full Changelog: v0.9.25...v0.9.26
Version 0.9.25
What's Changed
- [Metal] Decouple onRender from draw by @m-sasha in #1057
- Simplify gradle web wasm build by @Schahen in #1089
- Update Gradle to 8.13 by @MatkovIvan in #1091
- Fix missing atomic symbols on Android by @MatkovIvan in #1092
- Update Kotlin to 2.0.x by @MatkovIvan in #1093
- Update SkikoJsSample and rename it to SkikoWebSample by @Schahen in #1085
- Update and align environments in Docker images and GitHub Actions by @MatkovIvan in #1096
- Fix missing sign task dependencies by @MatkovIvan in #1097
- Restore
/var/lib/apt/listsinlinux-amd64docker image by @MatkovIvan in #1098
Full Changelog: v0.9.24...v0.9.25
Version 0.9.24
What's Changed
- ANGLE support by @Alovchin91 in #1017
- Move jbr-api dependency to awtMain by @MatkovIvan in #1087
Full Changelog: v0.9.23...v0.9.24
Version 0.9.22.2
v0.9.22.2 Move jbr-api dependency to awtMain (#1087)
Version 0.9.23
What's Changed
- Update Skia to m138 by @Schahen in #1073
- Fixed adding a new library jsonreader (skjsonreader) by @mazunin-v-jb in #1078
- Use proper
bbhFactoryinonMakePictureSnapshotby @MatkovIvan in #1075
Full Changelog: v0.9.22...v0.9.23
Version 0.9.22
What's Changed
Full Changelog: v0.9.21...v0.9.22
Version 0.9.21
v0.9.21 Fix maven uploading