dokka v1.4.20 Release Notes
Release Date: 2020-12-03 // over 2 years ago-
๐ฅ Breaking changes
prefix
was replaced bymatchingRegex
#598, thanks @martinbonnin
๐ Improvements and bug fixes
- ๐ Dokka is now build using Kotlin 1.4.20
- javadoc now handles
@inheritDoc
annotation #1608 - breadcrumbs improvements in html format #1590
- functions and properties can be divided into inherited and declared #1535
- argument order is now preserved #1619, thanks @gzoritchak
- page navigation now has correct height on Safari #1633
Previous changes from v1.4.10
-
Main features:
- The New HTML format is much more mobile-friendly - #1279
- Kotlin 1.4.10
๐ Improvements:
Javadoc:
- โ added subclasses page
- โ added deprecated page
Other:
- โ added favicon in HTML format
- ๐ simplified where documentation for modules is being searched for - #1265
๐ Bugs fixed:
- Asterisks in KDoc cause the chunk of text to be ripped off - #1368
- Missing variance in classlike signatures - #1384
- NullPointerException on images - #1424
- Javadoc version number is always 0.0.1 - #1406
- ๐ฆ Codeblocks from package markdown are not displayed in HTML - #1371
- ๐ Change substituting typealiases with actual types - #1447
- NotImplementedError after migrating from 0.10.1 to 1.4.0-rc-24 - #1255
- Kotlin as Java should translate type aliases - #1115
- ๐ฆ Show fully qualified name for typealias target coming from different package - #950