- Notifications
You must be signed in to change notification settings - Fork 432
Pull requests: vuejs/vue-class-component
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix: make mixins helper type compatible with previous usage
#454 by ktsn was merged Sep 17, 2020 Loading… updated Sep 17, 2020
docs: add a guide to annotate component type in decorator
#450 by ktsn was merged Sep 14, 2020 Loading… updated Sep 14, 2020
build(deps): bump http-proxy from 1.18.0 to 1.18.1 dependencies Pull requests that update a dependency file
#443 by dependabot bot was merged Sep 11, 2020 Loading… updated Sep 11, 2020
Fixed problem where inheriting from class without
@Component decorator caused the @Watch decorators of the subclasses to mix #445 by davidbludlow was closed Sep 11, 2020 Loading… updated Sep 11, 2020
build(deps): bump prismjs from 1.18.0 to 1.21.0 dependencies Pull requests that update a dependency file
#438 by dependabot bot was merged Aug 8, 2020 Loading… updated Aug 8, 2020
build(deps): bump elliptic from 6.4.1 to 6.5.3 dependencies Pull requests that update a dependency file
#437 by dependabot bot was merged Jul 31, 2020 Loading… updated Jul 31, 2020
fix: make mixins declaration backward compatible
#436 by ktsn was merged Jul 23, 2020 Loading… updated Jul 23, 2020
fix: allow accessing vue-router properties in property initializers
#434 by ktsn was merged Jul 20, 2020 Loading… updated Jul 20, 2020
fix: support any number of args on mixins helper
#433 by ktsn was merged Jul 20, 2020 Loading… updated Jul 20, 2020
build(deps): bump lodash from 4.17.15 to 4.17.19 dependencies Pull requests that update a dependency file
#431 by dependabot bot was merged Jul 18, 2020 Loading… updated Jul 18, 2020
build(deps): bump websocket-extensions from 0.1.3 to 0.1.4 dependencies Pull requests that update a dependency file
#427 by dependabot bot was merged Jun 30, 2020 Loading… updated Jun 30, 2020
feat: mark as side effect free to enable efficient tree-shaking
#423 by ktsn was merged May 6, 2020 Loading… updated May 6, 2020
fix(#401) - fix the access to static functions/properties of parent c…
#413 by rafael-fecha was closed Apr 27, 2020 Loading… updated Apr 27, 2020
docs(props-definition): added 'PropType' usage example
#410 by AlexBrohshtut was closed Apr 12, 2020 Loading… updated Apr 12, 2020
build(deps): bump acorn from 6.4.0 to 6.4.1 dependencies Pull requests that update a dependency file
#404 by dependabot bot was merged Mar 14, 2020 Loading… updated Mar 14, 2020
docs: lang="ts" added into some missing script tags
#403 by kaangokdemir was closed Mar 7, 2020 Loading… updated Mar 7, 2020
chore: add vue to peerDependencies
#396 by haoqunjiang was merged Feb 13, 2020 Loading… updated Feb 13, 2020
Fixing typos in Vue Class Component readme
#393 by tryforceful was merged Feb 11, 2020 Loading… updated Feb 11, 2020
feat: add lifecycle types into vue instance type
#371 by ktsn was merged Jan 11, 2020 Loading… updated Jan 13, 2020
fix: avoid breakage by not to auto augment hooks type
#386 by ktsn was merged Jan 12, 2020 Loading… updated Jan 12, 2020
ProTip! Exclude everything labeled
bug with -label:bug.