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:
1.5.31
->1.7.10
1.5.31
->1.7.10
Release Notes
Kotlin/dokka
v1.7.10
Bugfix release that addresses several blockers and regressions.
General
Kotlin
1.7.10Gradle plugin
Kotlin
stdlib in plugin dependencies, this should fix errors likeModule was compiled with an incompatible version of Kotlin
when usingDokka
. Thanks to @martinbonnin (#2543)Java sources
Java
code (#2544)Java
sources (#2509, #2551, #2350)IntelliJ
platformWARN: Attempt to load key
messages that appeared when analyzingJava
sources (#2559)v1.7.0
Improvements
General
Kotlin
1.7.0,IntelliJ
Platform 213Java
fields with accessors, now properly interpreted asval
/var
properties (https://github.com/Kotlin/dokka/pull/2481, https://github.com/Kotlin/dokka/pull/2532, https://github.com/Kotlin/dokka/pull/2540)@Deprecated
members withHIDDEN
level (https://github.com/Kotlin/dokka/pull/2486)HTML format
Javadoc format
Javadoc
pages generation deterministic (https://github.com/Kotlin/dokka/pull/2479)jQuery
to avoid multiple CVEs, thanks to @ToppleTheNun (https://github.com/Kotlin/dokka/issues/1938)GFM format
Kotlin-as-Java plugin
Java
access modifiers into function signatures, thanks to @tripolkaandrey (https://github.com/Kotlin/dokka/pull/2510)Gradle runner
dokka-analysis
dependencycompileOnly
, this should help avoid compatibility problems if different versions ofKotlin
are bundled inGradle
andDokka
(https://github.com/Kotlin/dokka/pull/2521)Gradle
tasks, thanks to @3flex (https://github.com/Kotlin/dokka/pull/2500)Gradle
runner, thanks to @3flex (https://github.com/Kotlin/dokka/pull/2502)Gradle
runner, thanks to @3flex (https://github.com/Kotlin/dokka/pull/2501)Fixes
General bugfixes
Security
log4j
1.2 that came as a transitive dependency (https://github.com/Kotlin/dokka/issues/2488)Plugin API
base.ftl
template: nowheader.ftl
,footer.ftl
andpage_metadata.ftl
can be overridden individually (https://github.com/Kotlin/dokka/pull/2432)Other
Thanks to all the contributors!
v1.6.21
This is a bugfix release that mostly enables building documentation for multiplatform projects that utilize
.klib
libraries.Changes
jsoup
dependency to avoid CVE-2021-37714 (#2448)Bugfixes
KLIB
libraries for common platform, previously led toERROR CLASS
instead of references in documentation (#2441)v1.6.20
Features
documentedVisibilities
setting that allows including/excluding any visibility modifier in documentation. This is a more flexible replacement forincludeNonPublic
, which has now been deprecated (https://github.com/Kotlin/dokka/pull/2270)HTML format changes
val
/var
keywords and default values (https://github.com/Kotlin/dokka/pull/2313)Bugfixes
OutOfMemoryError: Metaspace
-related issues for the majority of cases (https://github.com/Kotlin/dokka/pull/2216)@
symbol within code blocks in.md
files doesn't lead to cropped documents anymore (https://github.com/Kotlin/dokka/pull/2418)isBoolean
instead ofgetBoolean
(https://github.com/Kotlin/dokka/pull/2356), thanks to @CharlesG-Branch!Plugin API Changes
General Improvements
package-info.java
(https://github.com/Kotlin/dokka/pull/2331), thanks to @ember-rose!<h1>
/<h2>
/<h3>
) in Javadoc (https://github.com/Kotlin/dokka/pull/2345), thanks to @asfalcone!expect
-actual
keywords (https://github.com/Kotlin/dokka/pull/2316)Known issues
.klib
libraries may experience problems. There will be a separate1.6.21
release that will address this issue shortly.v1.6.10
Changes
Bugfixes
java.util.zip.ZipException
for JS dependencies (https://github.com/Kotlin/dokka/pull/2258)<dl>
) used in JavaDocs (https://github.com/Kotlin/dokka/pull/2259)Maintenance
de.undercouch.download
to 4.1.2 (https://github.com/Kotlin/dokka/pull/2268)kotlinx.coroutines
to 1.6.0 in integration tests (https://github.com/Kotlin/dokka/pull/2276)v1.6.0
Changes:
expect
andactual
in signaturesConfiguration
📅 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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.