Skip to content

Releases: Decathlon/vitamin-compose

0.4.0-beta01

27 Nov 11:17
Compare
Choose a tag to compare
0.4.0-beta01 Pre-release
Pre-release

What's Changed

  • feat(text-inputs): allow value of type TextFieldValue by @dimitriz09 in #181

New Contributors

Full Changelog: 0.3.2...0.4.0-beta01

0.3.2

17 Oct 13:01
Compare
Choose a tag to compare

What's Changed

  • fix(ratings): Fix number of stars shown in VitaminRatings composables by @olivierperez in #176
  • fix(ratings): Rewrite tests to make them easier to maintain by @olivierperez in #178
  • fix(text-inputs): Improve helper text allocation on TextInput by @ManonPolle in #179

New Contributors

Full Changelog: 0.3.1...0.3.2

0.3.1

14 Aug 15:11
Compare
Choose a tag to compare

What's Changed

  • This version fixes an internal dependency issue on the 0.3.0 version

Full Changelog: 0.3.0...0.3.1

0.3.0

14 Aug 15:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.0-beta04...0.3.0

0.3.0-beta04

21 Jun 10:15
Compare
Choose a tag to compare
0.3.0-beta04 Pre-release
Pre-release
0.3.0-beta04

0.3.0-beta03

21 Jun 10:15
Compare
Choose a tag to compare
0.3.0-beta03 Pre-release
Pre-release

New Component

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

0.3.0-beta02

10 May 12:20
Compare
Choose a tag to compare
0.3.0-beta02 Pre-release
Pre-release

What's Changed

Full Changelog: 0.3.0-beta01...0.3.0-beta02

0.3.0-beta01

22 Mar 13:51
Compare
Choose a tag to compare
0.3.0-beta01 Pre-release
Pre-release

New Components

  • feat: add Chip component with action, filter & input variants by @ManonPolle in #17
  • feat(Card): add card component by @FDELAHA24 in #98

What's Changed

Full Changelog: 0.2.0...0.3.0-beta01

0.2.0

22 Mar 13:46
Compare
Choose a tag to compare

What's Changed

No change compared to 0.2.0-alpha02
See also 0.2.0-alpha01

Full Changelog: 0.1.0...0.2.0

0.2.0 Alpha 02

23 Jan 09:12
Compare
Choose a tag to compare
0.2.0 Alpha 02 Pre-release
Pre-release

New Components / Variants

What's Changed

Full Changelog: 0.2.0-alpha01...0.2.0-alpha02