Releases: lyytioy/lyyti-design-system
Releases · lyytioy/lyyti-design-system
Release v1.0.17
📝 Pull request templates
🛠 Fixes
Release v1.0.16
🚫 New NotAllowed icon
Release v1.0.15
🛠 Button sx prop passing fix
💡 New LightBulb icon
Release v1.0.14
📍 New MapPin Icon
💻 Easier version bumping
Release v1.0.13
Release v1.0.12
Release v1.0.11
Icons 😄
- Add three new icons Note, Write and MailSend
- Refactor svg icon convert tempalte to use svgr/cli v6, switch to typescript
Datepicker and Timepicker 🕝
- Transitioned from @mui/lab to @mui/x-date-pickers library. "@mui/lab" will stop exporting Date and Timepickers in versions after July 2022.
- Improve typing and remove forwardRef
Fixes 🛠
⚠️ BREAKING CHANGES ⚠️
- LocalizationProvider's prop
locale
is deprecated and replaced byadapterLocale
- Can't pass a ref to ref prop of Time and Date pickers, pass refs to inputRef prop instead
Release v1.0.10
🛠 Unknown ref types fix
Replace unknown ref types with more explicit ones
Fixes
Re-export RadioGroup and RadioGroupProps
Release v1.0.9
New components
📦 Container
A helper layout component for centering content horizontally
🪗 Accordion
For displaying data groups that can be collapsed
Ref forwarding and sx usage
⏭ Add missing ref forwarding to multiple components
🎨 Allow overriding sx prop in Link and multiple other components
🃏 Allow JSX Element as Card title
🧑🏻💻 Design system developer improvements
Upgrade next, eslint, typescript and other dependencies
Combine npm and github package workflow jobs
Add info about Duplicate React error while linking to README
Release v1.0.8
📚 Stack component
- Add Stack component as a re-export from mui for managing one dimensional layouts
➡️ Chevron icons
- Align chevron icons in the middle of svg viewbox
Workflow updates
Add PR checks
- Run linting and type checking on each PR
- Separates version checking to its own workflow