110 Commits

Author SHA1 Message Date
963c204da4 docs: remove showLoading and hideLoading (#842)
* docs: remove showLoading and hideLoading

* docs: add note for `showLoading` and `hideLoading` method
2025-07-02 18:31:57 +08:00
b7852ab643 fix: fix type for autoresize (again), closes #810 2024-08-19 23:41:18 +08:00
ec2c15c153 fix(#805): fix style injection 2024-08-13 15:33:36 +08:00
4f3a6ac0a3 fix: fix event types and bump to 7.0.0 2024-08-03 16:17:46 +08:00
e967bfc1fe docs: update migration part in readme 2024-07-25 23:54:58 +08:00
a9c54e1dc5 docs: update readme 2024-07-25 23:21:49 +08:00
d941e35a61 docs: update csp usage docs 2024-07-24 18:21:56 +08:00
6b98318504 build: add back umd, drop csp, share type between vue2/3 2024-07-24 18:21:56 +08:00
27c79b9012 feat!: move to esm and drop support for vue 2.6 2024-07-24 18:21:56 +08:00
443eaa0367 chore: update readme 2024-06-04 23:14:19 +08:00
e651d32334 fix(#783): chart should display after activation in <keep-alive> 2024-05-07 17:43:19 +08:00
185940aecb docs: update changelog and version 2024-04-22 21:15:38 +08:00
def674bc6c refactor: improve readability and add more comments to explain native event handling 2024-04-22 21:08:02 +08:00
5cdff0b4f9 feat: also supports native: in Vue 2 2024-04-22 19:22:14 +08:00
29ff9bc52a feat: support native listener in Vue 3 2024-04-22 19:22:14 +08:00
34defec669 docs: update readme 2024-04-22 11:03:46 +08:00
ae3102a86c chore: add asf notice to readme (#769) 2024-03-12 10:56:23 +08:00
311d588850 chore: update version and readme 2024-02-20 10:58:50 +08:00
dc9dccbf05 fix: fix postinstall script 2023-12-26 15:21:06 +08:00
476efa4209 fix: add missing type file for 2.7 2023-12-26 15:00:23 +08:00
7bcf57e77b fix(types): fix types for vue < 2.7 2023-12-26 14:54:37 +08:00
cb95ece9c6 chore: update changelog and version 2023-12-18 10:28:28 +08:00
2b30334b82 docs: update readme 2023-12-13 11:01:54 +08:00
e7eb680d46 chore: update changelog and version 2023-12-12 09:59:33 +08:00
a2f8f0010a chore: update readme [ci skip] 2023-11-01 18:11:27 +08:00
1a3d7e2004 chore: refine readme 2023-09-13 12:13:45 +08:00
f5bebc0920 chore: add codegen screenshot 2023-08-30 20:31:50 +08:00
b843f805a5 chore: update readme 2023-08-30 20:20:55 +08:00
c103128c99 chore: update readme [skip ci] 2023-08-28 14:41:34 +08:00
03a3a6a401 docs: update README.md - remove --save instruction (#735)
According to https://blog.npmjs.org/post/161081169345/v500.html . The --save options is default since npm version 5
2023-08-17 23:15:25 +08:00
088f18ac80 chore: update readme 2023-08-17 20:10:37 +08:00
f8e7597193 chore: update readme 2023-08-07 10:09:12 +08:00
3da9f285ff chore: update deps 2023-08-01 19:54:01 +08:00
e8697382a1 feat: add options for autoresize
* add `throttle: number` to specify throttle delay (#419 #562)
* add `onResize: () => void` to specify a resize callback (#714)
2023-06-13 20:35:45 +08:00
9c34d682c4 docs: update readme 2023-04-24 13:17:06 +08:00
b86280e1f0 fix: cleaned up the console.log call sneaked in by mistake 2023-02-08 16:32:30 +08:00
6159c7d684 fix: fix default behavior for notMerge, close #691 2023-02-08 16:22:51 +08:00
4313d301e4 docs: add codesandbox link 2023-02-03 14:55:08 +08:00
b003b07222 docs: add codeflow link 2023-02-02 15:15:19 +08:00
f554c89c58 chore: remove esm deps and unused files 2023-02-02 00:04:27 +08:00
5f7f9c0d4c feat: handle csp, extract css 2023-01-28 23:52:11 +08:00
f5819e4361 chore: update deps and version 2023-01-09 12:58:10 +08:00
fd36c5120b docs: @nuxtjs/composition-api is still needed for 2.7+ 2023-01-08 23:39:55 +08:00
0edfb3936c types: use more precise typings for event handlers, update peer deps for echarts 2023-01-02 23:41:40 +08:00
ed4bd392ff chore: update readme version 2023-01-01 23:52:32 +08:00
0a4601bc1a feat: delay disposal to disconnection if possible 2022-12-29 18:13:51 +08:00
3b2f2b547b docs: update readme version 2022-12-19 02:19:14 +08:00
977db3d415 fix: autoresize now works for grid layout by default (#675) 2022-12-19 02:03:25 +08:00
0bb1839392 feat: add basic types for events 2022-12-18 19:38:04 +08:00
5f57d3fb1c docs: update readme version 2022-12-17 01:46:23 +08:00