Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 919 Bytes

CHANGELOG.md

File metadata and controls

50 lines (28 loc) · 919 Bytes

Change Log

All notable changes to this project will be documented in this file. See Semantic Versioning for versioning guidelines.

[Version 2.0.0] - 05 March 2024

Added

  • Added support for dark and light mode.

Changed

  • Heavily reduced dependencies.
  • Removed complete reliance on Livewire.
  • Simplified code and logic for improved readability and maintenance.

Optimized

  • Optimized load time by shifting more functionality to the frontend.
  • Transitioned from backend assistance to toggle visibility to a frontend-only approach.

Deprecated

Removed

  • Constants
  • Blade directives
  • Assets (CSS)

Fixed

Security

Miscellaneous

  • Uses tailwind classes

Contributors

Acknowledgments

  • Special Thanks to Flowbite, Flash messages ui was based off flowbite's toast components