Releases: naveteam/saturn
Releases · naveteam/saturn
v0.2.33
Feat/upload (#132) * feat(upload): initial upload componente variant (button) * feat(upload, button): style upload variants and changed button component * feat(button, upload): adjust button, add drag and drop and image upload * feat(upload): added image upload variant to upload component * feat(upload): add error state for image upload * feat(upload): finished adding error for image upload * feat(upload): added attachment to upload component * feat(upload, attachment): added attachment component to upload * fix(button): fixed spacing issue on css * feat(attachment, upload): add filename shortener to attachment component * fix(upload): merged button and outlined in 1 component with variant Co-authored-by: Ítalo Nolasco <[email protected]>
v0.2.32
Merge pull request #136 from naveteam/fix/dialog fix(dialog): fix dynamic width
v0.2.31
Merge pull request #135 from naveteam/fix/dialog fix(dialog): fix div + div margin
v0.2.30
Merge pull request #133 from naveteam/feat/dialog Feat/dialog
v0.2.29
Feat/avatar (#130) * feat(avatar): basic scope of avatar * feat(avatar): add letter in avatar * feat(avatar): add fontSize to typography * feat(avatar): status without icon ok, avatar_person ok * feat(avatar): add status in every sizes * feat(avatar): status check ok * feat(status): status with all icons ok * fix(avatar): fix avatar image * feat(avatar): add proptypes * feat(avatar stories): add avatar stories * refactor(avatar): add useMemo * feat(avatar): refactor props and add controls * refactor(avatar): use styled-system on status and NonAvatar * feat(status avatar): stroke in icon adicionando stroke nos icons, porém é necessário mudar a borda * fix(avatar): fix stroke and statusBorder
v0.2.28
feat(pagination): paginate pages and tables (#113) * feat(pagination): paginate pages and tables Componente que sera utilizado para realizar paginacao * fix(pagination): stories fixed * fix(pagination): add proptypes * fix(pagination): add callback to setPage remoçao do estado interno e adiçao de uma callback para controlar o setPage. Adicao de flexbox no em botao para centralizar numero dentro * fix(pagination): testing change height of textfield * fix(pagination): fixing input * fix(pagination): fixing margin and changing fontSizes to array in themes falta modificar o comportamento do input do textfield * feat(pagination): pagination Input without layout * fix(pagiantion): layout of pagination input * fix(pagination): removing alignItems and justifyContent Essa responsabilidade deve ser do componente que chamara a paginacao * fix(pagination): styling one button * refactor(pagination): useRed instead getElementByID and * refactor(pagination): change setTimeOut for useDebounce * fix(pagination): doesn't allow the negative page * refactor(pagination): change variant to variant = 'input' * fix(pagination): change ref to inputRef * feat(pagination): function to do the map * fix(pagination): fix array error * refactor(pagination): adding variables into dependency array * refactor(pagination): removing ref and magic numbers * fix(pagination): stories fixed * fix(pagination): add proptypes * fix(pagination): add callback to setPage remoçao do estado interno e adiçao de uma callback para controlar o setPage. Adicao de flexbox no em botao para centralizar numero dentro * fix(pagination): testing change height of textfield * feat(pagination): pagination Input without layout * fix(pagiantion): layout of pagination input * refactor(pagination): useRed instead getElementByID and * refactor(pagination): change setTimeOut for useDebounce * fix(pagination): doesn't allow the negative page * refactor(pagination): change variant to variant = 'input' * fix(pagination): change ref to inputRef * feat(pagination): function to do the map * fix(pagination): fix array error * refactor(pagination): adding variables into dependency array * refactor(pagination): change stories to storybook 6 * refactor(pagination): fix rebase errors * refactor(pagination): change debounced effect remove a necessidade de setar novamente a pagina * feat(stories pagination): change the stories to use controls * refactor(pagination): change design request troca de Typography por Paragraph com variant 'sm', troca de cores * fix(pagination): fix margin between buttons
v0.2.27
Merge pull request #101 from naveteam/feat/Select feat(select): select an option from a list of options
v0.2.26-rc0
Feat/add loader (#100) * feat(loader): first implementations * feat(loader): add initial work * feat(loader): remove unecessary code * feat(loader): add case where time is entered * feat(loader): add wip * feat(loader): add base loader and its doc * feat(loader): add wip * feat(loader): fix bugs on icon size * feat(loader): add props to mdx * feat(loader): add percentage to useEffect * feat(loader): fix typo * feat(loader): change icon variant size
v0.2.25
Feat/add loader (#100) * feat(loader): first implementations * feat(loader): add initial work * feat(loader): remove unecessary code * feat(loader): add case where time is entered * feat(loader): add wip * feat(loader): add base loader and its doc * feat(loader): add wip * feat(loader): fix bugs on icon size * feat(loader): add props to mdx * feat(loader): add percentage to useEffect * feat(loader): fix typo * feat(loader): change icon variant size
v0.2.24
Feat/add checkbox (#91) * feat(checkbox): add component with internal onChange * feat(checkbox): add external onChange * feat(checkbox): improve code * feat(checkbox): change text to label * feat(checkbox): add forward ref and name prop * feat(checkbox): refactor component * feat(checkbox): remove comments and improve code * feat(checkbox): improve code * feat(checkbox): add back propTypes and add .vscode to gitignore * feat(checkbox): check label and allow undefined labels * feat(checkbox): change cursor selectors * feat(checkbox): fix colors to use color from theme * feat(checkbox): change check icon * feat(checkbox): update doc * feat(checkbox): make alteration in css * feat(checkbox): change input css * feat(checkbox): add props to mdx * Update index.js remove trash from rebase * feat(checkbox): fix css to match the design * feat(checkbox): change checkmark * fix(design): fix some design reviews * feat(add-checkbox): fix hover on check icon * feat(checkbox): fix colors Co-authored-by: Eduardo Bittencourt <[email protected]>