Releases: Decathlon/vitamin-compose
Releases · Decathlon/vitamin-compose
0.4.0-beta01
What's Changed
- feat(text-inputs): allow value of type TextFieldValue by @dimitriz09 in #181
New Contributors
- @dimitriz09 made their first contribution in #181
Full Changelog: 0.3.2...0.4.0-beta01
0.3.2
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
- @olivierperez made their first contribution in #176
Full Changelog: 0.3.1...0.3.2
0.3.1
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
What's Changed
- fix: request focus on search app bar by @adrienbusin in #154
- fix(ratings): Whole number ratings displays as half ratings by @apauchet in #156
- chore(switches): add paparazzi tests by @FDELAHA24 in #118
- feat: update icons by @lauthieb in #162
- chore(checkboxes): add paparazzi tests by @FDELAHA24 in #163
- chore(tabs): add paparazzi tests by @FDELAHA24 in #164
- chore(badges): add paparazzi tests by @FDELAHA24 in #167
- feat(text-inputs): create dedicated artifact to test components. by @GerardPaligot in #169
- chore(ratings): add paparazzi tests by @FDELAHA24 in #166
- fix(text-inputs): Character counter position by @apauchet in #165
New Contributors
Full Changelog: 0.3.0-beta04...0.3.0
0.3.0-beta04
0.3.0-beta04
0.3.0-beta03
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
0.3.0-beta02
What's Changed
- feat: update icons by @lauthieb in #125
- docs: add important note by @lauthieb in #126
- chore(text-inputs): add paparazzi tests by @FDELAHA24 in #123
- docs(contributing.md): fix typo by @lauthieb in #128
- feat: update assets by @lauthieb in #130
- feat(quantity-pickers): Add error message label by @corentin-stamper in #109
- feat: update icons by @lauthieb in #134
- chore: delete useless label in GitHub Actions by @lauthieb in #137
- feat: update assets by @lauthieb in #135
- fix(text-inputs): fix input text disabled color by @FDELAHA24 in #141
- chore(prices): add paparazzi tests by @FDELAHA24 in #132
- chore(snackbars): add paparazzi tests by @FDELAHA24 in #131
Full Changelog: 0.3.0-beta01...0.3.0-beta02
0.3.0-beta01
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
- chore: Upgrade libraries versions. by @corentin-stamper in #75
- fix(buttons): Fix Ripple Theme on Buttons by @ManonPolle in #76
- feat(tabs): manage tabItems size by @corentin-stamper in #78
- chore: add github action for pull requests by @lauthieb in #79
- fix(divider): Fix divider default color & add paparazzi tests by @FDELAHA24 in #100
- fix(Badges): fix content color by @adrienbusin in #106
- fix(sample): Remove white background for badges in sample by @ManonPolle in #107
- refactor: First import of Compose icons and assets and migrate doc files to ImageVector usage by @GerardPaligot in #110
- refactor: remove vitamin xml dependencies from foundation module. by @GerardPaligot in #111
- feat: update icons by @lauthieb in #112
- build: Add plugin to check conventional commit message format by @ManonPolle in #113
- feat(sample): Add icons into Sample by @ManonPolle in #114
- chore(skeletons): add paparazzi tests by @FDELAHA24 in #117
- chore(radiobuttons): add paparazzi tests by @FDELAHA24 in #119
- feat: update icons by @lauthieb in #121
Full Changelog: 0.2.0...0.3.0-beta01
0.2.0
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
New Components / Variants
- feat(Progress): Add extra small size by @FDELAHA24 in #67
- Create small variant size for tags by @GerardPaligot in #64
- feat(Fab): add fab and fab extended components by @FDELAHA24 in #60
What's Changed
- fix(Button): fix icon button large size by @FDELAHA24 in #61
- fix(Button): add icon button contentDescription by @FDELAHA24 in #65
- chore: Upgrade libraries versions. by @corentin-stamper in #62
- config: update CODEOWNERS by @lauthieb in #73
- fix(buttons): large ButtonSizes height by @corentin-stamper in #71
- chore: Update Vitamin Android version to 0.5.0-beta01 by @ManonPolle in #74
- feat(quantity): remove component fixed size by @adrienbusin in #70
Full Changelog: 0.2.0-alpha01...0.2.0-alpha02