Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line Modifications #18

Merged
merged 11 commits into from
Aug 19, 2024
Merged

Line Modifications #18

merged 11 commits into from
Aug 19, 2024

Conversation

binayshaw7777
Copy link
Owner

@binayshaw7777 binayshaw7777 commented Aug 11, 2024

Changes:

  • Line Color is now introduced to separate out it from content and container color
  • Line Padding is introduced to add padding between the lines (top, bottom, start, end)
  • Row and Column based nested layout for Label stepper is not Constraint layout.
  • Current step is INT -> NUMBER now.
  • [Optional] Tick mark in Tab Style Steppers.
  • Moved all lines Attributes to a new lineStyle to handle all new line attributes and existing attributes
  • Introduces LineStyles -> SOLID, DASHED, DOTTED. LineStyle
  • Introduces Line Progress to make use of Number Data Type as progress (Now also supports progress values like 5.63, where the 5th Step will be done and 63% of the Divider/Line will be filled with progress color.
  • Introduces StrokeCap for the Line/Dividers across all Steppers.

Breaking Changes:

  • Code might break if using line attributes, move them inside lineStyle attribute. Check docs for usage.

@binayshaw7777 binayshaw7777 changed the title added line color attribute to step style Line Modifications Aug 11, 2024
@binayshaw7777 binayshaw7777 merged commit 818055e into develop Aug 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant