Releases: lyytioy/lyyti-design-system
Release v2.0.0
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
Background
Releasing small fix in ToggleButtonGroup's typing.
Release v1.5.2
Background
Bump version to fix ToggleButtonGroup component.
Release v1.5.1
Background
Version bump to make ToggleButtonGroup component exportable.
Release v1.5.0
Background
Bump version to 1.5.0 - minor change includes new ToggleButtonGroup component.
Release v1.4.8
Release v1.4.7
Release v1.4.6
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
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
🛠 Fixes
- Export IconProps type #388