Skip to content

Releases: alovajs/alova

@alova/[email protected]

29 Nov 13:23
ef2fe52
Compare
Choose a tag to compare

Patch Changes

@alova/[email protected]

29 Nov 13:23
ef2fe52
Compare
Choose a tag to compare

Patch Changes

[email protected]

28 Nov 01:56
ae88038
Compare
Choose a tag to compare

Patch Changes

  • #600 cb52b76 Thanks @JOU-amjs! - fix: setting the cached data if found on useRequest initialization

  • #598 15a99af Thanks @MeetinaXD! - fix: resolve issue with delegateMiddleware using outdated context in react

[email protected]

21 Nov 07:25
cf02da2
Compare
Choose a tag to compare

Patch Changes

  • #589 2ea4916 Thanks @MeetinaXD! - fix: remove page and pageSize parameters from usePagination's send function

[email protected]

12 Nov 02:12
8a57182
Compare
Choose a tag to compare

Patch Changes

[email protected]

06 Nov 10:55
a314f50
Compare
Choose a tag to compare

Patch Changes

[email protected]

04 Nov 03:11
c3bcb7d
Compare
Choose a tag to compare

Patch Changes

[email protected]

01 Nov 14:58
455e5ed
Compare
Choose a tag to compare

Minor Changes

  • #576 433320f - add solid statesHook, and now solidjs is supported
import { createAlova } from 'alova';
import SolidHook from 'alova/solid';
import adapterFetch from 'alova/fetch';

export const alovaInstance = createAlova({
  statesHook: SolidHook,
  requestAdapter: adapterFetch(),
  // ...
});

Patch Changes

  • #576 433320f - fix that not request immediately when set immediate and store to true

  • #576 433320f - move the debounce function of all statesHook to unified place.

@alova/[email protected]

01 Nov 14:59
455e5ed
Compare
Choose a tag to compare

Patch Changes

@alova/[email protected]

01 Nov 14:58
455e5ed
Compare
Choose a tag to compare

Minor Changes

  • #576 433320f Thanks @JOU-amjs! - move statesHookHelper to client, @alova/shared is refactored to build a single file