mm

Results 48 issues of 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...

enhancement

Fixes #759 ## Proposed Changes - fix upload v-model bind with prop multiple

bug

Fixes #713 ## Proposed Changes - fix table pagination sending old value on `page-change`

bug

### 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 ###...

enhancement
good first issue
help wanted
contributions welcome

## Proposed Changes - add dropdown component tests - minor dropdown tweaks discovered during testing

enhancement

### 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....

bug

### 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...

enhancement
help wanted

### 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...

feature

Part of #829 Fixes #828 ## Proposed Changes - cleanup `useProgrammatic` composable - update `useClickOutside` and `useEventListener` composables - remove unnecessary properties

breaking
refactoring

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...

enhancement
breaking