kjsuikit/CHANGELOG.md

391 lines
6.3 KiB
Markdown
Raw Permalink Normal View History

2022-01-13 15:36:28 +00:00
# Changelog
2024-03-17 08:16:26 +00:00
## 0.7.6
2024-03-17 08:17:19 +00:00
* `Kotlin`: `1.9.23`
* `Compose`: `1.6.1`
2024-03-13 05:46:07 +00:00
## 0.7.5
2024-03-13 05:48:35 +00:00
* `Kotlin`: `1.9.22`
* `Compose`: `1.6.0`
2023-11-26 15:14:08 +00:00
## 0.7.4
2023-11-26 15:14:31 +00:00
* `Kotlin`: `1.9.21`
* `Compose`: `1.5.11`
2023-11-26 15:14:08 +00:00
## 0.7.3
2023-09-06 19:09:03 +00:00
2023-11-02 16:24:34 +00:00
* `Kotlin`: `1.9.20`
* `Compose`: `1.5.10`
## 0.7.2
2023-09-06 19:12:39 +00:00
* `Kotlin`: `1.9.10`
* `Compose`: `1.5.1`
2023-06-19 10:38:49 +00:00
## 0.7.1
2023-06-19 10:42:41 +00:00
* Type of `animation` parameter in `Alert` has been changed according to docs: now it is `Boolean`
* Add tooltip `JS` part support
2023-04-13 06:08:43 +00:00
## 0.7.0
2023-04-13 06:09:01 +00:00
* `Kotlin`: `1.8.20`
* `Compose`: `1.4.0`
2023-03-10 09:06:55 +00:00
## 0.6.2
* `Compose`: `1.3.1`
2023-03-05 08:35:56 +00:00
## 0.6.1
2023-03-05 08:41:30 +00:00
* `DefaultInput` has been renamed to `StandardInput`
2023-03-05 08:37:57 +00:00
* `Compose`: `1.3.1-rc02`
2023-02-28 06:20:49 +00:00
## 0.6.0
2023-02-28 06:21:43 +00:00
* `Kotlin`: `1.8.10`
2023-02-28 06:35:34 +00:00
* `Compose`: `1.3.1-rc01`
2023-02-28 06:21:43 +00:00
2023-01-23 06:50:03 +00:00
## 0.5.2
2023-01-26 16:44:07 +00:00
* More fixes in Dialogs
* Badge supported
* Inline creation support
2023-01-13 06:49:25 +00:00
## 0.5.1
2023-01-13 07:25:14 +00:00
* Fixes in new `Dialog`s
2023-01-11 15:35:30 +00:00
## 0.5.0
2023-01-11 15:55:47 +00:00
* Fully rework `Dialog` elements
2023-01-03 12:33:50 +00:00
## 0.4.3
* Add opportunity to now show dialog automatically
2022-12-18 04:07:51 +00:00
## 0.4.2
* `Compose`: `1.2.2`
2022-11-15 15:46:29 +00:00
## 0.4.1
2022-11-15 15:50:15 +00:00
* Now it is possible to use `StandardInput` with simple `T` types instead of states
2022-11-15 18:57:11 +00:00
* `List` may accept any `Iterable`
2022-11-15 15:50:15 +00:00
2022-11-08 01:54:53 +00:00
## 0.4.0
* `Kotlin`: `1.7.20`
* `Compose`: `1.2.1`
2022-09-14 07:01:31 +00:00
## 0.2.2
2022-09-14 07:54:48 +00:00
* Add support of `Drop` component
* Improve support of `Navbar`s
2022-08-20 10:54:54 +00:00
## 0.2.1
2022-08-20 11:43:44 +00:00
* `Tab` elements become supported
2022-08-04 10:53:10 +00:00
## 0.2.0
2022-08-04 11:31:07 +00:00
**ALL DEPRECATIONS HAVE BEEN REMOVED**
2022-08-04 10:53:10 +00:00
* `Kotlin`: `1.7.0`
* `Compose`: `1.2.0-alpha01-dev753`
2022-08-02 12:32:53 +00:00
## 0.1.10
2022-08-02 12:40:17 +00:00
* `Grid` support improvements
2022-07-31 08:57:40 +00:00
## 0.1.9
* `Artile` elements become supported
* `Iconnav` elements become supported
* `Leader` elements become supported
* `Grid` support improvements
2022-07-24 06:04:22 +00:00
## 0.1.8
2022-07-24 06:05:31 +00:00
* `Compose`: `1.2.0-alpha01-dev731`
2022-05-29 03:43:14 +00:00
## 0.1.7
2022-05-29 03:43:23 +00:00
Add Toggle builder
2022-05-23 10:50:50 +00:00
## 0.1.6
* Add support of UIKitButton size and group
2022-05-23 07:08:35 +00:00
## 0.1.5
* Fix access to `UIKitSticky`
2022-05-22 17:21:10 +00:00
## 0.1.4
2022-05-22 17:21:25 +00:00
* Improvements in `UIKitGrid`
2022-05-22 17:45:21 +00:00
* Add support of `UIKitSticky`
2022-05-22 17:21:25 +00:00
2022-05-19 07:21:29 +00:00
## 0.1.3
2022-05-19 07:42:21 +00:00
* Add support of sections
2022-05-19 07:21:39 +00:00
* Improve support of navbars
2022-05-19 06:10:49 +00:00
## 0.1.2
* New typealias `AttrsWithContentBuilder`
* Old `DList` and related composable functions removed (they are built-in in compose)
2022-05-17 06:30:38 +00:00
## 0.1.1
* `Compose`: `1.2.0-alpha01-dev686`
2022-05-06 19:46:31 +00:00
## 0.1.0
2022-04-29 11:28:52 +00:00
2022-04-29 11:29:37 +00:00
* `Kotlin` = `1.6.21`
2022-05-15 17:58:58 +00:00
* `Compose`: `1.2.0-alpha01-dev683`
2022-04-29 11:29:37 +00:00
2022-04-27 09:43:55 +00:00
## 0.0.53
2022-04-27 10:07:07 +00:00
* Improvements in `UIKitPadding`
* Add support of UIKit lists
2022-04-27 09:44:06 +00:00
2022-04-26 08:54:19 +00:00
## 0.0.52
2022-04-26 08:54:26 +00:00
* Improve work with UIKitModifiers
2022-04-15 07:05:20 +00:00
## 0.0.51
* New interface `Dropdown` which will be used to create (or retrieve) dropdown for an element
* New attribute in `NavItemElement` for configuration of `A` element
2022-04-03 17:57:39 +00:00
## 0.0.50
* Add opportunity to customize content in title of `Nav` after text
2022-04-03 10:02:55 +00:00
## 0.0.49
2022-04-03 10:03:13 +00:00
* Now it is possible to use optional title in navs builders
2022-03-30 10:40:51 +00:00
## 0.0.48
2022-03-30 10:41:07 +00:00
* Added support of `Breadcrumb`
2022-03-31 03:12:01 +00:00
* Add opportunity to summarize `UIKitModifier`
* Add opportunity to simply create attributes builder using `UIKitModifier` of array of them
2022-03-30 10:41:07 +00:00
2022-03-25 10:44:50 +00:00
## 0.0.47
2022-03-25 10:45:30 +00:00
* Add support of `Close` element
2022-03-24 11:23:24 +00:00
## 0.0.46
* Add support of `UIKitOverlay`
* Add support of `UIKitInverse`
2022-03-16 10:03:08 +00:00
## 0.0.45
2022-03-16 10:28:32 +00:00
* Add support of containers in `UIKitContainer` modifiers and `Container` function
2022-03-16 10:03:35 +00:00
2022-03-13 08:04:50 +00:00
## 0.0.44
* `Versions`:
* `Compose`: `1.1.0` -> `1.1.1`
2022-03-11 18:05:54 +00:00
## 0.0.43
* Several new extensions for `UIKitModifier` like `UIKitModifier#onSmallScreen`
* Support of `Tile`
2022-03-06 10:18:01 +00:00
## 0.0.42
* Migration to compose 1.1.0
* Replaces according to it
2022-03-02 10:52:24 +00:00
## 0.0.41
* Add `DropArea`
* Add `UIKitPlaceholder`
* `UIKitForm#Custom` now have nullable param target
2022-03-02 11:59:52 +00:00
* Add `UIKitUtility#Link`
2022-03-02 14:27:23 +00:00
* Add `DescriptionList` and several support composable functions
2022-03-01 07:25:37 +00:00
## 0.0.40
* All `DefaultTable` functions now use `Iterable` as data type
2022-02-28 17:54:59 +00:00
## 0.0.39
2022-02-28 17:55:09 +00:00
* Add support of `Notifications`
2022-02-24 18:12:02 +00:00
## 0.0.38
2022-02-24 18:12:20 +00:00
* Add support of `Toggle`
2022-02-24 18:22:17 +00:00
* Attributes collection now can be concatenated
2022-02-24 18:12:20 +00:00
2022-02-23 14:25:13 +00:00
## 0.0.37
2022-02-24 08:42:45 +00:00
* `Dialog` now do not add auto margin by default
2022-02-23 14:25:27 +00:00
* Support of `Accordion` element
2022-02-17 08:56:47 +00:00
## 0.0.36
2022-02-17 08:57:09 +00:00
* Reorder arguments in `DefaultComment` fun
2022-02-17 09:16:30 +00:00
* Add `Vertical` and `Horizontal` members in margins
* Add `afterHeaderBuilder` and `beforeFooterBuilder` properties in `Dialog` fun
2022-02-17 11:46:15 +00:00
* Add `UIKitCustom` to be able for simple creating of custom modifiers
2022-02-17 13:31:31 +00:00
* Add support of `UIKitForm`
2022-02-17 08:57:09 +00:00
2022-02-16 13:53:28 +00:00
## 0.0.35
2022-02-16 13:54:07 +00:00
* Add `UIKitModal`
* Improve work with dialogs
2022-02-09 07:43:11 +00:00
## 0.0.34
* Add `Alert`
* Add `Animation#KenBurns`
2022-02-08 19:18:34 +00:00
## 0.0.33
* Fixes in attributes building and related things
2022-02-08 12:48:20 +00:00
## 0.0.32
* Support of `UIKitHeight`
* New builder `AttributesBuilder`
* New `Percents`/`Pixels` abstractions
2022-02-08 13:12:24 +00:00
* Fixes in `UIKitWidth#Fixed` classnames
2022-01-28 08:14:14 +00:00
## 0.0.31
2022-01-28 08:14:27 +00:00
* Support of `UIKitVisibility`
2022-01-28 08:00:34 +00:00
## 0.0.30
* Add `UIKitComment`
* Including of `Comment` element
* Upfill `UIKitSubNav`
2022-01-26 07:36:49 +00:00
## 0.0.29
2022-01-26 07:37:03 +00:00
* Unfilling of `UIKitText`
2022-01-26 07:19:51 +00:00
## 0.0.28
2022-01-26 07:20:14 +00:00
* Fixes in `UIKitWidth`
2022-01-25 18:50:55 +00:00
## 0.0.27
* `TextField` has been renamed to `StandardInput`
* `StandardInput` now will look for changes in state
2022-01-25 17:44:15 +00:00
## 0.0.26
2022-01-25 17:44:22 +00:00
* Add UIKitColumn
2022-01-25 14:28:34 +00:00
## 0.0.25
2022-01-25 14:28:50 +00:00
* Full including of divider
2022-01-25 14:22:10 +00:00
## 0.0.24
* Add opportunity to fill space between header and body of table
2022-01-25 14:12:48 +00:00
## 0.0.23
2022-01-25 14:13:03 +00:00
* New parameter of tables `headerCustomizer`
2022-01-25 13:34:59 +00:00
## 0.0.22
* Add opportunity to customize table header cells
2022-01-25 07:15:04 +00:00
## 0.0.21
2022-01-25 07:15:37 +00:00
* Upfill `UIKitWidth`
* New extension `UIKitModifier#applyWhenScreenSizeIs`
2022-01-25 06:53:47 +00:00
## 0.0.20
2022-01-25 06:54:19 +00:00
* Remove type of button from `DefaultButton` and add companion to `UIKitButton` to be able to use `uk-button` class
2022-01-25 06:38:37 +00:00
## 0.0.19
* Create `Card`s implementation
* Upgrade `Label` composable draw and create `UIKitLabel` modifiers
2022-01-25 05:22:36 +00:00
## 0.0.18
2022-01-25 05:24:58 +00:00
* Add base companion for `UIKitFlex` with result class `uk-flex`
2022-01-24 18:00:42 +00:00
## 0.0.17
* In `DefaultTable` `headingCustomizer` has been renamed to `headerCellCustomizer`
* Add index and title parameters for `headerCellCustomizer` in `DefaultTable`
2022-01-24 15:39:40 +00:00
## 0.0.16
* Add opportunity to customize `NavDivider`
2022-01-21 16:41:18 +00:00
## 0.0.15
2022-01-21 16:41:26 +00:00
* Add support of link icons
2022-01-21 16:16:03 +00:00
## 0.0.14
* Add DefaultTable parameter cellCustomizer
2022-01-21 15:37:07 +00:00
## 0.0.13
2022-01-21 15:37:16 +00:00
* Add `Icon#Custom`
2022-01-21 14:27:31 +00:00
## 0.0.12
* Add `rowAttributes` to table fun
2022-01-21 05:30:47 +00:00
## 0.0.11
2022-01-21 05:31:00 +00:00
* Upfill `Nav` and `UIKitNav`
2022-01-21 04:55:01 +00:00
## 0.0.10
2022-01-21 04:55:14 +00:00
* Filling of `UIKitUtility`
2022-01-20 13:46:30 +00:00
## 0.0.9
2022-01-20 13:56:46 +00:00
* Improving of `Nav` support
2022-01-13 15:36:28 +00:00
## 0.0.8
2022-01-13 15:36:39 +00:00
Removing of redundant non standard things
2022-01-13 13:56:09 +00:00
## 0.0.7
Rewrite project onto multiplatform paradigm and return back varargs instead of most `Array<UIKitModifier>`
2022-01-13 07:49:41 +00:00
## 0.0.6
2022-01-13 07:49:58 +00:00
Changes in signatures of text field and list
2022-01-13 05:54:20 +00:00
## 0.0.5
All elements has changed their signatures: they all will accept an additional lambda for attributes configuration
2022-01-12 13:58:34 +00:00
## 0.0.4
2022-01-12 13:58:52 +00:00
__Migrate modifers to modifiers__
2022-01-12 10:27:37 +00:00
## 0.0.3
2022-01-12 10:27:49 +00:00
__Global changes in packages__
2022-01-12 10:02:32 +00:00
## 0.0.2
2022-01-12 10:04:08 +00:00
* Name of project has been changed: `jsuikitkotlin` -> `kjsuikit`
2021-12-22 08:38:12 +00:00
## 0.0.1
2022-01-12 08:04:56 +00:00
It is first version. Here project has been created and added a lot of implementations of elements