Releases: adhese/sdk_typescript
Releases · adhese/sdk_typescript
@adhese/[email protected]
Patch Changes
- 6ca2c26: Fix default
viewabilityTrackingOptions.threshold
to be0.5
instead of0.2
@adhese/[email protected]
Patch Changes
- Updated dependencies [6ca2c26]
- @adhese/[email protected]
@adhese/[email protected]
Patch Changes
- b178b64: Fix eager rendering not doing anything
@adhese/[email protected]
Patch Changes
- Updated dependencies [b178b64]
- @adhese/[email protected]
@adhese/[email protected]
Patch Changes
- 52d0f0c: Make sure slots cannot trigger a render when the status is
empty
orerror
- 52d0f0c: Make sure that the onRequest hook is fired when the data is already present as initial data
- Updated dependencies [52d0f0c]
- @adhese/[email protected]
@adhese/[email protected]
Patch Changes
- 52d0f0c: Async hooks that do not have an argument should settle promises concurrently
@adhese/[email protected]
Patch Changes
- 52d0f0c: Optimise React rendering by using
useLayoutEffect
to prevent layout jumping during slot creation - 52d0f0c: Memoize render output to prevent unneeded triggers
- Updated dependencies [52d0f0c]
- Updated dependencies [52d0f0c]
- Updated dependencies [52d0f0c]
- @adhese/[email protected]
- @adhese/[email protected]
@adhese/[email protected]
Patch Changes
- 236883d: Make sure that the clean element function does not work when renderMode is none
- Updated dependencies [59e397c]
- @adhese/[email protected]
@adhese/[email protected]
Minor Changes
- 59e397c: Expose extra helpful types from the @vue/runtime-core package
@adhese/[email protected]
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
- 59e397c: Make sure that the slot state is not updated every time a internal value changes
- Updated dependencies [59e397c]
- Updated dependencies [236883d]
- @adhese/[email protected]
- @adhese/[email protected]