Skip to content

Releases: lyytioy/lyyti-design-system

Release v2.0.0

14 Apr 10:43
ac869a9
Compare
Choose a tag to compare

Background

Lyyti Design System 2.0 is here! 🚀

Since now we're using React v18 in the library, before you start using it is recommended to upgrade react in your project as well.

Release v1.5.3

11 Apr 14:16
2b7458c
Compare
Choose a tag to compare

Background

Releasing small fix in ToggleButtonGroup's typing.

Release v1.5.2

06 Apr 13:20
7367c52
Compare
Choose a tag to compare

Background

Bump version to fix ToggleButtonGroup component.

Release v1.5.1

06 Apr 12:11
cdb55fe
Compare
Choose a tag to compare

Background

Version bump to make ToggleButtonGroup component exportable.

Release v1.5.0

06 Apr 11:36
bc70f3d
Compare
Choose a tag to compare

Background

Bump version to 1.5.0 - minor change includes new ToggleButtonGroup component.

Release v1.4.8

03 Apr 10:22
0768bad
Compare
Choose a tag to compare

Background

💡 Autocomplete name prop

  • Added name prop to Autocomplete #403

Release v1.4.7

03 Apr 09:12
3bec2df
Compare
Choose a tag to compare

Background

Export autocomplete component

💡 Feature 1

Release v1.4.6

29 Mar 10:58
1053419
Compare
Choose a tag to compare

Background

Adds two new icons (Play and Pause) and unifies naming with icons in Figma.

💡 Feature 1

⚠️ BREAKING CHANGES ⚠️

Renaming participant status icons
ParticipantsAdded --> ParticipantAdded
ParticipantsAddedOutlined --> ParticipantAddedOutlined
ParticipantsRegistered --> ParticipantRegistered
ParticipantsRegisteredOutlined --> ParticipantRegisteredOutlined
ParticipantsShow --> ParticipantAttending
ParticipantsShowOutlined --> ParticipantAttendingOutlined
ParticipantsDeclined --> ParticipantDeclined
ParticipantsDeclinedOutlined --> ParticipantDeclinedOutlined
ParticipantsNoShow --> ParticipantNoShow
ParticipantsNoShowOutlined --> ParticipantNoShowOutlined

Release v1.4.5

27 Mar 06:26
9c3b234
Compare
Choose a tag to compare

Background

Adds new question icons based on the question type and new Check icon.
Adds missing colors that we have in Figma but have been missing from the code.

💡 Feature 1

🛠 Fixes

Release v1.4.4

24 Mar 07:26
e5c9f2c
Compare
Choose a tag to compare

🛠 Fixes

  • Export IconProps type #388