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

[ESL Anchornav] final update #2626

Merged
merged 4 commits into from
Sep 30, 2024
Merged

Conversation

dshovchko
Copy link
Collaborator

Closes: #2578

@dshovchko dshovchko added the needs review The PR is waiting for review label Aug 30, 2024
@dshovchko dshovchko self-assigned this Aug 30, 2024
@dshovchko dshovchko changed the title Feature/esl anchornav final update [ESL Anchornav] final update Aug 30, 2024
@@ -29,7 +29,7 @@ export class ESLAnchornavSticked extends ESLMixinElement {
public set sticked(value: boolean) {
if (this._sticked === value) return;
this._sticked = value;
this.$$attr('sticked', value);
this.$$cls(`${ESLAnchornavSticked.is}-active`, value);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Mb configurable attribute ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

esl-anchornav-sticked="{activeClass: 'anchornav-sticked'}" ?

Copy link
Collaborator

Choose a reason for hiding this comment

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

It looks better, but it's cosmetic for now.

@ala-n ala-n merged commit 0f1bd57 into main-beta Sep 30, 2024
7 checks passed
@ala-n ala-n deleted the feature/esl-anchornav-final-update branch September 30, 2024 21:07
@github-actions github-actions bot locked and limited conversation to collaborators Sep 30, 2024
@ala-n
Copy link
Collaborator

ala-n commented Sep 30, 2024

🎉 This PR is included in version 5.0.0-beta.36 🎉

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
needs review The PR is waiting for review released on @beta
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants