Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-26 | [K2] Support kotlin-as-java and javadoc plugins and update version of ↵ | Vadim Mishenev | |
Analysis API (#3227) * Implement InheritanceBuilder and for symbols * Enable tests for as-java and javadoc plugins and fix some * Update the version of Analysis API and enable test * Use assert from kotlin.test * Rename `descriptorInheritanceBuilder` * Fix after rebasing * Mute test `two classes from different packages` | |||
2023-10-16 | Update Dokka's references to 1.9.10 (#3210) | Ignat Beresnev | |
2023-09-01 | Update Dokka's references to 1.9.0 (#3154) | Ignat Beresnev | |
2023-08-31 | Update copyright (#3149) | Ignat Beresnev | |
* Add the default copyright profile and enable IDEA project settings * Add the license notice file | |||
2023-08-30 | Migrate to JUnit 5 and unify used test API (#3138) | Ignat Beresnev | |
2023-08-07 | Get rid of bintray and jcenter mentions in our buildscript (#3109) | Vsevolod Tolstopyatov | |
Otherwise, our integration tests try to resolve these repositories on failures | |||
2023-08-04 | Update examples and tests to use Kotlin 1.9.0 (#3101) | Ignat Beresnev | |
* Opt into foreign API for CPointed * Stop using the deprecated JS backend | |||
2023-06-06 | Update Dokka's references to 1.8.20 (#3028) | Ignat Beresnev | |
2023-05-24 | update mobile view and some bugs (#2836) | Konstantin Chernenko | |
* Fix dark theme bugs: mobile TOC is visible on 1px and has white background, menu icon is black * Refactoring css styles for header controls * Change header responsive layout * Change header responsive layout * Fix scrollable columns for any header size * Remove main content mobile spacing * Change style for platform filters and labels * Fix: add burger icon into dist * Fix: long code token in mobile view * Fix: color in filter selector * Fix: long token in keyValue for desktop * Fix: add spacing for iPad Mini * Fix: dropdown for multiple versions * update platform brand colors * Fix: sample spacing, blockquote, playground initialize * Safari fix outline for platform tags * Fix non-js main content for better SEO * Fix outline for safari browser * Add consistent vertical spacing for header. It should normalize subpixel artifacts and centred content. * Update manual for custom logo * Add comment for playground * Hide copy button for non-js user * fix; use google fonts * feat; change style for platform in platform-tags * Revert Inter as defult font * Add breaks for CONSTANTS * incorrect non-js script position * less specific selector for article links | |||
2023-04-25 | Simplify multimodule source link configuration example (#2974) | Ignat Beresnev | |
2023-04-21 | Add source links to the dokka-multimodule-example project (#2966) | Ignat Beresnev | |
2023-03-28 | Fix example project links in README (#2943) | Ignat Beresnev | |
Fixes #2932 The table was copy-pasted from the parent examples directory without changing relative links | |||
2023-03-17 | Introduce Gradle Version Catalog with type-safe project dependencies (#2884) | aSemy | |
2023-03-13 | Remove unnecessary brackets from plugin versions (#2916) | aSemy | |
2023-03-08 | Migrate kotlinOptions to compilerOptions (#2883) | Goooler | |
More information: https://kotlinlang.org/docs/gradle-compiler-options.html#how-to-define-options | |||
2023-03-06 | Update Dokka references to 1.8.10 (#2898) | Ignat Beresnev | |
2023-02-10 | Update Kotlin to 1.8.10 (#2797) | Ignat Beresnev | |
2023-01-30 | Bump Gradle to 7.6 (#2756) | Goooler | |
2023-01-19 | Revise README documentation for examples and plugins (#2736) | Ignat Beresnev | |
2023-01-10 | Revise documentation (#2728) | Ignat Beresnev | |
Co-authored-by: Sarah Haggarty <sarahhaggarty@users.noreply.github.com> | |||
2022-10-12 | Update documentation and examples for 1.7.20 (#2697) | Ignat Beresnev | |
2022-10-04 | Update Kotlin to 1.7.20 (#2692) | Ignat Beresnev | |
2022-09-27 | Update Kotlin to 1.7.20-RC (#2682) | Ignat Beresnev | |
2022-08-24 | Bump Gradle to 7.5.1 (#2618) | Goooler | |
2022-08-22 | Fix path in versioning example on Windows (#2632) | Vadim Mishenev | |
2022-08-17 | Update dokka-customFormat-example to use up-to-date logo styles (#2608) | Ignat Beresnev | |
2022-07-13 | Update references and documentation to Dokka 1.7.10 (#2566) | Ignat Beresnev | |
2022-07-08 | Revise developer guides documentation (#2523) | Ignat Beresnev | |
2022-07-08 | Update Kotlin to 1.7.10 (#2564) | Ignat Beresnev | |
2022-06-20 | Update documentation and examples to Dokka 1.7.0 (#2542) | Ignat Beresnev | |
2022-04-25 | Update documentation and examples to Dokka 1.6.21 (#2465) | Ignat Beresnev | |
2022-04-15 | Update documentation, examples and test references to 1.6.20 (#2440) | Ignat Beresnev | |
* Update documentation/example/test references to 1.6.20 * Mute Multiplatform0GradleIntegrationTest due to missing KLIB support * Update gradle and AGP versions to the latest | |||
2022-02-09 | Trigger publishing of dokka-versioning-multimodule-example | vmishenev | |
2022-02-09 | Update Gradle in examples | vmishenev | |
Trigger publishing of dokka-versioning-multimodule-example | |||
2021-12-27 | Update Dokka examples and readme to 1.6.10 (#2293) | Ignat Beresnev | |
2021-12-08 | Fix for repositories not defined issue in versioning multimodule example (#2263) | rajdeep | |
2021-11-23 | Add sample project of versioning multi module (#2170) | vmishenev | |
* Add sample project of versioning multi module * Add sample task to generate previously docs * Update Gradle version * Update Kotlin version | |||
2021-11-23 | Update README, docs and examples to 1.6 (#2237) | vmishenev | |
2021-11-13 | Bump gradle to 7.3 (#2224) | Goooler | |
2021-09-23 | Update examples to 1.5.30 (#2145) | Marcin Aman | |
2021-09-21 | Bump gradle to 7.2 (#2144) | Goooler | |
* Bump gradle to 7.2 * Bump gradle to 7.2 under examples * Add .gitattributes rule of eol | |||
2021-07-28 | Migrate Dokka examples to Dokka repo (KT-47798) (#2030) | vmishenev | |
* Migrate Dokka examples to Dokka repo (KT-47798) * Configure workflow of examples checking * Add workflow to deploy examples |