47354f64eeAdd easing functions and custom animation support to animation plugin
Robert Jelic
2025-11-05 14:14:30 +01:00
6d347a7a58Update config, BasaltLS definitions, full and core bundles, and changelog
github-actions[bot]
2025-11-05 12:56:50 +00:00
71d23ee9a2- Updated theme plugin to support changing themes on runtime - Added 4 themes - Added Cache System for States
Robert Jelic
2025-11-05 13:56:19 +01:00
e4ee937f0fMerge pull request #15 from Shlomo1412/patch-7
Robert Jelic
2025-11-05 02:03:45 +01:00
084c882a23Merge pull request #14 from Idriss975/main
Robert Jelic
2025-11-05 02:03:31 +01:00
234151d0a0Merge branch 'main' into main
Robert Jelic
2025-11-05 02:03:22 +01:00
52bef2a613Update config, BasaltLS definitions, full and core bundles, and changelog
github-actions[bot]
2025-11-05 00:37:18 +00:00
cf082af210- Fixed reactive not using getResolved - Fixed responsive using default value instead of lower priority state value
Robert Jelic
2025-11-05 01:36:52 +01:00
2ca7ad1e4c- Added comprehensive state management with conditional states, priority-based resolution, and property overrides - Added responsive.lua with fluent builder API (:when()/:apply()/:otherwise()) for creating responsive layouts that react to parent size or custom conditions - All elements now use getResolved() to check active states, enabling multiple responsive rules to coexist
Robert Jelic
2025-11-04 22:40:37 +01:00
0c80c958c0Update shield badges' styles
Shlomo FI
2025-11-04 21:05:15 +02:00
c723c66004fixed layout manager so that we know if size got manually changed fixed scrollframe not sending scroll events to its children fixed scrollframe scrolling even if mouse is not hovering over the element improved the behaviour of the flow layout
Robert Jelic
2025-11-03 13:29:11 +01:00
dc51a73749Fixed a bug in reactive not calling the observers Fixed a layout issue (not updating properly) added the flow layout
Robert Jelic
2025-11-02 18:36:55 +01:00
482dc266bcFixed ComboBox (updated for to the rework dropdown version) Fixed Dropdown rendering 1 Item more than it shoud Added dropdown:prioritize() when focusing the dropdown
Robert Jelic
2025-11-02 10:55:49 +01:00
a967cde115Add Breadcrumb, ContextMenu, Dialog, and Toast elements with event handling and rendering capabilities
Robert Jelic
2025-10-30 14:12:54 +01:00
7871234251Refactor documentation and examples for Display, Frame, Program, SideNav, TabControl, and Tree elements
Robert Jelic
2025-10-30 09:23:33 +01:00
c2621bbafaXML added attribute version for states
Robert Jelic
2025-10-30 08:14:06 +01:00
f704d428a0Enhance state management documentation with detailed explanations and examples for core state methods, including registerState, setState, unsetState, and state-bound properties.
Robert Jelic
2025-10-30 08:06:19 +01:00
6f14eadf0a- Updated DocsGenerator to support run code and item tables - Updated Table to support new Collection System (could break things, sorry) - Updated Tree to support new Collection System - Added experimental ScrollFrame - Updated Menu to support Collection System
Robert Jelic
2025-10-29 17:55:29 +01:00