Commit graph

230 commits

Author SHA1 Message Date
sindri
cf51d6da77
Removed cleanup parameter and use internal logic instead, vide.cleanup not compatible.
Refactor draggable factory to remove cleanup parameter and handle connections more efficiently.
2026-03-03 12:49:04 +01:00
sindri
09a98ab343
Implement toggle and dropdown components to docs crash course.
Added toggle, and dropdown with themes and event handling.
Fixed the order of components having menu.luau last.
2026-03-03 12:41:01 +01:00
sindri
610cf92d39
Add warning for tweening reactive properties
Added a warning about tweening reactive properties and suggested alternatives.
2026-03-03 12:28:27 +01:00
sindri
a5903ddd5f
Fix formatting and spacing in animation.md 2026-03-03 12:03:46 +01:00
sindri
f706207e6e
Document Tween module and its functions
Added documentation for the Tween module, including usage and exports.
2026-03-03 12:02:07 +01:00
sindri
e6b4bb01ac
Fixed draggable initialization 2026-03-03 10:09:29 +01:00
sindri
659fa1c1ae
Refactor tween handling with tweenFactory 2026-03-03 10:05:12 +01:00
sindri
ec35a0fddd
Add tweening functionality with presets and cleanup on scope destruction 2026-03-03 10:03:12 +01:00
sindri
7d89cb5a1b
Refactor draggable module and cleanup functions
Refactor draggable functionality to improve clarity and maintainability.
2026-03-03 09:56:08 +01:00
sindri
5362f7ecee
Addded dropdown component with customizable options 2026-03-03 09:49:54 +01:00
sindri
59a57f79c8
Add dropdown and tween modules to lib.luau 2026-03-03 09:44:56 +01:00
sindri
3c8ad4fbd4
Add toggle functionality to lib.luau 2026-03-03 08:53:18 +01:00
sindri
ec18859854
Add toggle component with customizable properties 2026-03-03 08:52:38 +01:00
sindri
98db13c7a7
Delete slider.luau in main 2026-03-02 14:57:32 +01:00
sindri
defb2883c4
attempt to fix check fail by changing how module uses UIS 2026-03-02 14:24:55 +01:00
sindri
a94aee800f
Enhance draggable module with environment checks
Updated UserInputService initialization and added checks for non-Roblox environments and GuiObject types.
2026-03-02 14:22:34 +01:00
sindri
870d07a469
Add nil fallback for UserInputService assignment 2026-03-02 14:17:22 +01:00
sindri
28f909cf90
Add nil check for UserInputService
Added a nil check for UserInputService to handle non-Roblox environments.
2026-03-02 14:09:24 +01:00
sindri
bf4f46f784
Add slider component with user input handling 2026-03-02 14:02:09 +01:00
sindri
d244dba13e
Fix code block formatting and update comments 2026-03-02 14:00:18 +01:00
sindri
7d67545b21
Refactor Button component code formatting
Removed unnecessary blank line and adjusted code formatting.
2026-03-02 13:46:34 +01:00
sindri
300be515f6
Update Button component code example 2026-03-02 13:44:51 +01:00
sindri
9ac0a85c30
Fix formatting issue in 3-components.md 2026-03-02 13:44:19 +01:00
sindri
0e9fc76e5b
Refactor components section in 3-components.md
Updated the components section to improve formatting and clarity.
2026-03-02 13:43:55 +01:00
sindri
c247a2eeb2
Fix comment formatting in slider component example
Corrected comment formatting in the slider component example.
2026-03-02 13:41:48 +01:00
sindri
eaa8fe0655
Enhance Menu component with Slider example and SliderProps (slider.luau) 2026-03-02 13:41:22 +01:00
sindri
d7c347f432
Update 12-actions.md 2026-03-02 13:29:17 +01:00
sindri
6a55fc455a
Enhance draggable function documentation
Added detailed documentation for the draggable function, including options, supported instances, and an example of usage.
2026-03-02 13:27:02 +01:00
sindri
bab3cfd920
Document draggable() action for GuiObject
Add documentation for draggable() action in 12-actions.md
2026-03-02 13:25:21 +01:00
sindri
3b2794c6d5
Add draggable functionality for GUI elements
-- DOES NOT USE DEPRECATED .DRAGGABLE!
2026-03-02 13:19:27 +01:00
sindri
341e321527
Add draggable and slider functionality to lib.luau 2026-03-02 13:18:47 +01:00
sindri
2460b83416
Add slider component with user input handling 2026-03-02 13:18:15 +01:00
centau
3faa1ed701
Merge pull request #64 from wiam77/patch-1
Simplify connector check in Properties type function
2026-01-26 12:09:00 +00:00
wiam
820bda8eb1
Simplify connector check in Properties type function
Removed redundant check for connector in the Properties type function.
2026-01-25 23:15:48 -03:00
centauri
2184a0fa6a Bump version to 0.4.0 2026-01-17 20:28:45 +00:00
centauri
6da33722e9 Add delayed scope destruction to docs 2026-01-17 20:15:05 +00:00
centau
a0eca04903
Merge pull request #63 from devsarim/main
add Camera and WorldModel to list of instances recognized by `vide.cr…
2026-01-16 21:04:49 +00:00
Sarim Siddiqui
cb6022d934 add Camera and WorldModel to list of instances recognized by vide.create 2026-01-03 23:12:27 +05:00
centauri
cf58410b89 Fix spring impulse control 2025-12-04 14:22:16 +00:00
centauri
f370e3f841 Fix type error when not specifying scope destroy delay 2025-11-26 12:38:39 +00:00
centauri
d7d2f5167e Use type functions for vide.create 2025-11-26 12:35:34 +00:00
centauri
c16022586e Add create type test 2025-11-03 00:51:09 +00:00
centau
0e41514860
Merge pull request #61 from ernisto/fix/spring
fix(spring tolerance): guarantee a minimun movement to goal
2025-10-28 17:02:33 +00:00
ernisto
800396fa0e feat(spring): handle goal reached before update spring sources 2025-10-24 22:58:12 -03:00
ernisto
fb10fc2b0d fix(spring tolerance): guarantee a minimun movement to goal 2025-10-24 20:00:46 -03:00
centauri
9ace23470f Use generalized iteration everywhere
Closes #55
2025-09-02 03:12:19 +01:00
centauri
a469094328 Do not auto deploy site on push to main 2025-09-01 22:22:09 +01:00
centauri
bc2bb25f74 Add vide.default type 2025-09-01 22:19:24 +01:00
centauri
945cdd0e88 Update changelog 2025-09-01 22:09:06 +01:00
centauri
ce24f8ade9 Cleanup scope functions 2025-09-01 21:59:35 +01:00