Skip to content

Releases: manju1807/ColorSanity

v1.0.1

07 Jan 09:19
Compare
Choose a tag to compare

🎉 ColorSanity v1.0.0 Release 🎉

I am excited to announce the first official release of ColorSanity! 🎨 This release marks a major milestone in bringing a powerful, customizable, and user-friendly color tool to designers, developers, and creatives. Whether you're generating color palettes, creating gradients, or exporting CSS code, ColorSanity is here to make your workflow smoother and more efficient. 🌈


🚀 What's New?

  • 🎨 Color Palette Generator: Create stunning color palettes with ease.
  • 🌈 Gradient Generator: Generate beautiful gradients for your designs.
  • 🖌️ Tints & Shades: Explore color variations to find the perfect hue.
  • 💻 CSS Code Export: Copy ready-to-use CSS code with a single click.
  • 📱 PWA Support: Install ColorSanity as a Progressive Web App for offline use.
  • 🌐 Multi-Language Support: Now available in multiple languages thanks to Vue I18n.
  • 🎨 Theme Customization: Customize your theme and save preferences with LocalStorage.
  • 🧪 Vitest Testing: Robust testing ensures a stable and reliable experience.
  • 🛠️ Shadcn-Vue Components: Beautiful and reusable UI components for a stunning interface.

🛠️ Technical Improvements

  • ⚡ Performance Optimizations: Faster load times and smoother interactions.
  • 🧹 BiomeJS Integration: Improved code formatting and linting.
  • 🐶 Husky & Commitlint: Ensured consistent code quality with pre-commit hooks.
  • 📊 Rollup & Vite Visualizers: Better bundle size analysis and optimization.
  • 🗜️ Vite Compression: Reduced asset sizes for faster performance.
  • 🔍 Vue DevTools: Enhanced debugging and inspection capabilities.

🐛 Bug Fixes

  • Fixed theme persistence issues with Pinia and LocalStorage.
  • Resolved minor UI glitches in the gradient generator.
  • Improved accessibility across the application.

📥 How to Get Started

  1. Clone the repository:

    git clone https://github.com/yourusername/color-sanity.git
    cd color-sanity
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Open in your browser:
    Visit http://localhost:3000 to start using ColorSanity!


📸 Screenshots

Home Page
Gradient Customization Tool
Tints & Shades
Theme Customization 1
Theme Customization 2
Theme Customization 3


🙏 Thank You!

A huge thank you to everyone who contributed by providing much needed feedback during the development of ColorSanity. Your support has been invaluable in making this release possible. 💖


📄 License

This project is licensed under the MIT License. See the LICENSE file for details.


🌟 What's Next?

I am already working on new features and improvements for the next release. Stay tuned for more updates, and feel free to contribute or share your feedback! 🚀


Enjoy using ColorSanity! 🎨✨🎉
Manjunath R