Skip to content

Releases: LDRAlighieri/Composites

0.4.1

10 May 11:14
1ed1266
Compare
Choose a tag to compare
  • Update: Kotlin to v1.9.23.
  • Update: Compose BOM to v2024.05.00.
  • Update: Minor update of other libraries.

0.4.0

03 Feb 17:23
f85f2d1
Compare
Choose a tag to compare
  • New: Carbon(composites-carbon) module:
    • KSP Route objects generation that help with navigation based on the Navigation Component
    • Default arguments support (without reflection)
    • Enums support
  • Update: Fiberglass(composites-fiberglass) module:
    • Add position index to item slot
    • Add key and contentType factories
  • Update: Kotlin to v1.9.22.
  • Update: Compose BOM to v2024.01.00.
  • Update: Minor update of other libraries.

0.3.1

20 Dec 18:44
73888fa
Compare
Choose a tag to compare
  • Update: Kotlin to v1.9.21.
  • Update: Compose BOM to v2023.10.01.
  • Update: Minor update of other libraries.

0.3.0

21 Aug 08:47
7d219da
Compare
Choose a tag to compare
  • Update: Fiberglass(composites-fiberglass) module:
    • Fiberglass items now Stable
    • FiberglassFlowColumn and FiberglassFlowRow API
  • Update: Target SDK to v34.
  • Update: Kotlin to v1.9.0.
  • Update: Compose BOM to v2023.08.00.
  • Update: Minor update of other libraries.

0.2.0

24 Jun 19:59
20025d5
Compare
Choose a tag to compare
  • New: Fiberglass(composites-fiberglass) composites:
    • Fiberglass flow column Composite
    • Fiberglass flow row Composite
    • Fiberglass lazy horizontal grid Composite
    • Fiberglass lazy vertical grid Composite
    • Fiberglass lazy horizontal staggered grid Composite
    • Fiberglass lazy vertical staggered grid Composite
  • Update: Compose BOM to v2023.06.01.
  • Update: Minor update of other libraries.

0.1.2

13 May 19:25
cabc4ba
Compare
Choose a tag to compare
  • Fix: Paging FiberglassLazyColumn after paging-compose v1.0.0-alpha19.
  • Update: Kotlin to v1.8.21.
  • Update: Compose BOM to v2023.05.01.
  • Update: Minor update of other libraries.

0.1.1

28 Jan 15:21
23333de
Compare
Choose a tag to compare
  • Fix: Row and Column key.
  • Update: Row and Column are no longer scrollable by default. You need to explicitly set the scroll state.

0.1.0

15 Jan 17:17
Compare
Choose a tag to compare
  • New: Fiberglass module(composites-fiberglass):
    • Fiberglass column Composite
    • Fiberglass lazy column Composite
    • Fiberglass lazy column Composite for LazyPagingItems
    • Fiberglass lazy column Composite with sticky headers
    • Fiberglass row Composite
    • Fiberglass lazy row Composite
  • Update: Kotlin modules dependency to v1.8.0.
  • Update: Compose BOM to v2023.01.00.