v0.4.0 is now live ! 🚀
- fix(hotkey): move preventDefault() into specific conditional branching by @pubuzhixing8 in https://github.com/plait-board/drawnix/pull/303
- fix: make menu click trigger show/hide submenu for mobile users to be able to choose the submenu by @NaoCoding in https://github.com/plait-board/drawnix/pull/324
- feat: handle text editing on touch device by @pubuzhixing8 in https://github.com/plait-board/drawnix/pull/320
- fix(freehand): disable freehand and erase functionalities when user i… by @pubuzhixing8 in https://github.com/plait-board/drawnix/pull/332
- fix(toolbar): make arrow and shape picker button automatically select the first arrow/shape if it's the first time by @NaoCoding in https://github.com/plait-board/drawnix/pull/333
- fix(mind): fix image scaling issue by @seepine in https://github.com/plait-board/drawnix/pull/317
- Add Vietnamese translations for UI elements by @vigstudio in https://github.com/plait-board/drawnix/pull/343
- feat(export): support export as svg #278 by @pubuzhixing8 in https://github.com/plait-board/drawnix/pull/348
- build: claim dependencies directly by @pubuzhixing8 in https://github.com/plait-board/drawnix/pull/351
- fix: add tooltip, fix get wrong percentage, change cursor when not allowed by @WBbug in https://github.com/plait-board/drawnix/pull/318
- build: add laser-pen to drawnix's package.json by @pubuzhixing8 in https://github.com/plait-board/drawnix/pull/354
- feat(theme-color): this pr will improve the issue of saving and loadi… by @pubuzhixing8 in https://github.com/plait-board/drawnix/pull/366
- feat(shapes): support both curly note of left and curly note of right by @pubuzhixing8 in https://github.com/plait-board/drawnix/pull/367
- fix(text): fix focus fail issue after add text through dblclick by @pubuzhixing8 in https://github.com/plait-board/drawnix/pull/368
- feat: add index.css export by @ylfeng250 in https://github.com/plait-board/drawnix/pull/370
- Text font size by @pubuzhixing8 in https://github.com/plait-board/drawnix/pull/374
- fix(freehand): prevent from hitting the freehand when click the cente… by @pubuzhixing8 in https://github.com/plait-board/drawnix/pull/376
- feat(toolbar): add More Options dropdown with duplicate/delete shortcuts by @dodolalorc in https://github.com/plait-board/drawnix/pull/386
- feat: freehand preset color and thickness by @pubuzhixing8 in https://github.com/plait-board/drawnix/pull/383
- 新增复制到剪贴板功能(SVG / PNG) by @nightt5879 in https://github.com/plait-board/drawnix/pull/395
- ci: update base image and github action by @lurenyang418 in https://github.com/plait-board/drawnix/pull/396
- build: bump plait into 0.93.1 by @pubuzhixing8 in https://github.com/plait-board/drawnix/pull/398
- @seepine made their first contribution in https://github.com/plait-board/drawnix/pull/317
- @vigstudio made their first contribution in https://github.com/plait-board/drawnix/pull/343
- @ylfeng250 made their first contribution in https://github.com/plait-board/drawnix/pull/370
- @dodolalorc made their first contribution in https://github.com/plait-board/drawnix/pull/386
Full Changelog: https://github.com/plait-board/drawnix/compare/v0.3.0...v0.4.0
Release 2026-04-19 10:59
Release 2026-04-19 10:59
- vue-query: allow computed ref as enabled property in queryOptions (#10465) (c2d0dfff5) by @byungsker
- @tanstack/angular-query-experimental@5.99.2
- @tanstack/eslint-plugin-query@5.99.2
- @tanstack/preact-query@5.99.2
- @tanstack/preact-query-devtools@5.99.2
- @tanstack/preact-query-persist-client@5.99.2
- @tanstack/query-async-storage-persister@5.99.2
- @tanstack/query-broadcast-client-experimental@5.99.2
- @tanstack/query-core@5.99.2
- @tanstack/query-devtools@5.99.2
- @tanstack/query-persist-client-core@5.99.2
- @tanstack/query-sync-storage-persister@5.99.2
- @tanstack/react-query@5.99.2
- @tanstack/react-query-devtools@5.99.2
- @tanstack/react-query-next-experimental@5.99.2
- @tanstack/react-query-persist-client@5.99.2
- @tanstack/solid-query@5.99.2
- @tanstack/solid-query-devtools@5.99.2
- @tanstack/solid-query-persist-client@5.99.2
- @tanstack/svelte-query@6.1.18
- @tanstack/svelte-query-devtools@6.1.18
- @tanstack/svelte-query-persist-client@6.1.18
- @tanstack/vue-query@5.99.2
- @tanstack/vue-query-devtools@6.1.18
@tanstack/vue-query@5.99.2
-
fix(vue-query): allow computed ref and other reactive values as
enabledproperty in queryOptions (#10465)This fixes a regression introduced in #10452 where
queryOptionsonly accepted getter functions for theenabledproperty, but notcomputedrefs or other reactive values.Now the
enabledproperty inqueryOptionscorrectly accepts:booleanvaluesRef<boolean>ComputedRef<boolean>() => booleangetter functions(query) => booleanquery predicate functions
-
Updated dependencies []:
- @tanstack/query-core@5.99.2
@tanstack/vue-query-devtools@6.1.18
- Updated dependencies [
c2d0dff]:- @tanstack/vue-query@5.99.2
- @tanstack/query-devtools@5.99.2