Skip to content

Commit

Permalink
2022.12.13
Browse files Browse the repository at this point in the history
Signed-off-by: Tóth István Zoltán <[email protected]>
  • Loading branch information
toth-istvan-zoltan committed Dec 13, 2022
1 parent a69f078 commit 15419c5
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 15 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/zakadabar/gradle/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
package zakadabar.gradle

object Versions {
const val zakadabar = "2022.11.9"
const val zakadabar = "2022.12.13"

val isSnapshot = zakadabar.contains("SNAPSHOT")

Expand Down
11 changes: 0 additions & 11 deletions doc/changelog/Next.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,3 @@ This page contains the changes included in the next release.
Changes with marker **very low** and such are technically breaking changes. However, they are
not major modifications and in most cases they should not break anything. Notes after the marker
are the places worth to check. If you extended them you may have to apply the change to your own class also.

## Core

**changed**

If `styles.useNativeDateInput` is true, using date time picker in the following fields:

- ZkPropLocalDateTimeField
- ZkPropOptLocalDateTimeField
- ZkValueLocalDateTimeField
- ZkValueOptLocalDateTimeField
3 changes: 2 additions & 1 deletion doc/changelog/TOC.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
* [2022.11.9](./archive/2022.11.9.md)
* [2022.12.13](./archive/2022.12.13.md)
* [Archive]()
* [2022.12.13](./archive/2022.12.13.md)
* [2022.11.9](./archive/2022.11.9.md)
* [2022.10.19](./archive/2022.10.19.md)
* [2022.9.23](./archive/2022.9.23.md)
Expand Down
2 changes: 0 additions & 2 deletions doc/changelog/archive/2022.10.19.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# 2022.10.19

This page contains the changes included in the next release.

## Legend

Changes with marker **very low** and such are technically breaking changes. However, they are
Expand Down
1 change: 1 addition & 0 deletions doc/changelog/archive/2022.11.9.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 2022.11.9

## Legend

Changes with marker **very low** and such are technically breaking changes. However, they are
Expand Down
22 changes: 22 additions & 0 deletions doc/changelog/archive/2022.12.13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 2022.12.13

## Legend

Changes with marker **very low** and such are technically breaking changes. However, they are
not major modifications and in most cases they should not break anything. Notes after the marker
are the places worth to check. If you extended them you may have to apply the change to your own class also.

## Core

**changed**

If `styles.useNativeDateInput` is true, using date time picker in the following fields:

- ZkPropLocalDateTimeField
- ZkPropOptLocalDateTimeField
- ZkValueLocalDateTimeField
- ZkValueOptLocalDateTimeField

## Lib: Schedule

- fix missing transaction in dispatcher

0 comments on commit 15419c5

Please sign in to comment.