mm
mm
### Clear and concise description of the problem As a developer using VueUse, I want a composable to wrap promises so that I can dedicate if that promise is still...
Fixes #759 ## Proposed Changes - fix upload v-model bind with prop multiple
Fixes #713 ## Proposed Changes - fix table pagination sending old value on `page-change`
### Description Currently there is almost no real component testing. Implement modern component testing via [Vitest](https://vitest.dev/) ### Why Oruga need this feature Improve stability and ensure functionality of features ###...
## Proposed Changes - add dropdown component tests - minor dropdown tweaks discovered during testing
### Overview of the problem **Oruga** version: [0.8.5] ### Description Using the `tdAttrs` of the TableColumn component produce a "Maximum recursive updates exceeded". ``` [Vue warn]: Maximum recursive updates exceeded....
### Description Some components work with different `modelValue` values based on another property. For example, the [`modelValue`](https://github.com/oruga-ui/oruga/blob/9693d7c63246eb0d6fab791f272b6d9574dab253/packages/oruga/src/components/dropdown/Dropdown.vue#L39) property of the dropdown component can be a single value, or if the...
### Description Some components provide a feature to use them via a programmatic usage. We could open up this feature to be used with any component. Implement a composable that...
Part of #829 Fixes #828 ## Proposed Changes - cleanup `useProgrammatic` composable - update `useClickOutside` and `useEventListener` composables - remove unnecessary properties
As of #743, the second parameter of the ClassFunction theme config contains only the props of a component. This prop object is currently wrapped in another object due to legacy...