Skip to content

Releases: adhese/sdk_typescript

@adhese/[email protected]

22 Nov 12:54
5eeacf6
Compare
Choose a tag to compare

Patch Changes

  • 6ca2c26: Fix default viewabilityTrackingOptions.threshold to be 0.5 instead of 0.2

@adhese/[email protected]

22 Nov 12:54
5eeacf6
Compare
Choose a tag to compare

Patch Changes

@adhese/[email protected]

20 Nov 08:54
6bc77f6
Compare
Choose a tag to compare

Patch Changes

  • b178b64: Fix eager rendering not doing anything

@adhese/[email protected]

20 Nov 08:54
6bc77f6
Compare
Choose a tag to compare

Patch Changes

@adhese/[email protected]

19 Nov 10:48
1544fa1
Compare
Choose a tag to compare

Patch Changes

  • 52d0f0c: Make sure slots cannot trigger a render when the status is empty or error
  • 52d0f0c: Make sure that the onRequest hook is fired when the data is already present as initial data
  • Updated dependencies [52d0f0c]

@adhese/[email protected]

19 Nov 10:48
1544fa1
Compare
Choose a tag to compare

Patch Changes

  • 52d0f0c: Async hooks that do not have an argument should settle promises concurrently

@adhese/[email protected]

19 Nov 10:48
1544fa1
Compare
Choose a tag to compare

Patch Changes

@adhese/[email protected]

18 Nov 13:55
67a21c9
Compare
Choose a tag to compare

Patch Changes

@adhese/[email protected]

18 Nov 13:55
67a21c9
Compare
Choose a tag to compare

Minor Changes

  • 59e397c: Expose extra helpful types from the @vue/runtime-core package

@adhese/[email protected]

18 Nov 13:55
67a21c9
Compare
Choose a tag to compare

Minor Changes

  • 59e397c: Add useWatch hook that will allow you to observer if a value of reactive object changes within an Adhese slot. The value that is watched is converted into a proper React state that will trigger a re-render when it changes.
  • 59e397c: Add reexport to the core @adhese/sdk package

Patch Changes