Releases: lumin-org/ui
Releases · lumin-org/ui
v0.3.0-rc6
Changelog
Fixed
- Merge #12
What's Changed
- Fix property setting by @FloofyPlasma in #12
New Contributors
- @FloofyPlasma made their first contribution in #12
Full Changelog: v0.3.0-rc5...v0.3.0-rc6
v0.3.0-rc5
Changelog
Full Changelog: v0.3.0-rc4...v0.3.0-rc5
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