]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
7 years agorefactor: bring back clone for reused nodes
Evan You [Tue, 13 Nov 2018 03:21:56 +0000 (22:21 -0500)] 
refactor: bring back clone for reused nodes

7 years agowip: defer patchData as nodeOp
Evan You [Tue, 13 Nov 2018 03:07:55 +0000 (22:07 -0500)] 
wip: defer patchData as nodeOp

7 years agorefactor: document new scheduler
Evan You [Mon, 12 Nov 2018 17:42:35 +0000 (12:42 -0500)] 
refactor: document new scheduler

7 years agowip: rename file
Evan You [Mon, 12 Nov 2018 17:39:59 +0000 (12:39 -0500)] 
wip: rename file

7 years agowip: remove outdated files
Evan You [Mon, 12 Nov 2018 17:37:22 +0000 (12:37 -0500)] 
wip: remove outdated files

7 years agowip: properly handle invalidated mount/unmount
Evan You [Sat, 10 Nov 2018 05:33:41 +0000 (00:33 -0500)] 
wip: properly handle invalidated mount/unmount

7 years agowip: fix insertBefore
Evan You [Fri, 9 Nov 2018 23:08:53 +0000 (18:08 -0500)] 
wip: fix insertBefore

7 years agowip: simplify time-slicing implementation
Evan You [Fri, 9 Nov 2018 23:01:58 +0000 (18:01 -0500)] 
wip: simplify time-slicing implementation

7 years agorefactor: small tweaks
Evan You [Fri, 9 Nov 2018 01:37:19 +0000 (20:37 -0500)] 
refactor: small tweaks

7 years agorefactor: properly cleanup invalidated jobs
Evan You [Fri, 9 Nov 2018 01:08:28 +0000 (20:08 -0500)] 
refactor: properly cleanup invalidated jobs

7 years agowip: disable time-slicing in compat mode
Evan You [Thu, 8 Nov 2018 23:41:04 +0000 (18:41 -0500)] 
wip: disable time-slicing in compat mode

7 years agochore: editor settings
Evan You [Thu, 8 Nov 2018 23:39:38 +0000 (18:39 -0500)] 
chore: editor settings

7 years agofeat: detailed info in renderTriggered + hint for skipping slot updates
Evan You [Thu, 8 Nov 2018 23:20:07 +0000 (18:20 -0500)] 
feat: detailed info in renderTriggered + hint for skipping slot updates

7 years agofeat: renderTriggered for forced updates
Evan You [Thu, 8 Nov 2018 19:09:52 +0000 (14:09 -0500)] 
feat: renderTriggered for forced updates

7 years agotest: all tests passing!
Evan You [Thu, 8 Nov 2018 18:37:39 +0000 (13:37 -0500)] 
test: all tests passing!

7 years agotest: fix some tests
Evan You [Thu, 8 Nov 2018 17:54:11 +0000 (12:54 -0500)] 
test: fix some tests

7 years agofix: domProps handling
Evan You [Fri, 2 Nov 2018 21:31:54 +0000 (06:31 +0900)] 
fix: domProps handling

7 years agowip: fix more tests
Evan You [Fri, 2 Nov 2018 05:21:38 +0000 (14:21 +0900)] 
wip: fix more tests

7 years agowip: fix one test
Evan You [Fri, 2 Nov 2018 05:09:00 +0000 (14:09 +0900)] 
wip: fix one test

7 years agowip: trying to make tests work
Evan You [Thu, 1 Nov 2018 22:43:28 +0000 (07:43 +0900)] 
wip: trying to make tests work

7 years agowip: error handling and nextTick for time slicing
Evan You [Thu, 1 Nov 2018 21:08:33 +0000 (06:08 +0900)] 
wip: error handling and nextTick for time slicing

7 years agofeat: make functional components time-slicable
Evan You [Thu, 1 Nov 2018 08:05:09 +0000 (17:05 +0900)] 
feat: make functional components time-slicable

7 years agofeat: experimental time-slicing
Evan You [Wed, 31 Oct 2018 21:58:06 +0000 (06:58 +0900)] 
feat: experimental time-slicing

7 years agochore: relax render type for tsx
Evan You [Fri, 2 Nov 2018 20:59:45 +0000 (05:59 +0900)] 
chore: relax render type for tsx

7 years agochore: fix warning indent
Evan You [Fri, 2 Nov 2018 20:59:29 +0000 (05:59 +0900)] 
chore: fix warning indent

7 years agochore: do not warn about reserved methods
Evan You [Fri, 2 Nov 2018 20:40:20 +0000 (05:40 +0900)] 
chore: do not warn about reserved methods

7 years agochore: fix warning newline
Evan You [Fri, 2 Nov 2018 20:36:51 +0000 (05:36 +0900)] 
chore: fix warning newline

7 years agochore: remove unnecessary hooks api
Evan You [Fri, 2 Nov 2018 20:28:18 +0000 (05:28 +0900)] 
chore: remove unnecessary hooks api

7 years agorefactor: use more efficient useComputed() implementation
Evan You [Tue, 30 Oct 2018 05:10:03 +0000 (01:10 -0400)] 
refactor: use more efficient useComputed() implementation

7 years agochore: add warning when attempting to mutate non-observable hooks return value
Evan You [Tue, 30 Oct 2018 04:42:26 +0000 (00:42 -0400)] 
chore: add warning when attempting to mutate non-observable hooks return value

7 years agofeat: enable returning observable state from hooks()
Evan You [Tue, 30 Oct 2018 04:33:45 +0000 (00:33 -0400)] 
feat: enable returning observable state from hooks()

7 years agofeat: hooks that match current API
Evan You [Mon, 29 Oct 2018 22:50:07 +0000 (18:50 -0400)] 
feat: hooks that match current API

7 years agofeat: make hooks usable inside classes
Evan You [Sun, 28 Oct 2018 23:15:18 +0000 (19:15 -0400)] 
feat: make hooks usable inside classes

7 years agochore: move hooks to experimental
Evan You [Sun, 28 Oct 2018 21:47:22 +0000 (17:47 -0400)] 
chore: move hooks to experimental

7 years agotest: basic tests for hooks
Evan You [Sun, 28 Oct 2018 21:45:53 +0000 (17:45 -0400)] 
test: basic tests for hooks

7 years ago feat(runtime-test): triggerEvent
Evan You [Sun, 28 Oct 2018 21:43:27 +0000 (17:43 -0400)] 
 feat(runtime-test): triggerEvent

7 years agotest: tests for memoize
Evan You [Sun, 28 Oct 2018 21:18:41 +0000 (17:18 -0400)] 
test: tests for memoize

7 years agofeat: skip constant trees and memoize fn
Evan You [Sun, 28 Oct 2018 20:41:29 +0000 (16:41 -0400)] 
feat: skip constant trees and memoize fn

7 years agoperf: skip props update if data object is the same
Evan You [Sun, 28 Oct 2018 19:58:59 +0000 (15:58 -0400)] 
perf: skip props update if data object is the same

7 years agofeat: delegate pointer events
Evan You [Sun, 28 Oct 2018 19:23:37 +0000 (15:23 -0400)] 
feat: delegate pointer events

7 years agofix: fragment replaceVNode
Evan You [Sun, 28 Oct 2018 18:22:52 +0000 (14:22 -0400)] 
fix: fragment replaceVNode

7 years agorefactor: improve scheduler error warning message
Evan You [Sun, 28 Oct 2018 18:22:34 +0000 (14:22 -0400)] 
refactor: improve scheduler error warning message

7 years agorefactor(scheduler): improve infinite loop detection
Evan You [Sun, 28 Oct 2018 16:59:08 +0000 (12:59 -0400)] 
refactor(scheduler): improve infinite loop detection

7 years agofix(hooks): fix effect update & cleanup
Evan You [Sun, 28 Oct 2018 16:10:29 +0000 (12:10 -0400)] 
fix(hooks): fix effect update & cleanup

7 years agorefactor: improve error logging
Evan You [Sun, 28 Oct 2018 16:09:38 +0000 (12:09 -0400)] 
refactor: improve error logging

7 years agofix(scheduler): handle queueJob inside postFlushCbs
Evan You [Sun, 28 Oct 2018 16:08:58 +0000 (12:08 -0400)] 
fix(scheduler): handle queueJob inside postFlushCbs

7 years agofix: parent chain error when root is functional
Evan You [Sun, 28 Oct 2018 16:08:20 +0000 (12:08 -0400)] 
fix: parent chain error when root is functional

7 years agofeat: implement basic hooks
Evan You [Sun, 28 Oct 2018 02:10:25 +0000 (22:10 -0400)] 
feat: implement basic hooks

7 years agobuild: update runtime-dom global name
Evan You [Fri, 26 Oct 2018 21:51:09 +0000 (17:51 -0400)] 
build: update runtime-dom global name

7 years agorefactor: adjust props initialization/updating
Evan You [Fri, 26 Oct 2018 21:49:40 +0000 (17:49 -0400)] 
refactor: adjust props initialization/updating

7 years agorefactor: rename packages
Evan You [Fri, 26 Oct 2018 19:44:50 +0000 (15:44 -0400)] 
refactor: rename packages

7 years agoperf: skip initializer extraction for options objects
Evan You [Fri, 26 Oct 2018 16:11:52 +0000 (12:11 -0400)] 
perf: skip initializer extraction for options objects

7 years agorefactor: reduce work in options -> class conversion
Evan You [Fri, 26 Oct 2018 15:47:04 +0000 (11:47 -0400)] 
refactor: reduce work in options -> class conversion

7 years agoworkflow: default dev script to vue package
Evan You [Tue, 23 Oct 2018 15:59:16 +0000 (11:59 -0400)] 
workflow: default dev script to vue package

7 years agobuild: add vue package
Evan You [Tue, 23 Oct 2018 15:58:37 +0000 (11:58 -0400)] 
build: add vue package

7 years agobuild: rename vue-compat
Evan You [Tue, 23 Oct 2018 15:44:56 +0000 (11:44 -0400)] 
build: rename vue-compat

7 years agotest: test for mixins
Evan You [Thu, 18 Oct 2018 23:15:17 +0000 (19:15 -0400)] 
test: test for mixins

7 years agotest: component class inheritance
Evan You [Thu, 18 Oct 2018 22:29:27 +0000 (18:29 -0400)] 
test: component class inheritance

7 years agofeat: export all option types
Evan You [Thu, 18 Oct 2018 22:21:26 +0000 (18:21 -0400)] 
feat: export all option types

7 years agofix: watcher oldValue
Evan You [Thu, 18 Oct 2018 22:21:14 +0000 (18:21 -0400)] 
fix: watcher oldValue

7 years agofix: should always generate slot for non-null children
Evan You [Thu, 18 Oct 2018 22:01:38 +0000 (18:01 -0400)] 
fix: should always generate slot for non-null children

7 years agofix: KeepAlive state should be non-reactive
Evan You [Thu, 18 Oct 2018 21:49:11 +0000 (17:49 -0400)] 
fix: KeepAlive state should be non-reactive

7 years agotest: wip tests for inheritance and mixins
Evan You [Wed, 17 Oct 2018 21:36:34 +0000 (17:36 -0400)] 
test: wip tests for inheritance and mixins

7 years agofeat: warn missing render() function
Evan You [Wed, 17 Oct 2018 21:35:03 +0000 (17:35 -0400)] 
feat: warn missing render() function

7 years agorefactor: createComponentInstance needs only 1 argument
Evan You [Wed, 17 Oct 2018 20:37:45 +0000 (16:37 -0400)] 
refactor: createComponentInstance needs only 1 argument

7 years agochore: upgrade TS
Evan You [Wed, 17 Oct 2018 20:19:07 +0000 (16:19 -0400)] 
chore: upgrade TS

7 years agorefactor: use faster key check
Evan You [Wed, 17 Oct 2018 16:20:54 +0000 (12:20 -0400)] 
refactor: use faster key check

7 years agorefactor: events -> eventEmitter
Evan You [Wed, 17 Oct 2018 14:52:08 +0000 (10:52 -0400)] 
refactor: events -> eventEmitter

7 years agorefactor: split EventEmitter and make it optional
Evan You [Wed, 17 Oct 2018 00:32:18 +0000 (20:32 -0400)] 
refactor: split EventEmitter and make it optional

7 years agofeat: support initializers in mixins
Evan You [Wed, 17 Oct 2018 00:04:58 +0000 (20:04 -0400)] 
feat: support initializers in mixins

7 years agofix: fix props option merging
Evan You [Tue, 16 Oct 2018 23:16:34 +0000 (19:16 -0400)] 
fix: fix props option merging

7 years agorefactor: proper options inheritance
Evan You [Tue, 16 Oct 2018 23:10:08 +0000 (19:10 -0400)] 
refactor: proper options inheritance

7 years agobuild: tweak bootstrap script
Evan You [Tue, 16 Oct 2018 21:42:19 +0000 (17:42 -0400)] 
build: tweak bootstrap script

7 years agobuild: adjust types build script
Evan You [Tue, 16 Oct 2018 21:41:59 +0000 (17:41 -0400)] 
build: adjust types build script

7 years agorefactor: use shared util, remove unused regex
Evan You [Tue, 16 Oct 2018 19:53:23 +0000 (15:53 -0400)] 
refactor: use shared util, remove unused regex

7 years agorefactor: option merging + extract helper functions
Evan You [Tue, 16 Oct 2018 19:47:51 +0000 (15:47 -0400)] 
refactor: option merging + extract helper functions

7 years agorefactor: access all options from instance.$options
Evan You [Tue, 16 Oct 2018 16:37:31 +0000 (12:37 -0400)] 
refactor: access all options from instance.$options

7 years agofeat: allow mixins to accept generics
Evan You [Tue, 16 Oct 2018 14:50:23 +0000 (10:50 -0400)] 
feat: allow mixins to accept generics

7 years agochore: comments, signature
Evan You [Mon, 15 Oct 2018 23:08:19 +0000 (19:08 -0400)] 
chore: comments, signature

7 years agowip: mixins
Evan You [Mon, 15 Oct 2018 23:07:06 +0000 (19:07 -0400)] 
wip: mixins

7 years agofeat: improve warning component trace
Evan You [Mon, 15 Oct 2018 18:39:16 +0000 (14:39 -0400)] 
feat: improve warning component trace

7 years agofix: provide/inject should be resolved in parent tree
Evan You [Mon, 15 Oct 2018 17:12:13 +0000 (13:12 -0400)] 
fix: provide/inject should be resolved in parent tree

7 years agorefactor: use more explicit names for warning context
Evan You [Mon, 15 Oct 2018 16:43:21 +0000 (12:43 -0400)] 
refactor: use more explicit names for warning context

7 years agorefactor: tweak arguments
Evan You [Mon, 15 Oct 2018 16:41:18 +0000 (12:41 -0400)] 
refactor: tweak arguments

7 years agotypes: fix wrong order
Evan You [Sun, 14 Oct 2018 01:14:52 +0000 (21:14 -0400)] 
types: fix wrong order

7 years agotypes: improve public component type
Evan You [Sun, 14 Oct 2018 01:13:56 +0000 (21:13 -0400)] 
types: improve public component type

7 years agotypes: basic tsx support
Evan You [Sun, 14 Oct 2018 00:46:30 +0000 (20:46 -0400)] 
types: basic tsx support

7 years agotypes: further tweak createElement type inference
Evan You [Sat, 13 Oct 2018 02:07:08 +0000 (22:07 -0400)] 
types: further tweak createElement type inference

7 years agotypes: improve createElement typing
Evan You [Fri, 12 Oct 2018 23:49:41 +0000 (19:49 -0400)] 
types: improve createElement typing

7 years agofeat: process certain attrs as properties
Evan You [Fri, 12 Oct 2018 21:42:08 +0000 (17:42 -0400)] 
feat: process certain attrs as properties

7 years agowip(types): improve h typing
Evan You [Fri, 12 Oct 2018 17:42:19 +0000 (13:42 -0400)] 
wip(types): improve h typing

7 years agofeat: use internal warning
Evan You [Thu, 11 Oct 2018 21:21:13 +0000 (17:21 -0400)] 
feat: use internal warning

7 years agofeat: warning traces & error handling for functional render
Evan You [Thu, 11 Oct 2018 21:14:39 +0000 (17:14 -0400)] 
feat: warning traces & error handling for functional render

7 years agofeat: alias $attrs to $props when component has no declared props
Evan You [Thu, 11 Oct 2018 18:27:02 +0000 (14:27 -0400)] 
feat: alias $attrs to $props when component has no declared props

7 years agochore: comments
Evan You [Thu, 11 Oct 2018 18:24:55 +0000 (14:24 -0400)] 
chore: comments

7 years agofeat: support defining data in constructor/initialzers
Evan You [Thu, 11 Oct 2018 17:54:35 +0000 (13:54 -0400)] 
feat: support defining data in constructor/initialzers

7 years agofix: activateComponent should insert vnode now
Evan You [Wed, 10 Oct 2018 17:29:36 +0000 (13:29 -0400)] 
fix: activateComponent should insert vnode now

7 years agowip: refactor parentChain management
Evan You [Wed, 10 Oct 2018 17:13:27 +0000 (13:13 -0400)] 
wip: refactor parentChain management

7 years agowip: warning
Evan You [Wed, 10 Oct 2018 13:58:59 +0000 (09:58 -0400)] 
wip: warning

7 years agorefactor: remove inheritAttrs / nativeOn, enforce explicit fallthrough
Evan You [Wed, 10 Oct 2018 01:10:30 +0000 (21:10 -0400)] 
refactor: remove inheritAttrs / nativeOn, enforce explicit fallthrough