Commit Graph

66 Commits

Author SHA1 Message Date
Haoqun Jiang
c52e244983
chore: release v1.2.2 2024-03-20 00:34:48 +08:00
renovate[bot]
3c2d65e327
chore(deps): update all non-major dependencies (#693)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2024-02-05 22:21:26 +08:00
三咲智子 Kevin Deng
d99206b059
refactor(jsx-explorer): dogfooding of JSX syntax 2024-01-24 02:42:21 +08:00
三咲智子 Kevin Deng
0838a222d9
chore: release v1.2.1 2024-01-22 23:10:24 +08:00
三咲智子 Kevin Deng
6d71c30835
chore: bump 1.2.0 2024-01-21 17:34:12 +08:00
三咲智子 Kevin Deng
3f8f4bbfc6
feat: resolve TS type (#664) 2024-01-21 17:25:13 +08:00
renovate[bot]
fdc88d928b
chore(deps): update all non-major dependencies (#688)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2024-01-21 17:11:15 +08:00
三咲智子 Kevin Deng
8fd4348a64
chore: release v1.1.6 2024-01-13 02:57:39 +08:00
renovate[bot]
436868d9f9
chore(deps): update all non-major dependencies (#678)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2024-01-13 02:46:31 +08:00
三咲智子 Kevin Deng
62947451b3
chore(jsx-explorer): es module package 2024-01-13 02:44:35 +08:00
renovate[bot]
02a56bf735
chore(deps): update all non-major dependencies (#673) 2023-10-25 16:01:48 +09:00
三咲智子 Kevin Deng
5e33e0b0ba
chore: upgrade deps 2023-09-26 20:09:16 +08:00
renovate[bot]
4050dd6da4
chore(deps): update all non-major dependencies (#671)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-25 02:02:14 -05:00
renovate[bot]
1408abdd3b
chore(deps): update all non-major dependencies (#669)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-11 03:38:10 -05:00
renovate[bot]
08dfbdcf93
chore(deps): update all non-major dependencies (#666)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-04 11:32:36 -05:00
renovate[bot]
bfe427fa7e
chore(deps): update all non-major dependencies (#661)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-28 00:08:32 +08:00
renovate[bot]
580f45aafb
chore(deps): update all non-major dependencies (#659)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-17 17:03:47 +08:00
renovate[bot]
1220687593
chore(deps): update all non-major dependencies (#656)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-07-10 14:16:33 +08:00
三咲智子 Kevin Deng
64a7637a1e
chore: release v1.1.5 2023-06-29 22:02:20 +08:00
三咲智子 Kevin Deng
e73b065360
chore: release v1.1.4 2023-06-26 15:54:40 +08:00
三咲智子 Kevin Deng
80f266b4e8
chore: release v1.1.3 2023-06-25 17:24:31 +08:00
三咲智子 Kevin Deng
ef1a0fd5ba
chore: release v1.1.2 2023-06-25 16:54:26 +08:00
三咲智子 Kevin Deng
cb55979a56
refactor(jsx-explorer): remove MonacoEditorPlugin 2023-06-25 16:40:31 +08:00
三咲智子 Kevin Deng
dbba3205e4
refactor: upgrade project setup (#646) 2023-06-22 12:14:02 +08:00
renovate[bot]
367d21d7af
chore(deps): update all non-major dependencies (#611)
* chore(deps): update all non-major dependencies

* chore: remove the lockfile and reinstall to update trnasitive deps

The outdated `@types/babel__traverse` package is causing type errors

* fix: fix htmlTags type error

* fix: pin @types/node to 18.8.0 to work around https://github.com/johnsoncodehk/volar/issues/1985

* fix: pin @vue/test-utils temporarily to avoid snapshot differences

* test: update snapshot

As far as I see, all the snapshot differences are merely the newlines
after `import` statements

* test: add `attachTo: document.body` to make click event take effect

See https://github.com/vuejs/test-utils/issues/1470#issuecomment-1114752388

* fix: fix mjs processing for webpack 4

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
2022-10-15 10:33:17 +08:00
dependabot[bot]
8fa8beffa9
chore(deps-dev): bump vue from 3.2.8 to 3.2.26 (#532)
Bumps [vue](https://github.com/vuejs/vue) from 3.2.8 to 3.2.26.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-20 20:43:05 +08:00
Amour1688
942b3b4a65 v1.1.0 2021-09-30 06:52:13 +08:00
Kael
1ab8483933
feat: allow string arguments on directives (#496)
* chore: update dependencies

* feat: allow string arguments on directives

resolves #325
2021-09-22 10:27:50 +08:00
Amour1688
c48dbb7dc8 v1.0.4 2021-03-29 21:04:28 +08:00
dependabot-preview[bot]
de17052e7d
chore(deps-dev): bump vue from 3.0.5 to 3.0.7 (#356)
Bumps [vue](https://github.com/vuejs/vue) from 3.0.5 to 3.0.7.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-15 17:36:14 +08:00
Amour1688
a744cb1aab chore(deps-dev): bump typescript to 4.2.3 2021-03-13 14:51:16 +08:00
Amour1688
ee3faaf58b v1.0.2 2021-01-17 00:23:07 +08:00
dependabot-preview[bot]
03e839047c
chore(deps-dev): bump vue from 3.0.0 to 3.0.5 (#246)
Bumps [vue](https://github.com/vuejs/vue) from 3.0.0 to 3.0.5.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-01 21:09:25 +08:00
Amour1688
503e232741 v1.0.0 2020-12-26 01:02:41 +08:00
Amour1688
fe68d384c9 v1.0.0-rc.4 2020-12-08 22:19:39 +08:00
dependabot-preview[bot]
5d4a501bfe
chore(deps-dev): bump vue from 3.0.0-rc.10 to 3.0.0 (#128)
Bumps [vue](https://github.com/vuejs/vue) from 3.0.0-rc.10 to 3.0.0.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-09 15:58:51 +08:00
Amour1688
bd938b770d v1.0.0-rc.3 2020-09-14 17:23:43 +08:00
Amour1688
53739e1d5c chore: monaco in cdn 2020-09-05 21:58:07 +08:00
dependabot-preview[bot]
d00a225a2d
chore(deps-dev): bump vue from 3.0.0-rc.9 to 3.0.0-rc.10 (#91)
Bumps [vue](https://github.com/vuejs/vue) from 3.0.0-rc.9 to 3.0.0-rc.10.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-05 11:32:51 +08:00
dependabot-preview[bot]
0c01e71932
chore(deps-dev): bump typescript from 3.9.6 to 4.0.2 (#89)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.6 to 4.0.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.6...v4.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-02 15:09:11 +08:00
dependabot-preview[bot]
dcf22537b1
chore(deps-dev): bump vue from 3.0.0-rc.7 to 3.0.0-rc.9 (#79)
Bumps [vue](https://github.com/vuejs/vue) from 3.0.0-rc.7 to 3.0.0-rc.9.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-31 15:12:19 +08:00
Amour1688
03b33574e6 v1.0.0-rc.2 2020-08-28 10:24:39 +08:00
Amour1688
09c220eeff chore: rename package namesapce from ant-design-vue to vue 2020-08-28 09:42:13 +08:00
renovate[bot]
86b5051174
chore(deps): update vue monorepo to v3.0.0-rc.7 (#56)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-22 08:48:14 +08:00
renovate[bot]
831987885b
chore(deps): update vue monorepo to v3.0.0-rc.6 (#55)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-20 09:14:28 +08:00
Amour1688
d19a593080 v1.0.0-rc.1 2020-07-29 09:46:15 +08:00
renovate[bot]
0559c78b57
chore(deps): update vue monorepo to v3.0.0-rc.5 (#46)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-29 09:26:13 +08:00
Amour1688
f481fef240 v1.0.0-beta.4 2020-07-22 09:20:13 +08:00
renovate[bot]
59757a170c
chore(deps): update vue monorepo to v3.0.0-rc.4 (#39)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-22 09:10:56 +08:00
renovate[bot]
96c36a4c1b
chore(deps): update vue monorepo to v3.0.0-rc.2 (#38)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-20 09:11:32 +08:00