Releases: desko27/react-call
Releases Β· desko27/react-call
v1.8.1 Component.upsert()
What's Changed
- Add upsert implementation and docs by @flt3150sk in #56
New Contributors
- @flt3150sk made their first contribution in #56
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
β¨ 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.6.0 Component.update()
β¨ 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 Component.end()
v1.4.0 call.index, call.stackSize
v1.3.0 Exit Animations
β¨ 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.2.0 CJS Support
β¨ CJS Support! #6 Thanks @mariusGundersen
v1.1.0 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
- 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