Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
354 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
- KaelWD/vue-test-utils-next TypeScript
Created a pull request in vuejs/vue-next that received 2 comments
fix(types): RequiredKeys should include Prop<T, D>
I have a factory function for props that uses Prop<T, D>, but when used in a component the props always include undefined even if D is set. Not ent…
- feat(VAppBar): don't truncate title with shrink-on-scroll
- feat: create propsFactory util function
- chore: skip checking old files
- chore: update code quality tools
- fix(VCombobox): don't reset value to null if search is empty
- fix(inputs): reset value to null instead of undefined
- fix(VTextField): show label slot when filled prop is used
- docs: update contributing guide
- fix(locale): improve japanese translations
- feat: add group composable
- feat(framework): add (global) global default prop values
- feat(VForm): added formIsValid attribute to default slots
- feat(size): create new effect
- feat(dimensions): create composition function
- feat: add proxy composable
- fix(VTextField): count non-string types
- chore/checks
- fix(VTextField): count characters instead of codepoints
- docs: add utm metadata to ads
- docs(VVirtualScroll): show item ID in bench example
- refactor(scroll): update for Vue 3
- feat: add global prop defaults, update bootstrapping
- refactor(click-outside): update for v3
- docs: correct typo in breakpoint table
- fix(VChip): add aria-label to chip close button
- refactor(intersect): update for Vue 3
- Added a warning to `vue add vuetify` command
- docs(icons): fix mdi webfont dependency name
- fix(click-outside): allow programmatic click outside
- fix(types): add missing icons to VuetifyIcons interface
- fix(VProgressCircular): dark theme background color clash
- fix: allow $material-dark-elevation-colors to be overridden
- fix(VRating): add icon aria-label
Created an issue in vuejs/vue-next that received 3 comments
Prop types don't match runtime types
Version 3.0.0 Reproduction link https://codepen.io/kaelwd/pen/oNLgNGe?editors=1010 Steps to reproduce Use boolean props in a typescript component W…