Changelog
Recent changes in Beartropy packages.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.1.2] - 2026-01-16
Added
- Added
centered()method toColumnclass for easy content and header alignment in tables. - Added
beartropy-thin-scrollbarclass to modal scrollable areas for better aesthetics.
[v0.1.1] - 2026-01-16
Fixed
- Fixed ID column alignment in Users, Roles, and Permissions tables.
Changed
- Cleaned up blade views for actions.
[v0.1.0] - 2026-01-15
Added
- Initial release
- Role management with CRUD operations
- Permission management with automatic grouping
- User role and permission assignments
- Bulk delete actions for roles and permissions
- Internationalization support (Spanish and English)
- Dark mode support
- Configurable routes, middleware, and guards
- Integration with spatie/laravel-permission
- Data tables powered by beartropy/tables
- UI components from beartropy/ui