-
Notifications
You must be signed in to change notification settings - Fork 90
fix(core/event-list): event list custom height applied for dynamic content #1768
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
fix(core/event-list): event list custom height applied for dynamic content #1768
Conversation
…ular, React, and Vue test apps.
🦋 Changeset detectedLatest commit: 95be052 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general we don't create test app example files for all use cases.
We have unit tests for that.
…ms, including newly added ones.
…ithub.com:RamVinayMandal/ix into fix-1684/event-list-dynamic-content-custom-height
I added these preview examples to analyze the bug behavior across Angular, React, Vue, and HTML during development. This use case (event-list-custom-item-height-dynamic-list) is different from the existing one (event-list-custom-item-height). Should I remove the new example, or do you think it adds value for debugging and manual verification? |
…vent-list for applying custom height. Updated test case accordingly.
packages/angular-test-app/src/preview-examples/event-list-custom-item-height-dynamic-list.ts
Outdated
Show resolved
Hide resolved
…ved unnecessary code and comments.
packages/vue-test-app/src/preview-examples/event-list-custom-item-height-in-number.vue
Outdated
Show resolved
Hide resolved
packages/html-test-app/src/preview-examples/event-list-custom-item-height-in-number.html
Outdated
Show resolved
Hide resolved
packages/html-test-app/src/preview-examples/event-list-custom-item-height-in-number.html
Show resolved
Hide resolved
…undant event-list-item checks, and optimized test case.
…ithub.com:RamVinayMandal/ix into fix-1684/event-list-dynamic-content-custom-height
|
💡 What is the current behavior?
GitHub Issue Number: #1684
🆕 What is the new behavior?
🏁 Checklist
A pull request can only be merged if all of these conditions are met (where applicable):
pnpm run docs
)pnpm test
)pnpm lint
)pnpm build
, changes pushed)👨💻 Help & support