alicesaidhi
b85419088c
allow fragments in implicit effects for children ( #29 )
...
* fix fragments in effects
* add test case
* more descriptive test
2024-08-20 12:40:29 +01:00
Aaron Smith
c288cb92c4
Minor refactors
...
Also fixed potential bug with `create()` being called recursively if a
property binding passed as a property to `create()` also calls
`create()`
2023-11-20 16:53:30 +00:00
Aaron Smith
8b4210e66a
Add error handling for no properties specified
2023-09-20 12:11:29 +01:00
aaron
efc4798ddb
Merge reactive scope refactor
2023-09-15 12:54:42 +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
e6a6eff821
Fix bug with UDim aggregate init
2023-08-28 02:08: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
2aebaf5abb
Add aggregate initialization
2023-08-22 11:15:27 +01:00
Aaron Smith
a769139136
Update property nesting
...
Deeper nested properties guaranteed to be processed after shallower
nested properties.
Also added strict mode checks for duplicate nested properties.
2023-08-14 11:42:16 +01:00
Aaron Smith
7e5102c314
Update mocks
2023-08-10 15:43:27 +01:00
Aaron Smith
b3c600acc3
Update mock tests
2023-08-09 17:58:17 +01:00
aaron
cb002f4f27
Initial commit
2023-08-08 21:33:11 +01:00