Skip to content

Releases: linked-planet/ui-kit

v1.1.2: Fixed isCompact in ExtendedSelectField

09 Dec 11:13
4f1a06c
Compare
Choose a tag to compare

v1.1.2: Fixed isCompact in ExtendedSelectField

v1.1.1: Added isCompact to ExtendedSelectField

09 Dec 10:43
7723180
Compare
Choose a tag to compare
  • Added isCompact to ExtendedSelectField

v1.1.0: Adding atlaskit menu & extending isCompact for form elements

09 Dec 09:56
190ae14
Compare
Choose a tag to compare
  • Adding atlaskit menu wrapper
  • Extending isCompact attribute for extendedFormFields

v1.0.0: Update to Kotlin 1.7.21, styling with emotion and minor improvements

07 Dec 06:56
2726039
Compare
Choose a tag to compare
  • 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

22 Nov 08:04
69e95a3
Compare
Choose a tag to compare
  • Extended NestableNavigationContentProps
  • DateTimeRangeComponent added

v0.10.1: Specify form fields via properties

20 Oct 13:48
b64257c
Compare
Choose a tag to compare

Specify form fields via properties and deprecate String version.

Full Changelog: v0.10.0...v0.10.1

v0.10.0: Adds Awesome Slider

13 Oct 09:58
2caca01
Compare
Choose a tag to compare

v0.9.14: Adds Helpers to build Items for NestableNavigationContent

22 Sep 07:51
192c32d
Compare
Choose a tag to compare

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

21 Sep 17:48
b963770
Compare
Choose a tag to compare

Allows to create custom components that are only rendered at the correct nesting level.

v0.9.12: Adds CustomItem for NestableNavigationContent

21 Sep 08:02
8d65cab
Compare
Choose a tag to compare

CustomItem supports custom functional components in NestableNavigationContent