Skip to content

Conversation

alvarosabu
Copy link
Member

BREAKING CHANGE: Now composable returns an object containing only each control value. When using multiple controls at the same time, you can access controlName.value directly instead of controlName.value.value

  • Refactor useControls to return object with control values as refs
  • Updated tests and remove visibility testing.

BREAKING CHANGE: Now composable returns an object containing only each control value. When using multiple controls at the same time, you can access `controlName.value` directly instead of `controlName.value.value`

- Refactor `useControls` to return object with control values as refs
- Updated tests and remove visibility testing.
- Removed unused imports from boolean.vue and useControls.ts to streamline the code.
- This change enhances code readability and maintains a cleaner codebase.
Copy link

pkg-pr-new bot commented Jan 17, 2025

Open in Stackblitz

npm i https://pkg.pr.new/@tresjs/leches@126

commit: 69d7323

@alvarosabu alvarosabu self-assigned this Jan 17, 2025
@alvarosabu alvarosabu changed the base branch from main to next January 17, 2025 17:29
@alvarosabu alvarosabu merged commit 714bcae into next Jan 17, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant