Commit Graph

5353 Commits

Author SHA1 Message Date
Evan You 1a1f680536 wip: pre tag handling 2023-11-25 16:18:29 +08:00
Evan You 5762288bdf wip: parse interpolation 2023-11-25 16:18:29 +08:00
Evan You 70edd1c61e wip: check duplicated attributes 2023-11-25 16:18:29 +08:00
Evan You ec33e61e87 wip: remove htmlMode 2023-11-25 16:18:29 +08:00
Evan You db085b4a79 wip: remove foreignContext check 2023-11-25 16:18:29 +08:00
Evan You 65c0b31148 wip: modifiers 2023-11-25 16:18:29 +08:00
Evan You b81415ceac wip: source location for props 2023-11-25 16:18:29 +08:00
Evan You 08038a938c wip: parse directive in tokenizer 2023-11-25 16:18:29 +08:00
Evan You 622d34efe1 wip: optimize condenseWhitespace 2023-11-25 16:18:29 +08:00
Evan You 9aa8effec3 wip: parse directives 2023-11-25 16:18:29 +08:00
Evan You f131a4723b wip: loc for elements 2023-11-25 16:18:29 +08:00
Evan You f7db16b9cf wip: refactor line / column generation 2023-11-25 16:18:29 +08:00
Evan You 6311ebbf32 wip: save 2023-11-25 16:18:29 +08:00
Evan You 19bd714239 wip: port parser 2023-11-25 16:18:29 +08:00
Evan You 2a6292e37f wip: remove unused options 2023-11-25 16:18:29 +08:00
Evan You bc37eae8b0 wip: strip xmlMode / htmlMode 2023-11-25 16:18:29 +08:00
Evan You 5b9141cc30 wip: setup 2023-11-25 16:18:29 +08:00
Evan You 069f838691 release: v3.3.9 2023-11-25 16:11:31 +08:00
三咲智子 Kevin Deng 7e85be836a
refactor: root id 2023-11-24 20:41:46 +08:00
三咲智子 Kevin Deng 91e7f9bb83
feat: dynamic root node 2023-11-24 20:29:05 +08:00
三咲智子 Kevin Deng acec2409c7
test: add unit tests for directives 2023-11-24 20:03:28 +08:00
三咲智子 Kevin Deng 74031bac34
fix: remove get children when no dynamic node 2023-11-24 19:57:20 +08:00
三咲智子 Kevin Deng b70aa0a9a0
feat: v-cloak 2023-11-24 15:40:38 +08:00
三咲智子 Kevin Deng c9beaf6916
feat: v-pre 2023-11-24 15:37:49 +08:00
三咲智子 Kevin Deng 0d8cc43482
chore: update todo 2023-11-24 15:34:40 +08:00
三咲智子 Kevin Deng 7ddf69e6e9
feat: once 2023-11-24 15:25:34 +08:00
三咲智子 Kevin Deng 0b07affe0b
fix: typo 2023-11-24 15:02:47 +08:00
三咲智子 Kevin Deng 30ba8daeb2
fix: self closing tag 2023-11-24 14:59:10 +08:00
三咲智子 Kevin Deng dc3bc7016e
feat: v-text 2023-11-24 14:48:51 +08:00
三咲智子 Kevin Deng 74b4328337
feat: v-html 2023-11-24 14:44:57 +08:00
三咲智子 Kevin Deng 567feccb39
chore: add todo comment 2023-11-24 11:42:16 +08:00
三咲智子 Kevin Deng 1d5436fbf8
chore: update readme 2023-11-24 11:15:39 +08:00
三咲智子 Kevin Deng e44d616c80
chore: codegen 2023-11-24 11:15:33 +08:00
三咲智子 Kevin Deng d02629efa2
refactor: helpers, import type, cleanup 2023-11-24 11:07:31 +08:00
三咲智子 Kevin Deng 79fc4025c3
fix: ts error 2023-11-23 23:56:32 +08:00
三咲智子 Kevin Deng c347c02062
test: counter 2023-11-23 23:46:21 +08:00
三咲智子 Kevin Deng d21fd83a6d
Merge remote-tracking branch 'upstream/main' 2023-11-23 23:44:07 +08:00
三咲智子 Kevin Deng cd768d262f
refactor: tidy 2023-11-23 23:43:19 +08:00
三咲智子 Kevin Deng 1d2f66e111
feat: binding 2023-11-23 23:42:16 +08:00
Carlos Rodrigues 1c525f75a3
types: support app.component to be `defineComponent` (#9662) 2023-11-22 22:18:02 +08:00
三咲智子 Kevin Deng 79b8a0905b
feat!: remove reactivity transform (#9321)
BREAKING CHANGE: Reactivity Transform was marked deprecated in 3.3 and is now removed in 3.4. This change does not require a major due to the feature being experimental. Users who wish to continue using the feature can do so via the external plugin at https://vue-macros.dev/features/reactivity-transform.html
2023-11-21 18:06:42 +08:00
Evan You afb21f7813 test: fix keepalive transition out-in test case 2023-11-21 17:57:44 +08:00
Evan You 1ea775633d chore: Merge branch 'main' into minor 2023-11-21 09:48:26 +08:00
Evan You fc772dbf73 chore: exclude private packages from version updates 2023-11-21 09:37:37 +08:00
Evan You 8fddb19c3a workflow: use workspace deps 2023-11-21 09:22:12 +08:00
三咲智子 Kevin Deng 717aad275d
Merge remote-tracking branch 'upstream/main' 2023-11-20 18:28:52 +08:00
renovate[bot] 32fb79df41
chore(deps): update all non-major dependencies (#9636)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-20 17:38:13 +08:00
三咲智子 Kevin Deng b5eb4e78b8
fix: import 2023-11-20 14:20:21 +08:00
renovate[bot] 07bd2cd27e
chore(deps): update dependency vite to v5 (#9630)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-11-18 10:36:56 +08:00
renovate[bot] 1ef43479c8
chore(deps): update dependency tsx to v4 (#9629)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-18 10:33:45 +08:00