Skip to content

Releases: MineInAbyss/guiy-compose

v0.12.5

10 Nov 23:17
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Paginated and Scrolling menus did not correctly listen to items recomposition - (1c4ed32)

🧪 Testing

  • Update paginated menu example to allow clicking on items to remove them - (1c4ed32)

v0.12.4

20 Aug 11:35
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Correctly calculate size when using Modifier.size on Paginated and Scrollable composables - (bb34982)
  • Try to auto calculate Scrollable size, consider scroll direction as a parameter - (1e63fa9)

v0.12.4-dev.3

20 Aug 10:54
Compare
Choose a tag to compare
v0.12.4-dev.3 Pre-release
Pre-release

🐛 Bug Fixes

  • Correctly calculate size when using Modifier.size on Paginated and Scrollable composables - (bb34982)
  • Try to auto calculate Scrollable size, consider scroll direction as a parameter - (1e63fa9)

🚜 Refactor

  • Add toggle to always show buttons - (375d544)

v0.12.4-dev.2

20 Aug 10:35
Compare
Choose a tag to compare
v0.12.4-dev.2 Pre-release
Pre-release

🐛 Bug Fixes

  • Correctly calculate size when using Modifier.size on Paginated and Scrollable composables - (bb34982)
  • Try to auto calculate Scrollable size, consider scroll direction as a parameter - (1e63fa9)

🚜 Refactor

  • Add toggle to always show buttons - (375d544)

v0.12.4-dev.1

20 Aug 00:46
Compare
Choose a tag to compare
v0.12.4-dev.1 Pre-release
Pre-release

🐛 Bug Fixes

  • Correctly calculate size when using Modifier.size on Paginated and Scrollable composables - (bb34982)
  • Try to auto calculate Scrollable size, consider scroll direction as a parameter - (1e63fa9)

v0.12.4-dev.0

19 Aug 22:39
Compare
Choose a tag to compare
v0.12.4-dev.0 Pre-release
Pre-release

🐛 Bug Fixes

  • Try to auto calculate Scrollable size, consider scroll direction as a parameter - (1e63fa9)

v0.12.3

19 Aug 19:49
Compare
Choose a tag to compare

🐛 Bug Fixes

  • NavbarLayout broken for END and BOTTOM positions - (554b441)

v0.12.2

28 Jun 22:23
Compare
Choose a tag to compare

⚙️ Miscellaneous Tasks

v0.12.1

08 Jun 20:13
Compare
Choose a tag to compare

⛰️ Features

  • Rough draft for scrollable type - (2047735)

v0.12.0

03 Jun 19:25
4fc09f1
Compare
Choose a tag to compare

⛰️ Features

  • Add layout modifiers that can alter placement and measurement - (4fc09f1)
  • Add padding modifier - (4fc09f1)
  • Add offset modifier - (4fc09f1)
  • Row and Column arrangement from jetpack - (4fc09f1)

🐛 Bug Fixes

  • Fix row and column placement not accumulating width/height respectively - (4fc09f1)
  • Fold Modifiers in instead of out (the expected left takes precedence over right behaviour) - (4fc09f1)
  • First size always wins - (4fc09f1)
  • Make padding behaviour consistent with Jetpack Compose's - (4fc09f1)
  • Accidental double then() on some extensions calling other extensions - (4fc09f1)
  • Fill paginated-content after navbar - (4fc09f1)
  • Fix building PRs with java 17 - (4fc09f1)

🚜 Refactor

  • ModifyLayoutConstraints runs after inner constraints have been calculated and element measure - (4fc09f1)
  • Cleanup CreativeItem - (4fc09f1)
  • Allow for customized navbarFiller item - (4fc09f1)
  • Cleanup Paginated component to space things automatically - (4fc09f1)

⚙️ Miscellaneous Tasks

🔍 Other