All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- ChartFunnel: Added new variant's 'default' | 'basic'
- Tag:
leftIcon
andrightIcon
props; - TableNext:
hideHeaders
andsize
props; - TableNext: Added the possibility of column sizes being
'auto'
; - TableNext: Removed the requirement to pass the headers prop.
- Resolved SelectSmart empty option
- Resolved translate icons issue
- Resolved DatePicker addMonth issue
- Navigator Component
- Resolved DatePicker issue showing NaN in safari browser
- Resolved an issue where the AudioRecorder player displayed incorrect audio duration. (Related to this Chromium bug)
- Migrated InputNext component to Vue 3
- Added SimpleCard component
- Docs of ChartBar, ChartFunnel, ChartLine, ChartMultiLine, ChartRainbow, ChatsContact, ChatsContact, ChatsDashboardTagLive, ChatsHeader, ChatsMessage, ChatsNavbar, ChatsUserAvatar, ChatText, CircleProgressBar, Collapse, Comment and DataArea.
- Change
autoNavigateSingleChild
toautoNavigateFirstChild
inSideBar
component and logic improvements
- Update
SideBar
visual
- Added Button, Icon, Switch and Tooltip tests;
- Change
wide
tosize
prop inDrawer.vue
to support extra-large size; - Added html tags support in
Tour
step description.
- Docs of Checkbox, Radio, Accordion, Alert, AudioRecorder, AvatarIcon, Banner, Breadcrumb, ButtonIcon, Card, CardData, CardImage, CardInformation, CardNumber, CardProject, Carousel and ChartBar;
- EmojiPicker position bottom variation;
- Drawer distinct close and back actions variation.
- Add new iconFilled property to sideBarItem component
Tour.vue
component added beforeRender prop, emitting events and dealing with hiding the understood button if desired by step.
DropArea.vue
component fromUploadArea
component.
- Update
ImportCard.vue
design.
- Added Tour component;
- Added Tour story.
- Added returnName prop in EmojiPicker component to return the id/name instead of its native
- Fixed CI workflow to create pre-release versions
- Added Vitest
- Added Checkbox and Label components tests
- Added Drawer without overlay variation and its story.
- Fixed close icon of Drawer to be dynamic.
leftSidebar
slot in theModalDialog
component;- Boolean
hideSecondaryButton
prop in theModalDialog
component.
- Added auto docs template to stories;
- Usage autodocs at Button story.
- Fixed button props defaults;
- Improve Button story it.
- Customizing the size of each column in
TableNext
via props.
- Added
ModalDialog
all button props support and remove 'buttonType' and 'buttonText' props. Now, all button props should come in a single object.
- Added
ModalDialog
component.
- Export
UnnnicAlert
component.
- When started with an item selected, that item was duplicated in the selection of the smart select when multiple selection was enabled.
- Correction in the visual of the remove file button in the file upload modal.
- Correction in the listener check on $attrs. This was preventing the correct operation of the listeners.
- Adding ModalNext export component, before this it is not possible to use the component.
- Migrated ModalNext to Vue 3.
- The slider component had a bug in the tooltip positioning when initialized with an initialValue. This was fixed in this version by normalizing the tooltip positioning.
- The interval of TableNext component automatically calculated the pagination interval, generating a bug when the request was on the last page and it did not return the rows.length of other requests. This was fixed by adding a prop to receive the range in a fixed way.
- Bug fix in the ChatsContact component that triggered the click event twice.
- Tag creation in the workflow when a new official version is released on npmjs.
- Project changelog file.
- Created
Publish Pre Release Package to npmjs
workflow to publish alpha versions when a new version goes up to the staging environment from tags with the patternx.x.x-staging
.
- Updated the eslint version to fix dependency conflicts and ran lint again.
- Node version of Dockerfile to
20.14.0
.