kjsuikit/CHANGELOG.md

139 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

2022-01-13 21:36:28 +06:00
# Changelog
2022-02-08 18:48:20 +06:00
## 0.0.32
* Support of `UIKitHeight`
* New builder `AttributesBuilder`
* New `Percents`/`Pixels` abstractions
2022-02-08 19:12:24 +06:00
* Fixes in `UIKitWidth#Fixed` classnames
2022-01-28 14:14:14 +06:00
## 0.0.31
2022-01-28 14:14:27 +06:00
* Support of `UIKitVisibility`
2022-01-28 14:00:34 +06:00
## 0.0.30
* Add `UIKitComment`
* Including of `Comment` element
* Upfill `UIKitSubNav`
2022-01-26 13:36:49 +06:00
## 0.0.29
2022-01-26 13:37:03 +06:00
* Unfilling of `UIKitText`
2022-01-26 13:19:51 +06:00
## 0.0.28
2022-01-26 13:20:14 +06:00
* Fixes in `UIKitWidth`
2022-01-26 00:50:55 +06:00
## 0.0.27
* `TextField` has been renamed to `StandardInput`
* `StandardInput` now will look for changes in state
2022-01-25 23:44:15 +06:00
## 0.0.26
2022-01-25 23:44:22 +06:00
* Add UIKitColumn
2022-01-25 20:28:34 +06:00
## 0.0.25
2022-01-25 20:28:50 +06:00
* Full including of divider
2022-01-25 20:22:10 +06:00
## 0.0.24
* Add opportunity to fill space between header and body of table
2022-01-25 20:12:48 +06:00
## 0.0.23
2022-01-25 20:13:03 +06:00
* New parameter of tables `headerCustomizer`
2022-01-25 19:34:59 +06:00
## 0.0.22
* Add opportunity to customize table header cells
2022-01-25 13:15:04 +06:00
## 0.0.21
2022-01-25 13:15:37 +06:00
* Upfill `UIKitWidth`
* New extension `UIKitModifier#applyWhenScreenSizeIs`
2022-01-25 12:53:47 +06:00
## 0.0.20
2022-01-25 12:54:19 +06:00
* Remove type of button from `DefaultButton` and add companion to `UIKitButton` to be able to use `uk-button` class
2022-01-25 12:38:37 +06:00
## 0.0.19
* Create `Card`s implementation
* Upgrade `Label` composable draw and create `UIKitLabel` modifiers
2022-01-25 11:22:36 +06:00
## 0.0.18
2022-01-25 11:24:58 +06:00
* Add base companion for `UIKitFlex` with result class `uk-flex`
2022-01-25 00:00:42 +06:00
## 0.0.17
* In `DefaultTable` `headingCustomizer` has been renamed to `headerCellCustomizer`
* Add index and title parameters for `headerCellCustomizer` in `DefaultTable`
2022-01-24 21:39:40 +06:00
## 0.0.16
* Add opportunity to customize `NavDivider`
2022-01-21 22:41:18 +06:00
## 0.0.15
2022-01-21 22:41:26 +06:00
* Add support of link icons
2022-01-21 22:16:03 +06:00
## 0.0.14
* Add DefaultTable parameter cellCustomizer
2022-01-21 21:37:07 +06:00
## 0.0.13
2022-01-21 21:37:16 +06:00
* Add `Icon#Custom`
2022-01-21 20:27:31 +06:00
## 0.0.12
* Add `rowAttributes` to table fun
2022-01-21 11:30:47 +06:00
## 0.0.11
2022-01-21 11:31:00 +06:00
* Upfill `Nav` and `UIKitNav`
2022-01-21 10:55:01 +06:00
## 0.0.10
2022-01-21 10:55:14 +06:00
* Filling of `UIKitUtility`
2022-01-20 19:46:30 +06:00
## 0.0.9
2022-01-20 19:56:46 +06:00
* Improving of `Nav` support
2022-01-13 21:36:28 +06:00
## 0.0.8
2022-01-13 21:36:39 +06:00
Removing of redundant non standard things
2022-01-13 19:56:09 +06:00
## 0.0.7
Rewrite project onto multiplatform paradigm and return back varargs instead of most `Array<UIKitModifier>`
2022-01-13 13:49:41 +06:00
## 0.0.6
2022-01-13 13:49:58 +06:00
Changes in signatures of text field and list
2022-01-13 11:54:20 +06:00
## 0.0.5
All elements has changed their signatures: they all will accept an additional lambda for attributes configuration
2022-01-12 19:58:34 +06:00
## 0.0.4
2022-01-12 19:58:52 +06:00
__Migrate modifers to modifiers__
2022-01-12 16:27:37 +06:00
## 0.0.3
2022-01-12 16:27:49 +06:00
__Global changes in packages__
2022-01-12 16:02:32 +06:00
## 0.0.2
2022-01-12 16:04:08 +06:00
* Name of project has been changed: `jsuikitkotlin` -> `kjsuikit`
2021-12-22 14:38:12 +06:00
## 0.0.1
2022-01-12 14:04:56 +06:00
It is first version. Here project has been created and added a lot of implementations of elements