Releases: linked-planet/ui-kit
Releases · linked-planet/ui-kit
v1.1.2: Fixed isCompact in ExtendedSelectField
v1.1.1: Added isCompact to ExtendedSelectField
- Added isCompact to ExtendedSelectField
v1.1.0: Adding atlaskit menu & extending isCompact for form elements
- Adding atlaskit menu wrapper
- Extending isCompact attribute for extendedFormFields
v1.0.0: Update to Kotlin 1.7.21, styling with emotion and minor improvements
- Upgraded to Kotlin 1.7.21
- Removed kotlin-styled and switched to emotion for CSS-stylings
- Split up showcase items in separate components
Upgrade Hints:
- Adapt the kotlin js plugin in your
build.gradle
:kotlin("js") version "1.7.21"
- Adapt the kotlin serialization plugin in your
build.gradle
:kotlin("plugin.serialization") version "1.7.21"
- Adapt the ktor-client dependency to 2.1.3 in your
build.gradle
:implementation("io.ktor:ktor-client-core:2.1.3")
- Adapt all other kotlin-wrapper dependencies to version
x-pre.456
- Cursor inline styling leads to compile errors in some cases. Therefore add the following plugin:
id("io.github.turansky.kfc.legacy-union") version "5.8.0"
v0.11.0: DateTimeRangeComponent and small fixes
- Extended NestableNavigationContentProps
- DateTimeRangeComponent added
v0.10.1: Specify form fields via properties
Specify form fields via properties and deprecate String version.
Full Changelog: v0.10.0...v0.10.1
v0.10.0: Adds Awesome Slider
Adds the React Awesome Slider (https://github.com/rcaferati/react-awesome-slider).
v0.9.14: Adds Helpers to build Items for NestableNavigationContent
Adds Helpers to build Custom Items/Components that work correctly inside NestableNavigationContent. The default behavior for a component is to be visible on all hierarchy levels, which is usually not what you want.
v0.9.13: Adds useShouldNestedElementRender for NestableNavigationContent
Allows to create custom components that are only rendered at the correct nesting level.
v0.9.12: Adds CustomItem for NestableNavigationContent
CustomItem supports custom functional components in NestableNavigationContent