mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2026-04-03 16:12:59 +00:00
5.6 KiB
5.6 KiB
Changelog
0.5.2
- More fixes in Dialogs
- Badge supported
- Inline creation support
0.5.1
- Fixes in new
Dialogs
0.5.0
- Fully rework
Dialogelements
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
StandardInputwith simpleTtypes instead of states Listmay accept anyIterable
0.4.0
Kotlin:1.7.20Compose:1.2.1
0.2.2
- Add support of
Dropcomponent - Improve support of
Navbars
0.2.1
Tabelements become supported
0.2.0
ALL DEPRECATIONS HAVE BEEN REMOVED
Kotlin:1.7.0Compose:1.2.0-alpha01-dev753
0.1.10
Gridsupport improvements
0.1.9
Artileelements become supportedIconnavelements become supportedLeaderelements become supportedGridsupport 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
DListand 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.21Compose: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
Dropdownwhich will be used to create (or retrieve) dropdown for an element - New attribute in
NavItemElementfor configuration ofAelement
0.0.50
- Add opportunity to customize content in title of
Navafter 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
UIKitModifierof array of them
0.0.47
- Add support of
Closeelement
0.0.46
- Add support of
UIKitOverlay - Add support of
UIKitInverse
0.0.45
- Add support of containers in
UIKitContainermodifiers andContainerfunction
0.0.44
Versions:Compose:1.1.0->1.1.1
0.0.43
- Several new extensions for
UIKitModifierlikeUIKitModifier#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#Customnow have nullable param target- Add
UIKitUtility#Link - Add
DescriptionListand several support composable functions
0.0.40
- All
DefaultTablefunctions now useIterableas 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
Dialognow do not add auto margin by default- Support of
Accordionelement
0.0.36
- Reorder arguments in
DefaultCommentfun - Add
VerticalandHorizontalmembers in margins - Add
afterHeaderBuilderandbeforeFooterBuilderproperties inDialogfun - Add
UIKitCustomto 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/Pixelsabstractions - Fixes in
UIKitWidth#Fixedclassnames
0.0.31
- Support of
UIKitVisibility
0.0.30
- Add
UIKitComment - Including of
Commentelement - Upfill
UIKitSubNav
0.0.29
- Unfilling of
UIKitText
0.0.28
- Fixes in
UIKitWidth
0.0.27
TextFieldhas been renamed toStandardInputStandardInputnow 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
DefaultButtonand add companion toUIKitButtonto be able to useuk-buttonclass
0.0.19
- Create
Cards implementation - Upgrade
Labelcomposable draw and createUIKitLabelmodifiers
0.0.18
- Add base companion for
UIKitFlexwith result classuk-flex
0.0.17
- In
DefaultTableheadingCustomizerhas been renamed toheaderCellCustomizer - Add index and title parameters for
headerCellCustomizerinDefaultTable
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
rowAttributesto table fun
0.0.11
- Upfill
NavandUIKitNav
0.0.10
- Filling of
UIKitUtility
0.0.9
- Improving of
Navsupport
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