Releases: labcodes/confetti-ds
Releases · labcodes/confetti-ds
0.1.0-alpha.19
Minor fixes at Card, Dialog and Search components
- Refactoring some layout issues at Search component
- Resolving some issues from the latest updates @ Card, Dialog
- Some other minor adjustments
0.1.0-alpha.18
Updates at the Dialog component
- Updating the Dialog components with the latest changes at the Button and Icon Button components
- Minor fixes
0.1.0-alpha.16
New component releases
- Lauching the Newest component: Icon Button
- Updates at the Button component
- Updates at the Icon component using a third-part lib (Microsoft's Fluent UI)
0.1.0-alpha.15
Confetti source code in Typescript
- MIgrating the source code and the build to Typescript
- Components with
types
andinterfaces
support - New import syntax
0.1.0-alpha.11
- Minor fixes for Monorepo
- Minor updates at the docs
- Other adjustments
0.1.0-alpha.10
- Migrate all class components to functional components
- Remove fixed width for Search components
0.1.0-alpha.9
Added controlled value to Search and Dropdown Components
Updated PR template
0.1.0-alpha.8
update confetti version on package.json
0.1.0-alpha.7
0.1.0-alpha.7
0.1.0-alpha.5: Merge pull request #18 from labcodes/dialog-message-justify
- Add loose=True properties to .babelrc
- Add display: flex is now the default for .lab-dialog__close-button
- Merge pull request #16 from labcodes/CSYS-296
- Bump version from 0.1.0-alpha.4 to 0.1.0-alpha.5
- eslint
- Add justify-content to the close button message
- Update tests to include tabIndex prop
- Add conditional render of the tabIndex prop
- Add tabIndex to de dialogs's buttons
- Add tabIndex as a prop