Releases: selemondev/vue3-tailwind-tabs
Releases · selemondev/vue3-tailwind-tabs
v0.1.19
v0.1.16
v0.1.15
v0.1.12
v0.1.7
[v0.1.7] - 2023-07-08
✨ New Features
- Introduced new props for extra customizability of the tabs for each variant.
Outline
-
TabOutlineCenter - To place the tab in the center.
-
TabOutlineStart - To place the tab at the start.
-
TabOutlineEnd - To place the tab at the end.
Float
-
**TabFloatCenter ** - To place the tab in the center.
-
TabFloatStart - To place the tab at the start.
-
TabFloatEnd - To place the tab at the end.
🔄 Updates
- Dependencies: Updated dependencies to their latest versions for improved stability and compatibility.
🐛 Bug Fixes
- Styling Issues: Resolved minor styling issues related to tab layout for a more consistent and visually pleasing experience.
📚 Documentation
- Updated Documentation: Improved documentation with detailed explanations and examples of how to use the new
TabFloatStart
,TabFloatCenter
,TabFloatEnd
,TabOutlineStart
,TabOutlineCenter
, andTabOutlineEnd
props.
v0.1.6
[0.1.6] - 2023-06-20
✨ Added
- Visual Enhancement: Set the
barColor
prop to green,TabsFloatContentTextColor
andTabsContentTextColor
prop to black by default, providing an appealing visual experience. - Customizable: Added the ability to customize the colors of the components, allowing users to match their desired theme.
🌙 Updated
- Dark Mode Compatibility: Components are now fully compatible with dark mode, seamlessly adapting to the user's preference for a better user experience. Users can specify the background color to be used when the site is set to dark mode.
🐛 Fixed
- Declaration Typing: Fixed declaration typing types to ensure accurate and reliable type checking.
📚 Documentation
- Enhanced Readability: Updated the README file with detailed instructions on setting up and configuring the application.
- Guidance and Examples: Added code examples and usage guidelines in the documentation.