0.3.0-beta03
Pre-release
Pre-release
New Component
- feat(scaffolds): Create Vitamin scaffold component. by @GerardPaligot in #133
What's Changed
- chore: add
documentation_improvement.md
issue template by @lauthieb in #145 - feat(buttons): Disable ripple effect on RadioButton when onClick is null by @adrienmu in #148
- feat(buttons): Fix not centered radio button by @adrienmu in #149
- fix: VitaminTopBars.Search crash by @adrienbusin in #153
- fix(modals): Buttons position by @corentin-stamper in #99
Fixes :
* #116 : Modale button disabled state handling
* #82 : Button position depending on the number of button ( aligned right except third button that is aligned left)
* #115 : Fix padding and rounded corners
Breaking Change
REMOVAL : VitaminModals.Primary2()
DEPRECATED : VitaminModals.Primary(.... , positiveButton?, negativeButton?, neutralButton?, ... )
replaced by :
- for 0 or 1 button VitaminModals.Primary(..., button?, ...)
- for 2 or 3 buttons VitaminModals.Primary(..., confirmationButton, dismissButton, thirdButton?, ...)
New Contributors
Full Changelog: 0.3.0-beta02...0.3.0-beta03