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.0.0

27 Jun 17:06
2880e96
Compare
Choose a tag to compare

Development

🚀 Full code refactor for Luau 519cc6e

v1.2.7

19 Apr 23:25
Compare
Choose a tag to compare
1.2.7

v1.2.5

26 Mar 04:51
b7f640c
Compare
Choose a tag to compare

Bug Fixes

  • Fix undefined cleanup functions not being deleted

v1.2.4

26 Mar 04:46
e52770e
Compare
Choose a tag to compare
Fix undefined cleanup functions not being deleted

v1.2.3

18 Feb 21:21
Compare
Choose a tag to compare

Bug Fixes

  • Fix areDepsEqual returning true when nextDeps is empty

v1.2.2

09 Sep 20:37
Compare
Choose a tag to compare

Development

📚 New useMutable function overloads

🔨 Internal changes

1.2.1

04 Sep 23:08
Compare
Choose a tag to compare

Development

v1.2.0

03 Sep 03:10
Compare
Choose a tag to compare

This is a breaking change!

Development

❌ Remove Hooked namespace export for hooked, pure exports 159b9c9 d2ecacf @littensy

🔨 Rename useValue to useMutable 3d7ec8a @littensy

🔨 useState uses useReducer internally 9c463e7 @littensy

Bug Fixes

v1.1.1

02 Sep 06:34
Compare
Choose a tag to compare

Development

❌ Remove useLayoutEffect in favor of synchronous useEffect

Bug Fixes

v1.1.0

02 Sep 05:14
Compare
Choose a tag to compare

New Features

🌟 Add useRef Hook to memoize createRef

🌟 useState, useContext, & useReducer bail out of a rerender if the new state is the same value as the current state

Bug Fixes

🐞 Fix all props in elements being optional

Development

🌟 Defer useEffect & run useLayoutEffect synchronously

📚 Improve documentation for Hooks