Compare commits

..

4 Commits
0.1.4 ... 0.1.5

Author SHA1 Message Date
68f1879114 Update CHANGELOG.md 2022-05-23 13:08:35 +06:00
f16c93cf0d Update gradle.properties 2022-05-23 13:04:55 +06:00
63dd8f1bf6 Update UIKitSticky.kt 2022-05-23 13:03:29 +06:00
fafb7e7e04 Merge pull request #59 from InsanusMokrassar/0.1.4
0.1.4
2022-05-22 23:46:13 +06:00
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 0.1.5
* Fix access to `UIKitSticky`
## 0.1.4
* Improvements in `UIKitGrid`

View File

@@ -9,4 +9,4 @@ android.enableJetifier=true
# Project data
group=dev.inmo
version=0.1.4
version=0.1.5

View File

@@ -4,7 +4,7 @@ import dev.inmo.jsuikit.utils.buildAttribute
import org.jetbrains.compose.web.css.CSSUnitLengthOrPercentage
import org.jetbrains.compose.web.css.CSSUnitValueTyped
sealed class UIKitSticky(
class UIKitSticky(
position: Position? = null,
start: String? = null,
end: String? = null,