Changelog
2.7.45 (2025-06-24)
Fix
- Commit 27dcaafd: refactor: simplify input value emission logic in date picker (#27dcaafd by @adestajo)
2.7.44 (2025-06-24)
Enhancement
- Input component improvements:
- Added support for both string and number values in the model value
- Added character count feature that displays in the bottom right of the input field
- Added
showCharCount
prop to enable/disable the character count display - Enhanced styling for character count to change color when limit is reached
- Updated documentation with examples of both features (#945f3001 by @bsolis)
- Input component improvements:
2.7.43 (2025-06-21)
Fix
- Improve date input handling and formatting logic (#381b2356 by @jarias)
2.7.42 (2025-06-21)
Fix
- Add Packge Version Installation, Code Cleanup
(#8b2377d7 by @jarias)
2.7.41 (2025-06-20)
Fix
- Fix issue date picker input year.
(#c9adfa40 by @bsolis)
2.7.40 (2025-06-19)
Fix
- Fix NaN issue on Table Pagination when using
selectedRowCount
prop with a number value.
(#dccc8046 by @bsolis)
- Fix NaN issue on Table Pagination when using
2.7.39 (2025-06-19)
Feat
- DatePicker: Added
format
prop to allow customization of date format in the date picker (e.g., 'MM-DD-YYYY', 'YYYY-MM-DD', 'MM/DD/YYYY') - DatePicker: Fixed text color for today's date when selected to be white instead of brand color
(#588f2034 by @bsolis)
- DatePicker: Added
2.7.38 (2025-06-17)
- Enhancement
- Dropdown component improvements for object values:
- Fixed single object selection to properly close dropdown after selection
- Fixed checkbox behavior in multi-selection mode with object values
- Enhanced object comparison for better selection state tracking
- Improved documentation for supported value types in dropdown component
- Added comprehensive examples for object value handling (#4a5784fe by @bsolis)
- Dropdown component improvements for object values:
2.7.37 (2025-06-17)
- Fix
- Commit 2b52090b: fix: Adjust filter menu placement and improve layout responsiveness(#2b52090b by @adestajo)
2.7.36 (2025-06-16)
- Feat
- Commit ddf1ee3b: added calendar empty state (#ddf1ee3b by @adestajo)
2.7.35 (2025-06-04)
- Fix
- Fixed issue when replacing file with a new file then cancelling it in file explorer. It causes an undefined error. (#7e3a50c0 by @jbanares)
2.7.34 (2025-06-04)
- Fix
- Updated responsiveness of file name in preview (#868eface by @jbanares)
2.7.33 (2025-06-03)
- Feat
- Add disabled item in list component (#d190789d by @despiritu)
2.7.32 (2025-06-02)
- Fix
- Incorrect file upload custom label for file types (#bcf39cdb by @jbanares)
2.7.31 (2025-06-02)
- Enhancement
- File upload enhancements: show/hide preview icon in file list, show/hide dropzone label, custom label for supported file types (#a4ba414c by @jbanares)
2.7.30 (2025-05-28)
- Fix
- Dropdown Pre-Selected Item Logic, Code Cleanup, Update Ladderized Dropdown Transition (#71792427 by @jarias)
2.7.29 (2025-05-28)
- Fix
- Prevent duplicate pre-selected items in multi select mode (#b2d7432d by @jarias)
2.7.28 (2025-05-28)
- Fix
- Dropdown Multi Select Reactive Selection (#f5b7ac95 by @jarias)
2.7.27 (2025-05-28)
- Fix
- add bordered props to accordion (#0d3ef708 by @despiritu)
2.7.26 (2025-05-27)
- Fix
- changed padding y of underlined tab to 16px (#98f4501b by @despiritu)
2.7.25 (2025-05-27)
- Fix
- Avatar Image Dimension (#511b33cd by @jarias)
2.7.24 (2025-05-23)
- Fix
- Commit 1a89e328: fix: set default id values for filter and input components (#1a89e328 by @adestajo)
2.7.23 (2025-05-22)
- Fix
- use props modelValue for textarea counter (#3e7f6612 by @despiritu)
2.7.22 (2025-05-22)
- Fix
- Add custom classes for table action slot
- Add background color for selected items in multiselect table
- Add sort icons in table
- Revert modelValue in textarea (#82802151 by @despiritu)
2.7.21 (2025-05-21)
- Feat
- Commit a07e6a19: feat: add icon prop to calendar cell component and update icon handling logic (#a07e6a19 by @adestajo)
2.7.20 (2025-05-21)
- Feat
- Pull Request 31623: [POLY-109] - counter for text area (#31623 by @adestajo)
2.7.19 (2025-05-20)
- Fix
- add word break if hasMaxWidth prop is true in tooltip component
- add custom classes in empty state base class and table empty state container (#12725950 by @despiritu)
2.7.18 (2025-05-19)
- Fix
- sync selectedData and table data on change (#363a88f8 by @despiritu)
2.7.17 (2025-05-19)
- Feat
- Commit ab76862a: border colors (#ab76862a by @adestajo)
2.7.16 (2025-05-14)
- Feat
- Commit ae101b74: initial Calendar (#ae101b74 by @adestajo)
2.7.15 (2025-05-13)
- Fix
- Fix switch issue clickable label (#30182d0f by @bsolis)
2.7.14 (2025-05-09)
- Fix
- Fix switch issue check slot empty label will not show (#28c0d332 by @bsolis)
2.7.13 (2025-05-09)
- Fix
- Update mobile responsiveness sidepanel (#7a54ea36 by @jarias)
2.7.12 (2025-05-08)
- Fix
- Commit 82af2436: ids, and delay in filter component (#82af2436 by @adestajo)
2.7.11 (2025-05-08)
- Fix
- Add string or number value to TableData and DQA fix for radio (#3e76569d by @despiritu)
2.7.10 (2025-05-08)
- Fix
2.7.9 (2025-05-07)
- Fix
- fix: change row prop of column slot to return full row data and add rowIndex prop in Table (#1915f154 by @despiritu)
2.7.8 (2025-05-07)
- Fix
- Adjust z-index of sidepanel (#405fb992 by @elumilay)
2.7.7 (2025-05-06)
- Fix
- Add pressed state in Accordion (#8ae58e47 by @despiritu)
2.7.6 (2025-05-06)
- Fix
- Commit ae37a005: Added ID's for Filter Component (#ae37a005 by @adestajo)
2.7.5 (2025-05-06)
- Fix
- Fix max-height conditional for sidenav (#afdcfa71 by @elumilay)
2.7.4 (2025-05-06)
- Fix
- Commit 220c0358: Update table-pagination.vue (#220c0358 by @adestajo)
2.7.3 (2025-05-05)
- Fix
- Commit f2750ca3: table height if not in Full height (#f2750ca3 by @adestajo)
2.7.2 (2025-05-05)
- Fix
- Change column slots in table to use $slots instead of useSlots (#b431b2d2 by @despiritu)
2.7.1 (2025-05-05)
- Fix
- Commit d08d4617: Refactor sidepanel and table components for improved structure and styling consistency (#d08d4617 by @adestajo)
2.7.0 (2025-05-05)
- Fix
- Add bordered variant for radio and checkbox
- Add description/subtext for radio (#7a91cbe5 by @despiritu)
2.6.0 (2025-05-05)
Feat
- Add custom icon feature for sidenav links
- Add id for user menu avatar and links inside (#e8cc6ac3 by @elumilay)
Docs
- Reposition the code template for the "Full Example" section (#a4e3a2a3 by @elumilay)
2.5.4 (2025-05-05)
- Fix
- Add indeterminate in the Select All checkbox of Mutliselect table (#83e0c803 by @despiritu)
2.5.3 (2025-04-30)
- Fix
- Commit 6b16844d: Update filter.md (#6b16844d by @adestajo)
2.5.2 (2025-04-30)
- Fix
- Shrinking Snackbar Icon (#063e7e37 by @despiritu)
2.5.1 (2025-04-30)
- Feat
- Commit d7857580: feat: add placeholder prop to TimePicker component (#d7857580 by @adestajo)
2.5.0 (2025-04-30)
- Feat
- Added Accordion component (#4b96feb1 by @despiritu)
2.4.0 (2025-04-30)
- Feat
- Stepper (#2e662df4 by @jfabula)
2.3.1 (2025-04-29)
- Fix
- Commit b5f80480: DQA (#b5f80480 by @adestajo)
2.3.0 (2025-04-29)
- Feat
- Add dynamic Ids to nav links based on nav titles
- Fix
- Add string validator for request and notifications count
- Docs
- Show '99+' to request count in sidenav documentation (#cb728f1e by @elumilay)
2.2.0 (2025-04-29)
- Feat
- Added Slotted Column and Multiselect in Table (#27035c48 by @despiritu)
2.1.1 (2025-04-28)
- Fix: Logo issue on Azure via Removing Cloudinary Vue dependency and update logo component to use standard img tag with URL generation (#8a1817d6 by @JefMari)
2.1.0 (2025-04-28)
Feat
- Added Action Icon and Slotted Action in Snackbar (#3b6f8bc6 by @despiritu)
2.0.0 (2025-04-28)
- Docs: Fix sidenav documentation image path to use public directory (#8ab7a8c3 by @JefMari)
2.0.0 (2025-04-25)
Breaking Changes
- Set new Major Version to 2.0.0
Feat
- Improve Docs Landing Page, Added more informations on it
- Added 'Product Logo' Component (Uses Cloudinary to Temporary Upload)
- Add "Product Uses" section with logo to multiple component documentation
- Update component documentation structure and improve clarity
Fix
- Docs: Add alternative installation method for design-system-next via public npm registry
- Docs: Support Icon Component in Playground
1.16.1 (2025-04-25)
Fix
- Commit ae69a7ba: table heaight (#ae69a7ba by @adestajo)
1.16.0 (2025-04-23)
Feat
- Added Search functionality to ladderized dropdown (#d4da9803 by @despiritu)
1.15.17 (2025-04-21)
Fix
- Commit cc4d678a: added avatar (#cc4d678a by @adestajo)
Feat
- Commit 6db0b9ae: feat: Enhance input and filter components with new event handling and properties (#6db0b9ae by @adestajo)
1.15.16 (2025-04-21)
- Fix
- Table Footer position and Sorting on special titles (#640c3298 by @jfabula)
1.15.15 (2025-04-16)
- Fix -Removed duplicate emit update on ladderized dropdown (#a155df69 by @jbanares)
1.15.14 (2025-04-16)
- Fix
- Enhance collapsible component to prevent overlap and support dynamic content (#a9102236 by @jmanalang)
1.15.13 (2025-04-14)
- Fix
- Update Documentaion Forms
- Contact Number Input Select Country Calling Code (#fcb2cd4d by @jarias)
1.15.12 (2025-04-08)
- Fix
- Remove hover styling for active request and notification icon (#7065fe85 by @elumilay)
- Docs
- Add Manual URL Change Handling under Sidenav active navigation (#ea5a9ee2 by @elumilay)
1.15.11 (2025-04-04)
- Fix: List Preselected Item for paginated Data (#e82c3502 by @jarias)
1.15.10 (2025-04-04)
- Fix: Modal X button size (#a07ee801 by @jarias)
1.15.9 (2025-04-03)
- Fix: Warning Mesages on List due to Menu List is not localized (#9b4bb542 by @jarias)
1.15.8 (2025-04-03)
- Feat
- Add hover and active state to notif and request icon (#5d89ec25 by @elumilay)
- Add isNotifActive and isRequestActive to sidenav props
- Update Request icon
- Adjust tooltip distance for request and notif icon upon hovering
1.15.7 (2025-04-03)
- Fix: Update z-index for date picker (#53b07c57 by @jarias)
1.15.6 (2025-04-02)
- Fix: Removed extra border in Lozenge (#87d46d9f by @jbanares)
1.15.5 (2025-04-01)
- Fix: table with Pagination layout / Sorting with Api (#5bd18285 by @adestajo)
1.15.4 (2025-03-31)
- Fix: Rerender List if from API Calls (#e5356e24 by @jarias)
1.15.3 (2025-03-31)
- Fix: DQA update for File Upload (#3e1456ea by @jbanares)
1.15.2 (2025-03-31)
- Fix
- Textarea Helper Message, Added Datepicker ISO Formats, Fix Input DQA, Fix Dropdown Muenulist (#f129de9d by @jarias)
1.15.1 (2025-03-28)
- Fix
- update avatar and filter components for improved layout and functionality (#cb85cae8 by @adestajo)
1.15.0 (2025-03-27)
- Feat
- Ladderized List and Dropdown (#17aca737 by @jbanares)
- Updated list component to have subtext property
- Refactor
- Refactored List and Dropdown components and updated v-model logic
- Updated table pagination component with updated dropdown
1.14.3 (2025-03-27)
- Fix
- Commit 620a2021: feat: add fullwidth prop to button and update related components; enhance date-picker placement and filter infinite scroll handling (#620a2021 by @adestajo)
1.14.3 (2025-03-26)
- Fix
- Update Contact Number Issues Encountered, Update Modal Z-index and Snackbar (#08426ee1 by @jarias)
1.14.2 (2025-03-26)
- Feat
1.14.1 (2025-03-25)
- Fix
- Hover color and label size (#a6e3d90 by @jfabula)
1.14.0 (2025-03-24)
- Feat
- Update Phone Number Input, Added Input Dropdown, Tooltip Update (#bb1dc265 by @jarias)
1.13.10 (2025-03-24)
- Docs
- Checkbox indeterminate documentation (#075d5fc by @jfabula)
1.13.9 (2025-03-24)
- Fix
- Checkbox DQA (#9f1d8c0 by @jfabula)
1.13.8 (2025-03-21)
- Fix
- Remove prop warning for sidenav notification and request number
- Add full height for sidepanel content (#dd811532 by @elumilay)
1.13.7 (2025-03-21)
- Fix
- Update Border Focus For Input (#7e77e74e by @jarias)
1.13.6 (2025-03-21)
- Fix
- Changed logic for invisible headers (#302069b by @jfabula)
1.13.5 (2025-03-20)
- Feat
- Commit cdd49321: Add deselect functionality to filter component and update documentation (#cdd49321 by @adestajo)
1.13.4 (2025-03-20)
- Fix
- Input Icon Implementation, Input pre-value implementation
- Radio Button Margin Fix Update
- Dropdown overflow X (#80e3aab6 by @jarias)
1.13.3 (2025-03-20)
- Fix
- Table Header disappeared (#dd9acf6 by @jfabula)
1.13.2 (2025-03-19)
- Feat
- Commit 146e3e3d: Enhance table and filter components with new properties and styles (#146e3e3d by @adestajo)
1.13.1 (2025-03-19)
- Feat
- Added Table Lozenge Cells (#b2ea23e by @jfabula)
1.13.0 (2025-03-17)
- Feat
- Add collapsible component and documentation. Update card props and documentation (#b5d669ad by @jmanalang)
1.12.5 (2025-03-17)
- Fix
- Issues encountered with Datepicker (#d8d923f8 by @jarias)
1.12.4 (2025-03-14)
- Fix
- Fix Checkbox Issues (#a5c0c17b by @jarias)
1.12.3 (2025-03-14)
- Fix
- Documentation Fix
- Datepicker DQA (#d0eae35f by @jarias)
1.12.2 (2025-03-14)
- Fix
- Commit 5221335b: feat: Implement unique ID generation for filter and time picker components (#5221335b by @adestajo)
1.12.1 (2025-03-13)
- Fix
- Datepicker Spacing Issues Encountered (#64f62be1 by @jarias)
1.12.0 (2025-03-13)
- Feat
- Input contact number (#bf8098c7 by @jbanares)
1.11.8 (2025-03-13)
- Fix
- Datepicker and Radio Issues Encountered (#64f62be1 by @jarias)
1.11.7 (2025-03-13)
- Fix
- Commit 3d728473: Enhance time-picker component: update prop types, add helperText and id, and improve styling (#3d728473 by @adestajo)
1.11.6 (2025-03-13)
- Feat
- Added table row on click functionality (#8c23d194 by @jmanalang)
1.11.5 (2025-03-13)
- Fix
1.11.4 (2025-03-12)
- Fix
- Handle Dropdown Disable Popper (#1343a379 by @jarias)
1.11.3 (2025-03-12)
- Fix
- Update Radio Component and Fixed Issues Encountered (#1f7fd299 by @jarias)
1.11.2 (2025-03-12)
- Fix
- Fix Pre Defined Values for input field with data reactiveness
- Dropdown preSelectedItems data reactiveness
- Input Icons not centered aligned and should able to use multi icon
- Add package script auto build on code change (#92436bfa by @jarias)
1.11.1 (2025-03-12)
- Fix
1.11.0 (2025-03-12)
- Feature
- File Upload (#ec602c1c by @jbanares)
1.10.3 (2025-03-12)
- Fix
1.10.2 (2025-03-11)
- Fix
- Input v-model issue binding (#01492d98 by @jarias)
1.10.1 (2025-03-11)
- Fix
- Input Text Min Max Issue (#01492d98 by @jarias)
1.10.0 (2025-03-11)
- Feat
- Added new component Floating Action with documentation (#14c2d007 by @jmanalang)
1.9.3 (2025-03-11)
- Fix
1.9.2 (2025-03-11)
- Fix
- Input field Height
- Input field handle model and value
- Droprown fix issues encountered (#01492d98 by @jarias)
1.9.1 (2025-03-10)
- Fix
- Added min max length attribute support for input fields (#cb92027d by @jarias)
1.9.0 (2025-03-10)
- Feat
- Refactored Dropdown by splitting list component
- Refactored Modal to handle popper issues and added animations
- Updated Datepicker issues encountered
- Added new component List with documentation (#53a6a82f by @jarias)
1.8.2 (2025-03-07)
- Fix
- DQA for slider component (#a555ece3 by @dale)
1.8.1 (2025-03-07)
- Fix
- DQA for slider component (#504a9a90 by @dale)
1.8.0 (2025-03-07)
Feat
- Progress Bar component and documentation (#d1420e1f by @dale)
1.7.4 (2025-03-07)
- Fix
1.7.3 (2025-03-07)
- Feat
- Commit 3f3cb7b6: improve filter component code readability and type safety 😄 (#3f3cb7b6 by @adestajo)
1.7.2 (2025-03-07)
-Fix -DQA for slider component (#89aeea52 by @dale)
1.7.1 (2025-03-06)
- Feat
- Commit df2e6398: feat: add Calendar Cell component with usage examples and documentation (#df2e6398 by @adestajo)
1.7.0 (2025-03-06)
- Feat
- Slider component and slider documentation(ef66f65 by @dale)
1.6.7 (2025-03-06)
- Feat
- Commit 5867fc71: Refactor filter component props and events; update time picker focus behavior and table imports (#5867fc71 by @adestajo)
1.6.6 (2025-03-05)
- Feat
- Table Footer Pagination (#dc4b702d by @jfabula)
1.6.5 (2025-03-04)
- Feat
- Added Table Actions section in table (#7fd19bb8 by @jfabula)
1.6.4 (2025-03-04)
- Fix
- Update date picker documentation and component width default value (#418b3e30 @jarias)
1.6.3 (2025-03-04)
- Fix
- Documentation Empty State Image (#60b670fc @jarias)
1.6.2 (2025-03-04)
- Fix
- Documentation Empty State Image (#60b670fc @jarias)
1.6.1 (2025-03-04)
- Feature
- Date Picker - Enable number in month input, Added general validation (#34412d4a @jarias)
1.6.0 (2025-03-03)
- Feature
- Date Picker (#7602974d @jarias)
1.5.7 (2025-03-03)
Feature
- Commit 97d44216: emit table sort (#97d44216 by @adestajo)
Fix
1.5.6 (2025-03-03)
- Fix
1.5.5 (2025-03-03)
- Fix
- DQA for card ([f7c2f293])(https://dev.azure.com/sproutphil/Sprout Design System/_git/Sprout Design System Next/commit/f7c2f29303d05c8cb5642956f2adcf198241d66d?refName=refs%2Fheads%2F2025%2Ffix%2Fjames%2FDQA-card) by @jmanalang
1.5.4 (2025-02-27)
-Fix
- DQA and updated documentation for Staus (#7e8b0ad6 by @dale)
1.5.3 (2025-02-27)
- Fix
- Remove imported Icon in Playground (#a659167 by @adestajo)
1.5.2 (2025-02-27)
- Fix
- Avatar Count (#c621772 by @adestajo)
1.5.1 (2025-02-27)
- Fix
- Avatar Initial (#c621772 by @adestajo)
1.5.0 (2025-02-26)
-Feature
1.4.16 (2025-02-26)
- Fix
- Fixed Iconify imports (#05bbaee9 by @jbanares)
1.4.15 (2025-02-26)
- Fix
- SidePanel Documentation (#6a1d115f by @jarias)
1.4.14 (2025-02-26)
- Fix
- hide table scrollbar and fix header (#5073baa8 by @adestajo)
1.4.13 (2025-02-26)
- Fix
- Change implementation of Notif and Request props (#92f9409d by @elumilay)
1.4.12 (2025-02-25)
- Fix
1.4.11 (2025-02-25)
Feature
1.4.11 (2025-02-25)
- Feature
1.4.10 (2025-02-25)
1.4.9 (2025-02-24)
- Feature
- Avatar Variant (#257ebf9b by @adestajo)
1.4.8 (2025-02-24)
- Feature
- Input helper message (#0b19d997 by @jbanares)
- Fix
- Fixed snackbar tone for danger and caution (#23512c95 by @jbanares)
1.4.7 (2025-02-24)
- Feature
- Textarea (#1c8100f4 by @adestajo)
1.4.6 (2025-02-24)
- Fix
- DQA for sidenav and sidepanel (#e5d81457 by @elumilay)
1.4.5 (2025-02-24)
- Feature
- Chips - Custom Event and Icon Weight
- Add count for Avatar (#831236b7 by @adestajo)
1.4.4 (2025-02-24)
- Feature
- Code and Docs Cleanup
- Compiled Class Approach
- Use toRefs for Props
- Empty State PNG to SVG
- Input Search Simplified (#5648d141 by @jarias)
1.4.3 (2025-02-21)
- Feature
- Chips - work Continuation made by Michael Raquel
- Add count for Avatar (#02350704 by @adestajo)
1.4.2 (2025-02-21)
- Feat
- Fix Build Issues (#1bec8905 by @jarias)
1.4.1 (2025-02-21)
- Feat
- Add Version Navigation, Checkbox Update (#1bec8905 by @jarias)
1.4.0 (2025-02-21)
- Feat
- Add card component (#3f56c1fe by @jmanalang)
1.3.2 (2025-02-19)
- Fix
- Table (header Border)
- added Loading state
- tab disbled color (#a49e1136 by @adestajo)
1.3.1 (2025-02-19)
- Feat
- Add a search input for search type (# by @jfabula)
1.3.0 (2025-02-19)
- Feat
- Add spr- Prefix on Class, Remove custom component prefix (#3c784d17 by @jarias)
1.2.25 (2025-02-19)
- Fix
- Avatar(slot)- added default size (#faff2264 by @adestajo)
1.2.24 (2025-02-19)
- Fix
- Tooltip Text Condition (#ae9c7cba by @jarias)
1.2.23 (2025-02-19)
- Fix
- Tooltip Max Width (#ae9c7cba by @jarias)
1.2.22 (2025-02-18)
- Fix
- Avatar (#777b4a30 by @adestajo)
1.2.21 (2025-02-18)
- Feat
- Add Sidepanel Component (#31efa9d2 by @elumilay)
1.2.20 (2025-02-18)
- Feat
- Optimized and Add HTML Support for Tooltips (#eb477dd4 by @jarias)
1.2.19 (2025-02-18)
- Feat
- Added Dropdown & Checkbox component and documentation (#4583fe30 by @jarias)
1.2.18 (2025-02-17)
- Feat
- Table (#e6dc765d by @adestajo)
1.2.17 (2025-02-13)
- Fix: Input and Button Style (#c381653a by @jarias)
1.2.16 (2025-02-07)
- Fix
- Updated Pinia store for snackbar component (#759c761c by @jbanares)
1.2.15 (2025-02-07)
- Feat
- Added snackbar (#595cde45 by @jbanares)
- Updated docs and version
1.2.14 (2025-02-06)
- Fix
- Border Issue and Emit (Input and Lozenge) (#2d3153d6 by @adestajo )
1.2.13 (2025-02-06)
- Fix: Computation for Underlined Tab (cc8478f5 by @jarias)
1.2.12 (2025-02-06)
- Fix: Added important property on border of buttons (6273189f by @nicalla)
1.2.11 (2025-02-05)
- Fix: Added important property on border color of buttons (#cfe4247f by @nicalla)
1.2.10 (2025-02-05)
- Fix
1.2.9 (2025-02-04)
- Docs - Add component creation and contribution guidelines (#23a246a5)
1.2.8 (2025-02-03)
- Fix:
- reactivity of buttonProps (add toRefs to props in use-button.ts) ([#c3e2110c](https://dev.azure.com/sproutphil/Sprout Design System/_git/Sprout Design System Next/commit/c3e2110cf99614f50d1e917ccc4b2dbbaf26b3ba by @despiritu))
1.2.7 (2025-02-03)
- Fix: -rename button attribute isIcon to hasIcon -Lozenge Classes (#02de1f97 by @adestajo)
1.2.6 (2025-02-03)
- Feat: Code Cleanup and Animate Tabs (#ddee9cd3 by @jarias)
1.2.5 (2025-01-31)
- Fix: -button Icon -Lozenge Border (#6d60fd9c by @adestajo)
1.2.4 (2025-01-30)
- Fix: -button Tertiary Border(#d96fc96a by @adestajo)
1.2.3 (2025-01-30)
- Fix:
- Icon button
- Empty State Update button slot
- Switch change class name (#1d9624ed by @adestajo)
1.2.2 (2025-01-27)
- Fix:
- Input
- Modal
- Documentation (28612 by @adestajo)
1.2.1 (2025-01-24)
- Feat:
- Introduced a Comprehensive Guide for Component Creation (#1cad1d93 by @JefMari)
1.2.0 (2025-01-24)
- Feat:
- Code Cleanup
- Documentation Cleanup
- Components Animations Enhancements
- Removal of Unplugin Icon and Integrate Iconify (#26c6a02f by @jarias)
1.1.2 (2025-01-24)
- Feat: Add Request Nav & Fix Active State Issues Encountered (#2a8d2dfa by @jarias)
1.1.1 (2025-01-22)
- Feat: Avatar (#c0227ccf by @adestajo)
1.1.0 (2025-01-22)
- Refactor: Remove tailwind prefixes (#2d9be4ee by @jarias)
1.0.40 (2025-01-22)
- Fix: Empty State pipeline error (#1d441db1 by @adestajo)
1.0.39 (2025-01-22)
- Feat: Empty State (#0cb488ac by @adestajo)
1.0.38 (2025-01-22)
- Feat: Input Prefix and trailing (#d69c9751 by @adestajo)
1.0.37 (2025-01-17)
Feat:
1.0.36 (2025-01-17)
- Feat: Tabs, TimePicker (#83e94c5c by @adestajo)
1.0.35 (2025-01-17)
Fix: DQA - Tab (#d2d9bc9b by @adestajo)
Fix: DQA - Badge, Modal (#c5cc5d15 by @adestajo)
Fix: Registered Custom Utilities (#d8f3500e by @adestajo)
1.0.34 (2025-01-15)
- Feat: Tooltip (#6f76cb4a by @adestajo)
1.0.33 (2025-01-15)
- Feat: Modal (#00e617af by @adestajo)
1.0.32 (2025-01-15)
- Fix: icon and Input Spacing (#39de5f76 by @adestajo)
1.0.31 (2025-01-14)
- Fix: DQA Timepicker (#d4512cdb by @adestajo)
1.0.30 (2025-01-14)
- Feat: Tab Component (#8a8886a6 by @adestajo)
1.0.29 (2025-01-14)
- Fix: DQA Radio (#2774cea7 by @nicalla)
1.0.28 (2025-01-13)
1.0.27 (2025-01-10)
- Fix: Lozenge build docs error (#59fd4372 by @adestajo)
1.0.26 (2025-01-10)
- Fix: Lozenge build docs error (#711e82c1 by @jarias)
1.0.25 (2025-01-09)
- Feat - Sidenav Quick Action & Update Sidenav Documentation (#ae0a6678 by @jarias)
- Feat - Update Sidenav Documentation (#cbb3ace7 by @jarias)
- Refactor - Handle Sidenav Grouped Menu and Submenu Items (#d50f2d20 by @jarias)
1.0.24 (2025-01-09)
- Fix - Package Build for Playground (#16b668e7 by @JefMari)
- Chore - Improve Basic Section in Docs (#a3c8ac084 by @JefMari)
1.0.23 (2025-01-09)
1.0.22 (2025-01-08)
Feat - Playground
Fix - Sass warning for docs build
- (#4ca65690 by @JefMari)
Chore - Update packages
- (#5a93b3cb by @JefMari)
1.0.21 (2025-01-07)
- Feat - Badge 2.0 added props for Positioning (#3dde72a6 by @adestajo)
1.0.20 (2025-01-07)
- Fix: DQA Updates - Typograpghy, Sidenav, Button, Colors (#28b1755a by @jarias)
1.0.19 (2025-01-03)
- Feat: Badge and Documentation (#dd6529e6 by @adestajo)
1.0.18 (2025-01-03)
Fix: Font Style and Weight Issues (#8eba1e48 by @jarias)
Fix: DQA Lozenge change font weight format tw-label-xs to tw-label-xs-medium (#2bd152ef by @adestajo)
1.0.17 (2025-01-03)
- Feat: DQA Switch - updated animation and pointer (#d17b58e4 by @jbanares)
1.0.16 (2025-01-02)
- Feat: DQA Lozenge (#a457f328 by @adestajo)
1.0.15 (2025-01-02)
- Feat: DQA Sidenav and Typography (#4e22a8b3 by @jarias)
1.0.14 (2024-12-20)
- Feat: Radio component and documentation (#7519c656 by @nicalla)
1.0.13 (2024-12-18)
- Feat: Setup tailwind configuration for max-width and border radius (#90264808 by @jbanares)
1.0.12 (2024-12-18)
- Chore: setup tailwind configuration for spacing (#9c6349af by @adestajo)
1.0.11 (2024-12-17)
- Feat: Switch component and documentation (#22a704dd by @jbanares)
1.0.10 (2024-12-17)
- Fix: Docs Issues (#36da57c9 by @jarias)
1.0.9 ((2024-12-17)
Fixes
- Fix: Component Code Cleanup:
1.0.8 (2024-12-10)
Features
- Chore: Lozenge Version 2 (#fa9655ea by @adestajo)
1.0.7 (2024-12-09)
Features
1.0.6 (2024-11-19)
Features
1.0.5 (2024-11-18)
Features
- Update Sidenav and Typography Documentations, Refactor Sidenav Component (#64b3a0ec by @jarias)
- Update documentation, Added default prefix for components, Fix Sidenavigation Integration (#b8658ff3 by @jarias)
1.0.4 (2024-11-15)
Features
- Update Sprout Design System Documentation (#b3b3b3b by @jarias)
1.0.3 (2024-11-06)
Updates
- Add Azure Pipeline (#6310a8b5 by @JefMari)
Features
- Feat: Button Component and Documentation Update (#182d0670 by @JefMari)
- Feat: Update Documentation Folder Structure and Add Documentation for Sidenav (#834d784d by @jarias)
- Fix: Config Issue for Linting and Builds (#6a99986 by @JefMari)
- Feat:Update Readme, Fix Build Issue, Update Sidenav Component (#aa2dc6de by @jarias)
- Feat: Update Readme, Fix Build Issue, Update Sidenav Component (#2d7a0bed by @JuanPauloBañares)
1.0.2 (2024-10-02)
Updates
- Feat: Initialized project in Vue + Vite (#5717d94 by @JefMari)