Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Releases: littensy/rbxts-roact-hooked

v2.6.2

24 Oct 04:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.1...v2.6.2

v2.6.1

26 Aug 17:40
Compare
Choose a tag to compare

What's Changed

  • fix: withHookDetection return type by @littensy in #8

New Contributors

Full Changelog: v2.4.0...v2.6.1

v2.4.0

03 May 21:25
Compare
Choose a tag to compare

⭐ New Features

  • withHookDetection returns Roact module 5dc202c

v2.3.1

08 Jan 06:39
Compare
Choose a tag to compare

Bug Fixes

🪲 Force early exit when testing hooks

v2.3.0

08 Jan 06:16
Compare
Choose a tag to compare

New Features

🌟 Optional withHookDetection function for automatic HOCs for function components that use hooks withHookDetection.lua
🌟 Add markPureComponent for using PureComponents with hook detection

v2.2.0

08 Jan 05:41
Compare
Choose a tag to compare

New Features

🌟 useContext supports default context values 4cca196 Kampfkarren/roact-hooks#38

Development

🛠️ useEffect callback and cleanup functions cannot yield
🛠️ Update Roact module getter for roblox-ts 2.x

v2.1.1

26 Aug 05:01
Compare
Choose a tag to compare

Bug Fixes

🪲 Improve hook misuse error messages fc8b9a8

v2.1.0

22 Aug 00:55
Compare
Choose a tag to compare

New Features

🌟 Add optional api parameter to HOCs for access to shouldUpdate 9342917

v2.0.3

01 Jul 07:18
Compare
Choose a tag to compare

Bug Fixes

🪲 Fix areHookInputsEqual implementation 7f23710

v2.0.1

27 Jun 19:38
Compare
Choose a tag to compare

Bug Fixes

🪲 Return false in dependency comparison if they have different lengths 2e3cde4