Releases: congthanhng/Expansion-Tile-Group
Releases · congthanhng/Expansion-Tile-Group
v2.1.0
v2.0.0
2.0.0
- BIG UPDATE!!
- New Feature:
- Add new item type:
ExpansionTileCard
also be calledExpansionTileItem.card
inspired by expansion_tile_card
- Add new item type:
- BREAKING CHANGE:
- Rename:
ExpansionTileCustom
toExpansionTileCore
- Rename:
ExpansionTileBorderItem
toExpansionTileOutlined
- Rename:
ExpansionTileWithoutBorderItem
toExpansionTileFlat
- Rename:
ExpansionTileLeafItem
toExpansionTileLeaf
- Rename:
ExpansionTileItem.withBorder
toExpansionTileItem.outlined
- Rename:
ExpansionTileItem.withoutBorder
toExpansionTileItem.flat
- Rename:
- Update example
- Add Fantasy samples
- Action Card Card
- Action Drop Card
- Action Progress Card
- Action Stretch Card
- Add Fantasy samples
Check out Example Demo
v1.2.6
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 callingExpansionTileBorderItem
, now can callExpansionTileItem.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
v1.2.5
v1.2.4
- Add new
ToogleType
for group:ExpandAlwaysCurrent
- Update examples
v1.2.1
Fix bug
Release v1.1.9
Included:
- New feature: can force expansion behaviors of an item via
isEnableExpanded
- Update examples