Compare commits

..

No commits in common. "1af5faa440abb6db44e6b6dc761128c29fed3453" and "846b5c87c985ea57bda6ea5f287ccf3096475222" have entirely different histories.

3 changed files with 2 additions and 19 deletions

View File

@ -1,10 +1,5 @@
# Changelog
## 0.10.8
* `Common`
* Add `Element.isOverflow*` extension properties
## 0.10.7
* `Pagination`:

View File

@ -1,12 +0,0 @@
package dev.inmo.micro_utils.common
import org.w3c.dom.Element
inline val Element.isOverflowWidth
get() = scrollWidth > clientWidth
inline val Element.isOverflowHeight
get() = scrollHeight > clientHeight
inline val Element.isOverflow
get() = isOverflowHeight || isOverflowWidth

View File

@ -14,5 +14,5 @@ crypto_js_version=4.1.1
# Project data
group=dev.inmo
version=0.10.8
android_code_version=123
version=0.10.7
android_code_version=122