oruga icon indicating copy to clipboard operation
oruga copied to clipboard

🐛 Oruga is a lightweight library of UI components without any CSS framework dependency

Results 131 oruga issues
Sort by recently updated
recently updated
newest added
trafficstars

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

bug

oruga: 0.8.1 (I cannot upgrade to 0.8.2 due to many bugs already issued) vue: 3.3 the page-change event in table always sends value 1 even if I'm clicking on 2-3-4...

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: [X.X.X] **Vuejs** version: [X.X.X] **OS/Browser**: ### Description When I add the type definition for volar in the tsconfig.ts like in the documentation https://oruga-ui.com/documentation/#volar-support...

### 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 Please add a mechanism for reactive reflection in Class properties. ### Why Oruga need this feature I may want to change the class of a component in response...

enhancement
low priority

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

### Overview of the problem **Oruga** version: 0.8.5 **Vuejs** version: 3.4.19 **OS/Browser**: ### Description When I upgrade to oruga 0.8, I have a typescript error. ### Steps to reproduce src/pages/MyPage.vue:260:49...

can't reproduce

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