Commit graph

127 commits

Author SHA1 Message Date
Aaron Smith
cc4b390d3d Auto strict mode based on optimization level 2023-09-20 12:23:51 +01:00
Aaron Smith
8b4210e66a Add error handling for no properties specified 2023-09-20 12:11:29 +01:00
Aaron Smith
835f4d429b Add check for unstable spring parameters 2023-09-20 11:39:44 +01:00
Richard
a543a24865 Revert "Echo initial value if given a source"
This reverts commit 16e2983c54758cabfb1ddd102090f20083820d03.
2023-09-19 19:21:25 +01:00
Richard
109cca45f3 Echo initial value if given a source 2023-09-19 19:21:25 +01:00
Richard
f733647031 Add read() 2023-09-19 19:21:25 +01:00
Aaron Smith
d8a627c58a Fix test type error 2023-09-19 17:37:42 +01:00
Aaron Smith
299ebfc0ac Update strict mode docs 2023-09-19 15:01:26 +01:00
Aaron Smith
bb08e2e97a Update crash course 2023-09-19 14:52:28 +01:00
Aaron Smith
520b0cca32 Update indexes() test 2023-09-19 12:20:03 +01:00
Aaron Smith
250c13e7b8 Fix edge case bugs in reactive graph updates 2023-09-19 12:07:49 +01:00
Aaron
c2d90306b9
Merge pull request #14 from littensy/feat/show
Add `show()`
2023-09-19 00:27:13 +01:00
Richard
d1da0b4ea5 Add show() 2023-09-18 16:19:53 -07:00
aaron
c4a0180a2f Improve error messages for derived sources
There seemed to be confusion over reactive-scoping (likely due to
incomplete docs), so I've added more explicit error messages when
deriving in non-reactive scopes to warn the user to use `root()` or
`mount()`.
2023-09-18 09:40:54 +01:00
Aaron
d13f66a1e1
Merge pull request #11 from Aloroid/report_mount_error
Mounting now reports the actual error instead of printing a table.
2023-09-16 00:16:27 +01:00
aaron
6090e0fc87 Fix mount error trace 2023-09-16 00:15:03 +01:00
Aloroider
00f75973ac now reports mounting error 2023-09-16 00:56:01 +02:00
aaron
35176bc484 Update todo 2023-09-15 19:57:03 +01:00
aaron
efc4798ddb Merge reactive scope refactor 2023-09-15 12:54:42 +01:00
aaron
0e439f084f Update todo 2023-09-04 19:44:27 +01:00
Aaron Smith
d9f6411ad8 Update todo 2023-09-04 11:58:36 +01:00
Aaron
2f2baaef76
Update README.md 2023-09-02 17:44:28 +01:00
aaron
92dca4fa1c Fix tests failing on O2 2023-08-29 23:15:37 +01:00
aaron
6c1425701e Update vitepress 2023-08-29 21:37:10 +01:00
aaron
392c0c1a3c Update unit test
Regression check for recent `action()` bug fix
2023-08-28 12:19:52 +01:00
Aaron
374593029a
Merge pull request #5 from littensy/patch-1
Fix actions receiving nil instance
2023-08-28 12:15:13 +01:00
littensy
f111105c5f
Fix actions receiving nil instance
Action callbacks were being called with 'nil' instead of an instance. This commit fixes the action buffer type and passes 'instance' to the action callback.
2023-08-27 19:39:54 -07:00
aaron
4dc12e0157 Update UI layout instance defaults 2023-08-28 02:19:54 +01:00
aaron
e6a6eff821 Fix bug with UDim aggregate init 2023-08-28 02:08:38 +01:00
aaron
f39774082a Add check for recursive capturing 2023-08-28 01:27:31 +01:00
aaron
fd323d7d39 Fix type in docs 2023-08-27 22:26:23 +01:00
aaron
38f8e8d9c5 Add control over spring solver step 2023-08-26 14:59:19 +01:00
aaron
5ab76a434e Update spring tests 2023-08-26 14:49:46 +01:00
aaron
ffef8e24ca Update todo 2023-08-25 13:54:38 +01:00
aaron
be59b24851 Fix spring not recognising roblox types 2023-08-25 11:18:13 +01:00
aaron
64d2a1f55c Stop resizing of weak tables 2023-08-25 11:17:48 +01:00
Aaron Smith
8ef2d0b190 Update spring solver 2023-08-24 18:09:40 +01:00
Aaron Smith
fdc72a17f0 Improve docs 2023-08-22 16:46:38 +01:00
Aaron Smith
6764d34ce1 Fix type error 2023-08-22 16:16:04 +01:00
Aaron Smith
a3f03fd067 Refactor codebase 2023-08-22 15:50:03 +01:00
Aaron Smith
07ae542e28 Add apply() 2023-08-22 13:52:55 +01:00
Aaron Smith
c82ec25efe Update todo 2023-08-22 13:08:16 +01:00
Aaron Smith
15cf7f98ab Update docs 2023-08-22 13:05:48 +01:00
Aaron Smith
6700e1b1f6 Add untrack() 2023-08-22 12:12:03 +01:00
Aaron Smith
0105e33fac Limit cleanup() calls to once per scope 2023-08-22 11:46:56 +01:00
Aaron Smith
2aebaf5abb Add aggregate initialization 2023-08-22 11:15:27 +01:00
aaron
be15f69522 Improve error trace reporting 2023-08-21 21:57:11 +01:00
aaron
ccb36df365 Update todo 2023-08-19 19:48:41 +01:00
Aaron Smith
463faee85a Add cleanup for indexes() and values()
More testing required.
2023-08-17 14:44:45 +01:00
Aaron Smith
bf1271de23 Improve cleanup() algorithm 2023-08-15 17:54:54 +01:00