]>
git.ipfire.org Git - thirdparty/vuejs/core.git/log
Evan You [Thu, 24 Jan 2019 00:08:51 +0000 (19:08 -0500)]
refactor: also check for event timestamp
Evan You [Wed, 23 Jan 2019 23:52:05 +0000 (18:52 -0500)]
refactor: cache calls to performance.now
Evan You [Tue, 22 Jan 2019 21:03:37 +0000 (16:03 -0500)]
refactor: drop event delegation and use simple async edge case fix
Evan You [Wed, 19 Dec 2018 23:14:41 +0000 (18:14 -0500)]
refactor: events tweak
Evan You [Sat, 1 Dec 2018 23:09:21 +0000 (18:09 -0500)]
refactor: move clone step into util function
Evan You [Sat, 1 Dec 2018 22:57:39 +0000 (17:57 -0500)]
chore: todos
Evan You [Tue, 13 Nov 2018 16:03:35 +0000 (11:03 -0500)]
refactor: rename things
Evan You [Tue, 13 Nov 2018 06:08:22 +0000 (01:08 -0500)]
refactor: remove shorthands on h
Evan You [Tue, 13 Nov 2018 06:07:13 +0000 (01:07 -0500)]
fix: fix functional updates
Evan You [Tue, 13 Nov 2018 05:29:18 +0000 (00:29 -0500)]
refactor: improve functional patch
Evan You [Tue, 13 Nov 2018 03:42:34 +0000 (22:42 -0500)]
feat: proper static tree skip
Evan You [Tue, 13 Nov 2018 03:21:56 +0000 (22:21 -0500)]
refactor: bring back clone for reused nodes
Evan You [Tue, 13 Nov 2018 03:07:55 +0000 (22:07 -0500)]
wip: defer patchData as nodeOp
Evan You [Mon, 12 Nov 2018 17:42:35 +0000 (12:42 -0500)]
refactor: document new scheduler
Evan You [Mon, 12 Nov 2018 17:39:59 +0000 (12:39 -0500)]
wip: rename file
Evan You [Mon, 12 Nov 2018 17:37:22 +0000 (12:37 -0500)]
wip: remove outdated files
Evan You [Sat, 10 Nov 2018 05:33:41 +0000 (00:33 -0500)]
wip: properly handle invalidated mount/unmount
Evan You [Fri, 9 Nov 2018 23:08:53 +0000 (18:08 -0500)]
wip: fix insertBefore
Evan You [Fri, 9 Nov 2018 23:01:58 +0000 (18:01 -0500)]
wip: simplify time-slicing implementation
Evan You [Fri, 9 Nov 2018 01:37:19 +0000 (20:37 -0500)]
refactor: small tweaks
Evan You [Fri, 9 Nov 2018 01:08:28 +0000 (20:08 -0500)]
refactor: properly cleanup invalidated jobs
Evan You [Thu, 8 Nov 2018 23:41:04 +0000 (18:41 -0500)]
wip: disable time-slicing in compat mode
Evan You [Thu, 8 Nov 2018 23:39:38 +0000 (18:39 -0500)]
chore: editor settings
Evan You [Thu, 8 Nov 2018 23:20:07 +0000 (18:20 -0500)]
feat: detailed info in renderTriggered + hint for skipping slot updates
Evan You [Thu, 8 Nov 2018 19:09:52 +0000 (14:09 -0500)]
feat: renderTriggered for forced updates
Evan You [Thu, 8 Nov 2018 18:37:39 +0000 (13:37 -0500)]
test: all tests passing!
Evan You [Thu, 8 Nov 2018 17:54:11 +0000 (12:54 -0500)]
test: fix some tests
Evan You [Fri, 2 Nov 2018 21:31:54 +0000 (06:31 +0900)]
fix: domProps handling
Evan You [Fri, 2 Nov 2018 05:21:38 +0000 (14:21 +0900)]
wip: fix more tests
Evan You [Fri, 2 Nov 2018 05:09:00 +0000 (14:09 +0900)]
wip: fix one test
Evan You [Thu, 1 Nov 2018 22:43:28 +0000 (07:43 +0900)]
wip: trying to make tests work
Evan You [Thu, 1 Nov 2018 21:08:33 +0000 (06:08 +0900)]
wip: error handling and nextTick for time slicing
Evan You [Thu, 1 Nov 2018 08:05:09 +0000 (17:05 +0900)]
feat: make functional components time-slicable
Evan You [Wed, 31 Oct 2018 21:58:06 +0000 (06:58 +0900)]
feat: experimental time-slicing
Evan You [Fri, 2 Nov 2018 20:59:45 +0000 (05:59 +0900)]
chore: relax render type for tsx
Evan You [Fri, 2 Nov 2018 20:59:29 +0000 (05:59 +0900)]
chore: fix warning indent
Evan You [Fri, 2 Nov 2018 20:40:20 +0000 (05:40 +0900)]
chore: do not warn about reserved methods
Evan You [Fri, 2 Nov 2018 20:36:51 +0000 (05:36 +0900)]
chore: fix warning newline
Evan You [Fri, 2 Nov 2018 20:28:18 +0000 (05:28 +0900)]
chore: remove unnecessary hooks api
Evan You [Tue, 30 Oct 2018 05:10:03 +0000 (01:10 -0400)]
refactor: use more efficient useComputed() implementation
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
Evan You [Tue, 30 Oct 2018 04:33:45 +0000 (00:33 -0400)]
feat: enable returning observable state from hooks()
Evan You [Mon, 29 Oct 2018 22:50:07 +0000 (18:50 -0400)]
feat: hooks that match current API
Evan You [Sun, 28 Oct 2018 23:15:18 +0000 (19:15 -0400)]
feat: make hooks usable inside classes
Evan You [Sun, 28 Oct 2018 21:47:22 +0000 (17:47 -0400)]
chore: move hooks to experimental
Evan You [Sun, 28 Oct 2018 21:45:53 +0000 (17:45 -0400)]
test: basic tests for hooks
Evan You [Sun, 28 Oct 2018 21:43:27 +0000 (17:43 -0400)]
feat(runtime-test): triggerEvent
Evan You [Sun, 28 Oct 2018 21:18:41 +0000 (17:18 -0400)]
test: tests for memoize
Evan You [Sun, 28 Oct 2018 20:41:29 +0000 (16:41 -0400)]
feat: skip constant trees and memoize fn
Evan You [Sun, 28 Oct 2018 19:58:59 +0000 (15:58 -0400)]
perf: skip props update if data object is the same
Evan You [Sun, 28 Oct 2018 19:23:37 +0000 (15:23 -0400)]
feat: delegate pointer events
Evan You [Sun, 28 Oct 2018 18:22:52 +0000 (14:22 -0400)]
fix: fragment replaceVNode
Evan You [Sun, 28 Oct 2018 18:22:34 +0000 (14:22 -0400)]
refactor: improve scheduler error warning message
Evan You [Sun, 28 Oct 2018 16:59:08 +0000 (12:59 -0400)]
refactor(scheduler): improve infinite loop detection
Evan You [Sun, 28 Oct 2018 16:10:29 +0000 (12:10 -0400)]
fix(hooks): fix effect update & cleanup
Evan You [Sun, 28 Oct 2018 16:09:38 +0000 (12:09 -0400)]
refactor: improve error logging
Evan You [Sun, 28 Oct 2018 16:08:58 +0000 (12:08 -0400)]
fix(scheduler): handle queueJob inside postFlushCbs
Evan You [Sun, 28 Oct 2018 16:08:20 +0000 (12:08 -0400)]
fix: parent chain error when root is functional
Evan You [Sun, 28 Oct 2018 02:10:25 +0000 (22:10 -0400)]
feat: implement basic hooks
Evan You [Fri, 26 Oct 2018 21:51:09 +0000 (17:51 -0400)]
build: update runtime-dom global name
Evan You [Fri, 26 Oct 2018 21:49:40 +0000 (17:49 -0400)]
refactor: adjust props initialization/updating
Evan You [Fri, 26 Oct 2018 19:44:50 +0000 (15:44 -0400)]
refactor: rename packages
Evan You [Fri, 26 Oct 2018 16:11:52 +0000 (12:11 -0400)]
perf: skip initializer extraction for options objects
Evan You [Fri, 26 Oct 2018 15:47:04 +0000 (11:47 -0400)]
refactor: reduce work in options -> class conversion
Evan You [Tue, 23 Oct 2018 15:59:16 +0000 (11:59 -0400)]
workflow: default dev script to vue package
Evan You [Tue, 23 Oct 2018 15:58:37 +0000 (11:58 -0400)]
build: add vue package
Evan You [Tue, 23 Oct 2018 15:44:56 +0000 (11:44 -0400)]
build: rename vue-compat
Evan You [Thu, 18 Oct 2018 23:15:17 +0000 (19:15 -0400)]
test: test for mixins
Evan You [Thu, 18 Oct 2018 22:29:27 +0000 (18:29 -0400)]
test: component class inheritance
Evan You [Thu, 18 Oct 2018 22:21:26 +0000 (18:21 -0400)]
feat: export all option types
Evan You [Thu, 18 Oct 2018 22:21:14 +0000 (18:21 -0400)]
fix: watcher oldValue
Evan You [Thu, 18 Oct 2018 22:01:38 +0000 (18:01 -0400)]
fix: should always generate slot for non-null children
Evan You [Thu, 18 Oct 2018 21:49:11 +0000 (17:49 -0400)]
fix: KeepAlive state should be non-reactive
Evan You [Wed, 17 Oct 2018 21:36:34 +0000 (17:36 -0400)]
test: wip tests for inheritance and mixins
Evan You [Wed, 17 Oct 2018 21:35:03 +0000 (17:35 -0400)]
feat: warn missing render() function
Evan You [Wed, 17 Oct 2018 20:37:45 +0000 (16:37 -0400)]
refactor: createComponentInstance needs only 1 argument
Evan You [Wed, 17 Oct 2018 20:19:07 +0000 (16:19 -0400)]
chore: upgrade TS
Evan You [Wed, 17 Oct 2018 16:20:54 +0000 (12:20 -0400)]
refactor: use faster key check
Evan You [Wed, 17 Oct 2018 14:52:08 +0000 (10:52 -0400)]
refactor: events -> eventEmitter
Evan You [Wed, 17 Oct 2018 00:32:18 +0000 (20:32 -0400)]
refactor: split EventEmitter and make it optional
Evan You [Wed, 17 Oct 2018 00:04:58 +0000 (20:04 -0400)]
feat: support initializers in mixins
Evan You [Tue, 16 Oct 2018 23:16:34 +0000 (19:16 -0400)]
fix: fix props option merging
Evan You [Tue, 16 Oct 2018 23:10:08 +0000 (19:10 -0400)]
refactor: proper options inheritance
Evan You [Tue, 16 Oct 2018 21:42:19 +0000 (17:42 -0400)]
build: tweak bootstrap script
Evan You [Tue, 16 Oct 2018 21:41:59 +0000 (17:41 -0400)]
build: adjust types build script
Evan You [Tue, 16 Oct 2018 19:53:23 +0000 (15:53 -0400)]
refactor: use shared util, remove unused regex
Evan You [Tue, 16 Oct 2018 19:47:51 +0000 (15:47 -0400)]
refactor: option merging + extract helper functions
Evan You [Tue, 16 Oct 2018 16:37:31 +0000 (12:37 -0400)]
refactor: access all options from instance.$options
Evan You [Tue, 16 Oct 2018 14:50:23 +0000 (10:50 -0400)]
feat: allow mixins to accept generics
Evan You [Mon, 15 Oct 2018 23:08:19 +0000 (19:08 -0400)]
chore: comments, signature
Evan You [Mon, 15 Oct 2018 23:07:06 +0000 (19:07 -0400)]
wip: mixins
Evan You [Mon, 15 Oct 2018 18:39:16 +0000 (14:39 -0400)]
feat: improve warning component trace
Evan You [Mon, 15 Oct 2018 17:12:13 +0000 (13:12 -0400)]
fix: provide/inject should be resolved in parent tree
Evan You [Mon, 15 Oct 2018 16:43:21 +0000 (12:43 -0400)]
refactor: use more explicit names for warning context
Evan You [Mon, 15 Oct 2018 16:41:18 +0000 (12:41 -0400)]
refactor: tweak arguments
Evan You [Sun, 14 Oct 2018 01:14:52 +0000 (21:14 -0400)]
types: fix wrong order
Evan You [Sun, 14 Oct 2018 01:13:56 +0000 (21:13 -0400)]
types: improve public component type
Evan You [Sun, 14 Oct 2018 00:46:30 +0000 (20:46 -0400)]
types: basic tsx support
Evan You [Sat, 13 Oct 2018 02:07:08 +0000 (22:07 -0400)]
types: further tweak createElement type inference
Evan You [Fri, 12 Oct 2018 23:49:41 +0000 (19:49 -0400)]
types: improve createElement typing