Skip to content

Pull requests: vuejs/vue-class-component

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
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
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
easier contributions.
#422 by nisarhassan12 was merged May 6, 2020 Loading… updated May 6, 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
add provide and indect
#419 by leeseean was closed Apr 28, 2020 Loading… updated Apr 28, 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
docs: docs reorganization
#390 by ktsn was merged Feb 10, 2020 Loading… updated Feb 10, 2020
[Docs] Declare type example
#389 by runyasak was closed Jan 14, 2020 Loading… updated Jan 14, 2020
fix: include missing hooks.js
#388 by ktsn was merged Jan 13, 2020 Loading… updated Jan 13, 2020
feat: add lifecycle types into vue instance type
#371 by ktsn was merged Jan 11, 2020 Loading… updated Jan 13, 2020
2
3
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.