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

feat: add setProperties() method to PolylitMixin #7041

Merged
merged 3 commits into from
Dec 29, 2023

Conversation

web-padawan
Copy link
Member

Description

Added a simplified version of the setProperties() method available in PolymerElement for batching updates.
This is a pre-requisite for converting vaadin-combo-box to Lit, as this component relies on this method logic.

Note: I didn't bother to implement setReadOnly flag as we don't use it, and to keep the code cleaner.

Type of change

  • Internal feature

Copy link

sonarcloud bot commented Dec 29, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@web-padawan web-padawan merged commit 8faedfa into main Dec 29, 2023
9 checks passed
@web-padawan web-padawan deleted the feat/polylit-set-properties branch December 29, 2023 09:15
@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with Vaadin 24.4.0.alpha1 and is also targeting the upcoming stable 24.4.0 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants