aaron
b44b9ef2ba
Add implicit effects recursively creating more implicit effects for children
2024-12-27 01:00:45 +00:00
aaron
4c639f8388
Add flag to disable deferral of nested properties
2024-12-26 22:36:58 +00:00
aaron
ccaeb030f3
Remove aggregate construction
2024-12-26 21:17:14 +00:00
richard
3b8d9098c0
Use vector.max to check spring activity ( #44 )
...
* Use `vector.max` to check spring activity
* Revert unnecessary changes
2024-12-05 02:00:37 +00:00
aaron
caa9eaf733
Add thread cleanup helper
2024-11-28 01:00:11 +00:00
aaron
e60aa57ca2
Fix edge case with map functions
2024-11-27 19:43:51 +00:00
11poe
44fe65ee5e
Add create(a, { props }) syntax ( #42 )
...
* Add new create syntax
* Add new create syntax to changelog
* Fix new create syntax test
2024-11-16 20:20:49 +00:00
aaron
8799988851
Update github workflow Luau version
2024-11-16 18:55:37 +00:00
aaron
fdb4a137a8
Fix test require
2024-11-16 18:41:27 +00:00
aaron
f7e9961911
Fix library require
2024-11-16 18:38:23 +00:00
aaron
49cc551493
Switch from mock Vector3 to native vector lib
2024-11-13 22:35:16 +00:00
aaron
5abd5eee91
Update require paths to relative string
2024-11-13 22:19:20 +00:00
aaron
0897821e1f
Add check for destruction of active scope
2024-11-13 21:56:22 +00:00
aaron
a1552402cb
Rename tutorial sections
2024-11-12 15:15:16 +00:00
aaron
bacb4fa0f0
Fix mistakes in docs
2024-11-12 15:08:12 +00:00
aaron
baf308ccf3
Fix bug in code example
2024-11-04 23:27:28 +00:00
aaron
a3cc2dfbda
Update docs
2024-11-04 23:18:04 +00:00
aaron
94add5d452
Update vitepress version
2024-11-03 17:46:45 +00:00
aaron
1edcd65166
Update docs
2024-11-03 17:37:41 +00:00
alicesaidhi
f8e84f9f8d
Improve Documentation Site ( #41 )
...
* update css and snippets
* Add banner
* improve home page
* Update Banner
* cleanup
* Update font to JetBrains Mono
* Add a quick look to Home
* Simplify Home Page
* Removed banner, removed copyright notice, reduced home page
2024-11-03 17:32:19 +00:00
aaron
f7dac3f63a
Bump version to 0.3.1
2024-10-09 02:23:06 +01:00
aaron
6ead93088a
Make context functions return result
2024-10-09 02:12:25 +01:00
aaron
1d565262e1
Bump version to 0.3.0
2024-10-06 18:16:31 +01:00
aaron
93a2a2c631
Make root() destroy scope if error occurs
2024-10-06 18:14:53 +01:00
aaron
c4e1396684
Fix typos
2024-10-06 18:12:25 +01:00
aaron
82eec61c45
Make root() return destructor automatically
2024-10-06 15:37:05 +01:00
aaron
8142acd1c1
Add context()
2024-10-06 15:20:04 +01:00
EwDev
83db00a073
allow changing the current value of a spring (similar to sources) ( #36 )
...
* allow changing the current value of a spring (similar to sources)
* use spaces instead of tabs for identing
2024-09-11 10:11:47 +01:00
alicesaidhi
fbe2f01bb9
fix recursive queue flush ( #28 )
...
* fix recursive queue flush
* remove print from test
* swap order of flush
* simplified test case and remove error
* write more in-depth tests
* change approach flush_update_queue
* double diamond test case
* fix indent
* change naming of function
* subsequent updates do not batch test case
* simplify test case
2024-08-20 12:44:56 +01:00
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
richard
72e5fbb6fe
Round UDim offset values ( #30 )
2024-08-19 14:56:00 +01:00
aaron
e1751fb8d0
Fix GitHub action
2024-07-27 02:03:06 +01:00
aaron
31da86c30b
Allow indexes() and values() to return functions
2024-07-20 18:08:04 +01:00
aaron
2dc2814d76
Fix regression with derived sources
2024-07-19 11:21:49 +01:00
aaron
4f3fccd3bb
Fix root() not showing full error trace
2024-07-17 23:28:43 +01:00
aaron
7bae2517cd
Improve error reporting
2024-07-15 17:37:26 +01:00
aaron
14f8d38a35
Update docs
2024-07-03 15:34:16 +01:00
aaron
000def5bc2
Update docs
2024-07-03 15:02:53 +01:00
aaron
62f1c3a20a
Update docs
2024-07-03 15:02:53 +01:00
aaron
f2de9b0e63
Refactor
2024-07-03 15:02:52 +01:00
Someon1e
67e87110c7
Delete .gitattributes ( #26 )
2024-06-23 18:40:24 +01:00
richard
e1d69afa20
Fix springs passing negative Color3 values ( #25 )
...
* Fix springs passing negative Color3 values
* Clamp color values between 0 and 1
2024-04-21 13:57:29 +01:00
ReturnedTrue
3d324cc30b
Update strict-mode.md ( #24 )
2024-02-19 21:06:06 +00:00
Aaron Smith
d682161c06
Update docs
2023-12-07 17:26:01 +00:00
Aaron Smith
3aed45212a
Fix site mermaid rendering
...
Vitepress rc 26 breaks mermaid plugin - use rc 25.
2023-11-24 11:09:32 +00:00
aaron
50244c2bd8
Update wally version
2023-11-22 10:34:02 +00:00
aaron
c527a62ab1
Bump version to 0.2.0
2023-11-22 10:14:00 +00:00
Aaron Smith
338c66ed57
Try improve crash course
2023-11-21 18:48:47 +00: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
8eb5f96c5b
Fix recursive batch() use
2023-11-20 12:27:56 +00:00