Kael

Results 75 issues of Kael

### 🤔 What is the nature of this change? - [ ] New feature - [ ] Fix bug - [ ] Style optimization - [ ] Code style optimization...

``` vue upgrade --all --next && npm dedupe ```

We have rooms that start with just two users but a third can join at any time. We don't know in advance if there will be an additional member. Currently...

enhancement

```ts type Kind = 'component' | 'directive' type Replace = { symbol: string, from: string, as?: string } /** * true | null: fall back to the default matcher *...

enhancement

Looking at [Vuetify's readme](https://www.npmjs.com/package/vuetify) I noticed some duplicated headings that are different on github. The basic HTML that reproduces this is ```html Patrons Diamond Palladium Introduction ``` Which should come...

bug

## Components - `VTabsItems` -> `VWindow` - `VTabItem` -> `VWindowItem` - `VTabsSlider` removed - only `sliderColor` allowed ## Props - color: `primary darken-1` -> `primary-darken-1` - `light` -> `theme="light"` -...

enhancement
help wanted

- Menu/dialog non-scoped activator slot - camelCase slots on calendars

enhancement

Requires https://github.com/pastelsky/package-build-stats/pull/52 fixes #218 fixes #379 Next step would be to parse `package.exports` and generate a list of available entrypoints and their sizes, probably have to skip anything with wildcards...

### Proposed solution Fade/grow from bottom

T: feature
C: VTabs