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

fix(core): rework refresh animation and behaviour (embedded async flow) + remove redundant normalization for HTML #704

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

ala-n
Copy link
Contributor

@ala-n ala-n commented Apr 4, 2024

No description provided.

…w) + remove redundant normalization for HTML
@ala-n ala-n added the bug Something isn't working label Apr 4, 2024
@ala-n ala-n added this to the UIP 2.0.0 milestone Apr 4, 2024
@ala-n ala-n self-assigned this Apr 4, 2024

afterNextRender(() => this.$container.style.minHeight = '0px');
skipOneRender(() => {
this.$container.style.minHeight = '0px';
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
this.$container.style.minHeight = '0px';
this.$container.style.minHeight = '0';

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added to #705 as well (not sure if that redundant or was left due to animation problem)

Base automatically changed from js-readonly-mode to main April 4, 2024 20:29
@ala-n ala-n merged commit d0ae137 into main Apr 4, 2024
3 checks passed
@ala-n ala-n deleted the bugfix/2.0.0-april-cleanup branch April 4, 2024 20:32
@github-actions github-actions bot locked and limited conversation to collaborators Apr 4, 2024
@yadamskaya
Copy link
Collaborator

🎉 This PR is included in version 2.1.0-beta.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working released on @beta
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants