Skip to content

Releases: desko27/react-call

v1.8.1 Component.upsert()

15 Jun 22:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.1

Note on patch version

Since this is the first release after the monorepo migration, version 1.8.0 accidentally introduced an error in the package.json configuration. This was fixed in version 1.8.1 just minutes after 1.8.0 was published, and 1.8.0 was immediately marked as deprecated.

v1.7.0 Batch end/update methods

24 Jan 22:44
Compare
Choose a tag to compare

✨ Callable.end() and Callable.update() methods can be used without a promise now to affect all ongoing calls.

  • Merge pull request #36 from desko27/feature/add-batch-overloads-to-end-update-methods b6eaadb
  • Add docs for end/update batch overloads 9d5c932
  • Add batch overloads to end/update methods b3b4c85

v1.6.1...v1.7.0

v1.6.1

23 Jan 22:59
Compare
Choose a tag to compare
  • Merge pull request #35 from desko27/feature/accept-partial-props-in-update-method f3b3792
  • Accept partial props in update method 90c7da5

v1.6.0...v1.6.1

v1.6.0 Component.update()

23 Jan 20:31
Compare
Choose a tag to compare

✨ Add the ability to update call props from the caller scope #22 Thanks @PavelZhuravlev

  • Merge pull request #34 from desko27/feature/update-method-from-caller-scope fa17577
  • Improve readme example 2330bf3
  • Improve bundle size fb0df0b
  • Add docs for caller scope update method 4199f62
  • Add update method from caller scope 4287aae

v1.5.0...v1.6.0

v1.5.0 Component.end()

22 Jan 14:36
Compare
Choose a tag to compare

✨ Add the ability to end a call from the caller scope #26 #22 Thanks @rik-iso @PavelZhuravlev

  • Merge pull request #32 from desko27/feature/end-method-from-caller-scope 712e997
  • Add docs for caller scope end method c1fe1dc
  • Raise maxSize a bit cd99a47
  • Add end method from caller scope fff2e75

v1.4.0...v1.5.0

v1.4.0 call.index, call.stackSize

02 Dec 12:05
Compare
Choose a tag to compare

✨ Add call.index and call.stackSize properties

  • Add index and stackSize properties to CallContext 99dbbde
  • Fix types entry warning for exports so it comes earlier 9d91b48

v1.3.0...v1.4.0

v1.3.0 Exit Animations

23 Aug 15:14
Compare
Choose a tag to compare

✨ Support exit animations! #9 Thanks @asnaeb
🐞 Fix Promise.withResolvers() for React Native users #11 Thanks @edvansts

  • Reduce some bundle size bytes by removing strict null comparisons 6881d5a
  • Add docs for animations 94087fc
  • Merge pull request #12 from edvansts/main 9213f5e
  • Integrate the Promise.withResolvers() polyfill inline eb90406
  • Merge branch 'main' into main 50dfbcd
  • Merge pull request #10 from desko27/feature/support-closing-animations 20594ed
  • Update bundle size in the readme b29eb4c
  • Raise the bundle size limit to 550B 72d7ecf
  • fix: promise.withResolvers polyfill added to createCallable 972f8f1
  • Replace optional chaining by guard clause e1014c8

v1.3.0-0...v1.3.0

v1.2.0 CJS Support

19 Aug 12:58
Compare
Choose a tag to compare

✨ CJS Support! #6 Thanks @mariusGundersen

  • Merge pull request #8 from desko27/feature/add-build-and-publish-config-for-commonjs 40d3570
  • Pass lib tsconfigPath to vite dts plugin f905a0b

v1.2.0-1...v1.2.0

v1.1.0 RootProps

16 Aug 16:00
Compare
Choose a tag to compare

✨ New feature: RootProps

  • Merge pull request #5 from desko27/feature/add-root-props f0b7443
  • Add RootProps implementation and docs 632ea8a
  • Fix grammar typo cb6bc68
  • Add React Native and SSR support notes to the readme e02e5a0
  • Add TypeScript types section to the readme 0d334e0
  • Reword mindset by pattern, which is more suitable f996f6f
  • Add "one on top another" tip to the call stack note 9b07d1f

v1.0.1...v1.1.0

v1.0.1

12 Aug 11:14
Compare
Choose a tag to compare
  • Merge pull request #4 from desko27/feature/support-react-native af41b51
  • Support react-native by replacing crypto UUID by id counter 82fab7f
  • Set better naming for internal UserComponent argument and type 9cef594
  • Add extra note on no root found error 913a1e7
  • Add the no renders feature to the docs 7f174c2

v1.0.0...v1.0.1