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

IgxStepperComponent implementaton #10061

Merged
merged 6 commits into from
Oct 29, 2021
Merged

Conversation

teodosiah
Copy link
Contributor

@teodosiah teodosiah commented Aug 26, 2021

Closes #8667
Closes #10349

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

@ddaribo ddaribo force-pushed the thristodorova/stepper-implementaton branch from 27034e8 to d9e4a8c Compare September 16, 2021 13:21
@mmart1n mmart1n force-pushed the thristodorova/stepper-implementaton branch from 0174e71 to 88875aa Compare September 17, 2021 08:13
@desig9stein desig9stein force-pushed the thristodorova/stepper-implementaton branch from bc8daa2 to b29cecc Compare September 17, 2021 14:32
@MonikaKirkova MonikaKirkova force-pushed the thristodorova/stepper-implementaton branch from 470084a to 349867d Compare September 20, 2021 11:31
@mmart1n mmart1n force-pushed the thristodorova/stepper-implementaton branch from def06c1 to 7cd0583 Compare September 30, 2021 13:59
@mmart1n mmart1n requested a review from jackofdiamond5 October 5, 2021 13:32
@desig9stein desig9stein requested a review from simeonoff October 6, 2021 20:12
@mmart1n mmart1n marked this pull request as ready for review October 8, 2021 10:05
@ddaribo ddaribo mentioned this pull request Oct 13, 2021
14 tasks
@mmart1n mmart1n requested a review from wnvko October 13, 2021 12:55
@teodosiah teodosiah added ❌ status: awaiting-test PRs awaiting manual verification stepper and removed stepper labels Oct 13, 2021
wnvko
wnvko previously approved these changes Oct 28, 2021
jackofdiamond5
jackofdiamond5 previously approved these changes Oct 28, 2021
Copy link
Member

@jackofdiamond5 jackofdiamond5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should make small changes to the changelog and the readme, to make sure that all the code snippets are aligned and the API is documented consistently. Additionally, as @wnvko said we should consider moving the logic in the steps to be part of the stepper, so that the individual steps do not know of the stepper component but this is internal and we can do it in a different PR. Other than that I think this is good to go.

@mmart1n mmart1n dismissed stale reviews from jackofdiamond5 and wnvko via 90d578a October 28, 2021 15:04
@mmart1n mmart1n force-pushed the thristodorova/stepper-implementaton branch 2 times, most recently from 90d578a to 555088c Compare October 28, 2021 15:21
mmart1n and others added 2 commits October 28, 2021 18:32
mmart1n and others added 2 commits October 28, 2021 18:33
- add leaveAnimationDone and enterAnimationDone events
- rename animationDuration

Co-authored-by: MonikaKirkova <[email protected]>
@mmart1n mmart1n force-pushed the thristodorova/stepper-implementaton branch from 555088c to e37a358 Compare October 28, 2021 15:34
jackofdiamond5
jackofdiamond5 previously approved these changes Oct 28, 2021
@teodosiah teodosiah added ✅ status: verified Applies to PRs that have passed manual verification and removed ❌ status: awaiting-test PRs awaiting manual verification labels Oct 29, 2021
ddaribo and others added 2 commits October 29, 2021 16:06
@ChronosSF ChronosSF dismissed simeonoff’s stale review October 29, 2021 14:50

All comments should be resolved

@ChronosSF ChronosSF merged commit d608f70 into master Oct 29, 2021
@ChronosSF ChronosSF deleted the thristodorova/stepper-implementaton branch October 29, 2021 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stepper version: 13.0.x ✅ status: verified Applies to PRs that have passed manual verification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CarouselAnimationType should be renamed to HorizontalAnimationType Stepper control
8 participants