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(reactivity): add component class props reactivity #960

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

mlmoravek
Copy link
Member

Fixes #837
Fixes #853

Proposed Changes

  • Adding a watcher for the class properties of a component to recompute the effective classes when the prop change

@mlmoravek mlmoravek added the feature A new feature label Jun 14, 2024
Copy link

netlify bot commented Jun 14, 2024

Deploy Preview for oruga-documentation-preview ready!

Name Link
🔨 Latest commit 68e506b
🔍 Latest deploy log https://app.netlify.com/sites/oruga-documentation-preview/deploys/666c509c7de682000832f72e
😎 Deploy Preview https://deploy-preview-960--oruga-documentation-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mlmoravek mlmoravek changed the title feat(reactivity): add class prop reactivity feat(reactivity): add component class props reactivity Jun 14, 2024
@mlmoravek mlmoravek merged commit c0e429d into develop Jun 14, 2024
9 checks passed
@mlmoravek mlmoravek deleted the feat/837/class-prop-reactivity branch June 14, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: Section "Class props" is broken Request: Adding reactivity to the Class props
1 participant