Fixed sealed interfaces not having the sealed keyword in signatures (#2994)
Fixed incorrect links in multi-module projects with non-unique package names (#2272). Huge thanks to @EddieRingle!
Fixed member extensions not being shown on index pages in certain scenarios (#3187)
Fixed Java's inner classes not having the inner keyword in Kotlin signatures (#2793)
Fixed Java's @param tag not working with type parameters (#3199)
Fixed Dokka failing in KMP projects when the JVM source set is suppressed (#3209)
HTML format
Provide an ability to add a custom homepage link to the header, more details in #2948 (comment)
Fixed tab selection resetting after navigating to a different page (#2899)
Fixed inline code not always being aligned with the surrounding text (#3228)
Fixed the "No options found" text in search being barely visible (#3281)
Fixed empty HTML tags being rendered for no reason (#3343, #3095)
Runners
Gradle Plugin
Mark tasks as not compatible with Gradle configuration cache, second try (#3438). Thanks to @3flex for noticing and fixing the problem!
Maven Plugin
Fixed dokka:help being absent (#3035). Thanks to @aSemy!
Fixed the source links configuration not working (#3046). Thanks to @freya022 for fixing this one!
CLI runner
Allow using relative paths in the sourceRoots configuration option (#2571)
Plugin API
Provide an extension point to customize the rendering of code blocks in HTML format (#3244)
Other:
Make sure wasm-js and wasm-wasi targets introduced in Kotlin 1.9.20 are supported (#3310)
Avoid concurrent invocations of Kotlin compiler's API due to the compiler API itself not always being thread safe (#3151). No noticeable performance loss is expected.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
Release Notes
Kotlin/dokka (org.jetbrains.dokka:dokka-maven-plugin)v1.9.20: 1.9.20
Compare Source
General bugfixes
HTML format
Runners
Gradle Plugin
Maven Plugin
CLI runner
Plugin API
Other:
See Dokka 1.9.20 milestone for the list of all changes.
v1.9.10: 1.9.10
Compare Source
General
HTML format
Gradle
Java
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.