Releases: lumin-org/ui
Releases · lumin-org/ui
v0.3.0-rc4
v0.3.0-rc3
Changelog
Full Changelog: v0.3.0-rc2...v0.3.0-rc3
v0.3.0-rc2
Changelog
Fixed
- Fixed possible bugs
- Minified longer code
- Improved memory usage
Removed
- Removed old log types
Full Changelog: v0.3.0-rc1...v0.3.0-rc2
v0.3.0-rc1
Changelog
Full Changelog: v0.2.3...v0.3.0-rc1
v0.2.3
Creativity is intelligence having fun - Albert Einstein
Fixes
- Fixes types not being inferenced when creating components
- Fixes docs not being up-to-date with code
- Enforces better code practices in some areas
- Adds a
Component<T>
type
Internal changelog: v0.2.2...v0.2.3
v0.2.2
Sorry for the delay on this fix ;-;
Fixes
- Fixed infinite error on spring destruction bug ( #5 )
New Contributors
- @dazscripts made their first contribution in #5
Internal changes: v0.2.1...v0.2.2
v0.2.1
There is only one success - to be able to spend your life in your own way. - Christopher Morley
Improvements
- Adds 2 new exported types
- Adds documentation for components
- Adds general component support
- Adds
props.Children
when using component children - Reformats code for better comment support
- Fix documentation inconsistencies
Internal changes: v0.2.0...v0.2.1
v0.2.0
What we need is more people who specialize in the impossible. - Theodore Roethke
Improvements
- Added
compute
constructor. - Added
childrenTable
parameter fornew
constructor - Added
Spring:Destroy()
method. State:Listen(...)
now returns a function to disconnect the listener.- Exported more types.
- Improved documentation
Fixes
- Fixed
State
object's listener function's value order being typed wrong.
Removed
Children
key.- Removed the ability to pass key tables in the
UnregisterKey
function. - Removed support for nested tables.
Internal changes: v0.1.0...v0.2.0
v0.1.0
A real friend is one who walks in when the rest of the world walks out. - Walter Winchell
Improvements
- Added
Aegis.Update
function. - Added
Aegis.UnregisterKey
function. - Added
Cleanup
key. - Added restriction for
table
types for states. - Added nested table support for
Children
key. - Added more animatable types:
boolean
,BrickColor
,CFrame
,Vector3int16
,Vector2int16
,NumberSequence
,NumberRange
andRect
. - Improved
Aegis.Key
function. - Reduced spring memory usage
- Types are now properly exported.
- Made documentation a lot better with in-depth explanation, FAQ, comparisons and tutorials. [TODO]
Fixes
- Fixed
Color3
spring animation. - Fixed issue with
Children
key not parenting instances properly.
Removed
SpringInfo.Velocity
Internal changes: v0.0.3...v0.1.0
v0.0.3
Full Changelog: v0.0.2...v0.0.3