Skip to content

v1.2.6

Choose a tag to compare

@congthanhng congthanhng released this 23 Jul 10:44
· 18 commits to main since this release

1.2.6

  • New Feature:
    • Added trailing builder #41
    • New Item Type: ExpansionTileLeafItem
    • Now you can call variant type item easily:
      For Example: Instead of calling ExpansionTileBorderItem, now can call ExpansionTileItem.withBorder.
      Similarly:
      • ExpansionTileWithoutBorderItem => ExpansionTileItem.withoutBorder
      • ExpansionTileLeafItem => ExpansionTileItem.leaf
  • Fix:
    • Title and subtitle overflow fix #44
  • Update examples
  • Update README with shorter and easier to read