All notable changes to this template will be documented in this file.
- Update to kotlin 2.1.0
- Update to kslides-core 0.24.0
- Removed transitive gradle dependencies with api instead of implementation
id 'org.jetbrains.kotlin.jvm' version '2.1.0'
inplugins{}
kslides_version=0.24.0
- Update to kotlin 2.0.0
- Update to kslides-core 0.22.0
- Update to srcref 1.6.0
id 'org.jetbrains.kotlin.jvm' version '2.0.0'
inplugins{}
kslides_version=0.22.0
srcref_version=1.6.0
- Replace the
docs/revealjs
dir with the contents from this release
- Update to kotlin 1.9.10
- Update to kslides-core 0.21.0
- Update to srcref 1.2.0
id 'org.jetbrains.kotlin.jvm' version '1.9.20'
inplugins{}
kslides_version=0.21.0
srcref_version=1.2.0
- Update to kotlin 1.9.10
- Update to revealjs 5.0.0
- Update to CopyCode 1.1.2
- Update to kslides-core 0.20.1
- Add support for revealjs Scroll View
id 'org.jetbrains.kotlin.jvm' version '1.9.10'
inplugins{}
id 'com.github.ben-manes.versions' version '0.49.0'
inplugins{}
- Replace the
docs/revealjs
dir with the contents from this release
- Update to newest grade.properties
Update jars
- Replace the
docs/revealjs
dir with the contents from this release
css_version=1.0.0-pre.554
kslides_version=0.10.0
Update jars
id 'org.jetbrains.kotlin.jvm' version '1.9.10'
inplugins{}
css_version=1.0.0-pre.550
kslides_version=0.18.2
ktor_version=2.3.0
srcref_version=1.0.25
Update jars
id 'org.jetbrains.kotlin.jvm' version '1.8.20'
inplugins{}
css_version=1.0.0-pre.532
kslides_version=0.18.1
ktor_version=2.2.4
srcref_version=1.0.23
Update jars
id 'org.jetbrains.kotlin.jvm' version '1.8.0'
inplugins{}
css_version=1.0.0-pre.467
kslides_version=0.17.0
ktor_version=2.2.1
srcref_version=1.0.18
Update jars
- Replace the
docs/revealjs
dir with the contents from this release
css_version=1.0.0-pre.454
kslides_version=0.16.0
Update jars
id 'org.jetbrains.kotlin.jvm' version '1.7.21'
inplugins{}
id 'com.github.ben-manes.versions' version '0.44.0'
inplugins{}
css_version=1.0.0-pre.453
kslides_version=0.15.3
ktor_version=2.1.3
srcref_version=1.0.17
Update jars
id 'com.github.ben-manes.versions' version '0.43.0'
inplugins{}
css_version=1.0.0-pre.408
kslides_version=0.15.2
srcref_version=1.0.14
Update jars
srcref_version=1.0.12
Update jars
id 'org.jetbrains.kotlin.jvm' version '1.7.20'
inplugins{}
css_version=1.0.0-pre.397
kslides_version=0.15.1
ktor_version=2.1.2
plotly_version=0.5.0
srcref_version=1.0.10
Change diagram.content
to diagram.source
.
css_version=1.0.0-pre.388
kslides_version=0.14.1
Added support for Kroki diagrams and removed iframes-based Mermaid diagrams.
css_version=1.0.0-pre.387
kslides_version=0.14.0
Converted Mermaid diagrams to use iframes.
css_version=1.0.0-pre.383
kslides_version=0.13.3
ktor_version=2.1.1
Added support for topLeftSvgClass, topLeftSvgStyle, topRightSvgClass, and topRightSvgStyle.
css_version=1.0.0-pre.381
kslides_version=0.13.2
Added support for topLeftSvgSrc and topRightSvgSrc.
css_version=1.0.0-pre.380
kslides_version=0.13.1
ktor_version=2.1.0
srcref_version=1.0.9
kslides_version=0.12.2
Added support for Mermaid diagrams.
- plotly support is now in a separate module:
com.github.kslides.kslides:kslides-plotly
kslides_version=0.12.0
plotly_version=0.5.3-dev-1
css_version=1.0.0-pre.365
id 'org.jetbrains.kotlin.jvm' version '1.7.10'
inplugins{}
kslides_version=0.11.0
ktor_version=2.0.3
css_version=1.0.0-pre.357
id 'org.jetbrains.kotlin.jvm' version '1.7.0'
inplugins{}
css_version=1.0.0-pre.343
kslides_version=0.10.6
srcref_version=1.0.8
utils_version=1.27.0
css_version=1.0.0-pre.341
kslides_version=0.10.4
ktor_version=2.0.2
logging_version=2.1.23
srcref_version=1.0.7
utils_version=1.26.0
Added a /favicon.ico
file.
- Add
docs/favicon.ico
- Add
src/main/resources/public/favicon.ico
and run./gradlew clean build
kslides_version=0.10.3
Added support for including srcref GitHub links.
kslides_version=0.10.2
css_version=1.0.0-pre.340
plotly_version=0.5.2-dev-2
- Add
srcref_version=1.0.3
- Add
implementation "com.github.pambrose:srcref:$srcref_version"
todependencies{}
Added support for specifying playground css, which is useful for increasing
the playground font size, as seen here.
Playground css values are specified in any PlaygroundConfig css{}
block
using the CSS DSL or via css strings.
kslides_version=0.10.1
css_version=1.0.0-pre.338
Added support for plotly-kt (Example)
- Add
plotly_version=0.5.1-dev-4
- Add
maven { url = 'https://repo.kotlin.link' }
torepositories{}
- Add
implementation "space.kscience:plotlykt-core:$plotly_version"
todependencies{}
kslides_version=0.10.0
jvmTarget = '11'
in compileKotlin.kotlinOptions and compileTestKotlin.kotlinOptions
kslides_version=0.9.0