Skip to content

Releases: herminio-gurgel/breezefy

Version 2.0.0

20 Nov 13:46
Compare
Choose a tag to compare

New Features

  • Persistent Layout Configuration: Inertia.js is now configured to use persistent layout, ensuring a consistent interface and simplifying the implementation of new layouts.
  • Automatic Imports Support: With unplugin-auto-import and unplugin-vue-components, Vue components and APIs are now automatically imported, reducing redundancy and simplifying development.
  • Reorganized Project Structure: Files and directories have been realigned for better maintainability and to reflect a more intuitive structure.
  • Code Enhancements: Multiple updates to improve readability and standardization, including: Prettier, Eslint, Pint and CommitLint

Version 1.1.0 - Enhanced Responsive Design and SCSS Integration

02 Sep 17:27
Compare
Choose a tag to compare

This release introduces significant improvements to the responsive design of the Breezefy project, along with the integration of SCSS for more flexible styling.

Key Updates:

  • Responsive Breakpoints: Added support for new breakpoints (sm, md, and lg), allowing the application to better adapt to various screen sizes.
  • SCSS Integration: Migrated to SCSS for managing styles, with a new main.scss file that defines a .width class to control the application's width across different viewports.
  • Global Configuration: Updated Vuetify's global configuration to utilize the new SCSS width classes, ensuring consistent layout across components.
  • Documentation: Updated the README.md to reflect the new breakpoints and SCSS usage, as well as correcting a minor issue with an example code.

These updates make Breezefy more adaptable to different project requirements and provide a more maintainable and customizable styling system.

Release v1.0.0 - Breezefy

07 Aug 11:58
Compare
Choose a tag to compare

Release Notes for v1.0.0 - Breezefy

I am happy to announce the first official release of Breezefy! This version basically includes the Laravel Breeze starter kit using Inertia.js with Vue.js, but with Vuetify refactored components instead of the traditional TailwindCSS. It also includes a Docker Compose file with MySQL and Mailpit services, all ready to quickly start developing a web application.