mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-10-31 21:43:50 +00:00
5.5 KiB
5.5 KiB
Changelog
0.5.0
- Fully rework
Dialog
elements
0.4.3
- Add opportunity to now show dialog automatically
0.4.2
Compose
:1.2.2
0.4.1
- Now it is possible to use
StandardInput
with simpleT
types instead of states List
may accept anyIterable
0.4.0
Kotlin
:1.7.20
Compose
:1.2.1
0.2.2
- Add support of
Drop
component - Improve support of
Navbar
s
0.2.1
Tab
elements become supported
0.2.0
ALL DEPRECATIONS HAVE BEEN REMOVED
Kotlin
:1.7.0
Compose
:1.2.0-alpha01-dev753
0.1.10
Grid
support improvements
0.1.9
Artile
elements become supportedIconnav
elements become supportedLeader
elements become supportedGrid
support improvements
0.1.8
Compose
:1.2.0-alpha01-dev731
0.1.7
Add Toggle builder
0.1.6
- Add support of UIKitButton size and group
0.1.5
- Fix access to
UIKitSticky
0.1.4
- Improvements in
UIKitGrid
- Add support of
UIKitSticky
0.1.3
- Add support of sections
- Improve support of navbars
0.1.2
- New typealias
AttrsWithContentBuilder
- Old
DList
and related composable functions removed (they are built-in in compose)
0.1.1
Compose
:1.2.0-alpha01-dev686
0.1.0
Kotlin
=1.6.21
Compose
:1.2.0-alpha01-dev683
0.0.53
- Improvements in
UIKitPadding
- Add support of UIKit lists
0.0.52
- Improve work with UIKitModifiers
0.0.51
- New interface
Dropdown
which will be used to create (or retrieve) dropdown for an element - New attribute in
NavItemElement
for configuration ofA
element
0.0.50
- Add opportunity to customize content in title of
Nav
after text
0.0.49
- Now it is possible to use optional title in navs builders
0.0.48
- Added support of
Breadcrumb
- Add opportunity to summarize
UIKitModifier
- Add opportunity to simply create attributes builder using
UIKitModifier
of array of them
0.0.47
- Add support of
Close
element
0.0.46
- Add support of
UIKitOverlay
- Add support of
UIKitInverse
0.0.45
- Add support of containers in
UIKitContainer
modifiers andContainer
function
0.0.44
Versions
:Compose
:1.1.0
->1.1.1
0.0.43
- Several new extensions for
UIKitModifier
likeUIKitModifier#onSmallScreen
- Support of
Tile
0.0.42
- Migration to compose 1.1.0
- Replaces according to it
0.0.41
- Add
DropArea
- Add
UIKitPlaceholder
UIKitForm#Custom
now have nullable param target- Add
UIKitUtility#Link
- Add
DescriptionList
and several support composable functions
0.0.40
- All
DefaultTable
functions now useIterable
as data type
0.0.39
- Add support of
Notifications
0.0.38
- Add support of
Toggle
- Attributes collection now can be concatenated
0.0.37
Dialog
now do not add auto margin by default- Support of
Accordion
element
0.0.36
- Reorder arguments in
DefaultComment
fun - Add
Vertical
andHorizontal
members in margins - Add
afterHeaderBuilder
andbeforeFooterBuilder
properties inDialog
fun - Add
UIKitCustom
to be able for simple creating of custom modifiers - Add support of
UIKitForm
0.0.35
- Add
UIKitModal
- Improve work with dialogs
0.0.34
- Add
Alert
- Add
Animation#KenBurns
0.0.33
- Fixes in attributes building and related things
0.0.32
- Support of
UIKitHeight
- New builder
AttributesBuilder
- New
Percents
/Pixels
abstractions - Fixes in
UIKitWidth#Fixed
classnames
0.0.31
- Support of
UIKitVisibility
0.0.30
- Add
UIKitComment
- Including of
Comment
element - Upfill
UIKitSubNav
0.0.29
- Unfilling of
UIKitText
0.0.28
- Fixes in
UIKitWidth
0.0.27
TextField
has been renamed toStandardInput
StandardInput
now will look for changes in state
0.0.26
- Add UIKitColumn
0.0.25
- Full including of divider
0.0.24
- Add opportunity to fill space between header and body of table
0.0.23
- New parameter of tables
headerCustomizer
0.0.22
- Add opportunity to customize table header cells
0.0.21
- Upfill
UIKitWidth
- New extension
UIKitModifier#applyWhenScreenSizeIs
0.0.20
- Remove type of button from
DefaultButton
and add companion toUIKitButton
to be able to useuk-button
class
0.0.19
- Create
Card
s implementation - Upgrade
Label
composable draw and createUIKitLabel
modifiers
0.0.18
- Add base companion for
UIKitFlex
with result classuk-flex
0.0.17
- In
DefaultTable
headingCustomizer
has been renamed toheaderCellCustomizer
- Add index and title parameters for
headerCellCustomizer
inDefaultTable
0.0.16
- Add opportunity to customize
NavDivider
0.0.15
- Add support of link icons
0.0.14
- Add DefaultTable parameter cellCustomizer
0.0.13
- Add
Icon#Custom
0.0.12
- Add
rowAttributes
to table fun
0.0.11
- Upfill
Nav
andUIKitNav
0.0.10
- Filling of
UIKitUtility
0.0.9
- Improving of
Nav
support
0.0.8
Removing of redundant non standard things
0.0.7
Rewrite project onto multiplatform paradigm and return back varargs instead of most Array<UIKitModifier>
0.0.6
Changes in signatures of text field and list
0.0.5
All elements has changed their signatures: they all will accept an additional lambda for attributes configuration
0.0.4
Migrate modifers to modifiers
0.0.3
Global changes in packages
0.0.2
- Name of project has been changed:
jsuikitkotlin
->kjsuikit
0.0.1
It is first version. Here project has been created and added a lot of implementations of elements