Skip to content

Releases: selemondev/vue3-tailwind-tabs

v0.1.19

18 Aug 07:17
Compare
Choose a tag to compare

compare changes

🏡 Chore

❤️ Contributors

v0.1.16

17 Aug 12:15
feb2eba
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • app: Eslint format errors (6ecacd7)

❤️ Contributors

v0.1.15

17 Aug 12:06
feb2eba
Compare
Choose a tag to compare

compare changes

🩹 Fixes

📖 Documentation

🏡 Chore

❤️ Contributors

v0.1.12

02 Aug 20:06
4356356
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

❤️ Contributors

v0.1.7

08 Jul 12:47
e81c039
Compare
Choose a tag to compare

[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, and TabOutlineEnd props.

v0.1.6

21 Jun 09:12
ceb91db
Compare
Choose a tag to compare

[0.1.6] - 2023-06-20

✨ Added

  • Visual Enhancement: Set the barColor prop to green, TabsFloatContentTextColor and TabsContentTextColor 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.