Skip to content

feat(types): extend ComponentClass to accept an array with mixed string and object values #1378

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

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

mlmoravek
Copy link
Member

@mlmoravek mlmoravek commented Aug 1, 2025

Fixes #1370

Proposed Changes

  • precise ClassBind by also allowing string values
  • rename ClassBind into ClassBinding
  • update deinfeClasses composable

@mlmoravek mlmoravek added the refactoring This involves some refactoring of existing code. label Aug 1, 2025
Copy link

netlify bot commented Aug 1, 2025

Deploy Preview for oruga-documentation-preview ready!

Name Link
🔨 Latest commit cab1c60
🔍 Latest deploy log https://app.netlify.com/projects/oruga-documentation-preview/deploys/688d17979b375f0008bdf827
😎 Deploy Preview https://deploy-preview-1378--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 project configuration.

@mlmoravek mlmoravek changed the title refactor(type): update ClassBind type to ClassBinding type refactor(types): update ClassBind type to ClassBinding type Aug 1, 2025
@mlmoravek mlmoravek marked this pull request as ready for review August 12, 2025 08:19
@mlmoravek mlmoravek changed the title refactor(types): update ClassBind type to ClassBinding type feat(types): extend ComponentClass to accept an array with mixed string and object values Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring This involves some refactoring of existing code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend ComponentClass to accept an array with mixed string and ClassBind object values
1 participant