dokka v1.4.20 Release Notes

Release Date: 2020-12-03 // over 3 years ago
  • ๐Ÿ’ฅ Breaking changes

    ๐Ÿ‘Œ 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