Skip to content

Releases: lumin-org/ui

v0.3.0-rc4

26 Dec 19:09
Compare
Choose a tag to compare
v0.3.0-rc4 Pre-release
Pre-release

Changelog

Added

  • Offers improved cleanup

Full Changelog: v0.3.0-rc3...v0.3.0-rc4

v0.3.0-rc3

24 Dec 18:53
Compare
Choose a tag to compare
v0.3.0-rc3 Pre-release
Pre-release

Changelog

Full Changelog: v0.3.0-rc2...v0.3.0-rc3

v0.3.0-rc2

15 Dec 21:49
Compare
Choose a tag to compare
v0.3.0-rc2 Pre-release
Pre-release

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

15 Dec 05:30
Compare
Choose a tag to compare
v0.3.0-rc1 Pre-release
Pre-release

Changelog

Full Changelog: v0.2.3...v0.3.0-rc1

v0.2.3

25 Jul 18:07
Compare
Choose a tag to compare

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

13 Jul 04:09
Compare
Choose a tag to compare

Sorry for the delay on this fix ;-;

Fixes

  • Fixed infinite error on spring destruction bug ( #5 )

New Contributors

Internal changes: v0.2.1...v0.2.2

v0.2.1

06 Jul 05:05
Compare
Choose a tag to compare

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

04 Jul 15:15
546403e
Compare
Choose a tag to compare

What we need is more people who specialize in the impossible. - Theodore Roethke

Improvements

  • Added compute constructor.
  • Added childrenTable parameter for new 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

23 Jun 14:01
a62f129
Compare
Choose a tag to compare

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 and Rect.
  • 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

28 May 03:37
Compare
Choose a tag to compare

Full Changelog: v0.0.2...v0.0.3